Skip to content

Instantly share code, notes, and snippets.

@jasom
Created March 26, 2015 21:18
Show Gist options
  • Save jasom/234b171bbfeaab0da376 to your computer and use it in GitHub Desktop.
Save jasom/234b171bbfeaab0da376 to your computer and use it in GitHub Desktop.
pcm.ossmix {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0666
slave {
pcm "front:CODEC"
period_time 0
period_size 1024
buffer_size 8192
rate 48000
}
}
pcm.!default {
type plug
slave.pcm ossmix
}
ctl.!default {
type hw
card CODEC
}
@jasom
Copy link
Author

jasom commented Mar 26, 2015

pcm.!default {
    type hw
    card 0
    device 3
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment