Skip to content

Instantly share code, notes, and snippets.

@jgrevich
Created July 25, 2012 04:32
Show Gist options
  • Save jgrevich/3174407 to your computer and use it in GitHub Desktop.
Save jgrevich/3174407 to your computer and use it in GitHub Desktop.
~/.asoundrc
pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0660
slave {
pcm "hw:0,3" #HDMI, defaults to 48000 kHz
channels 2
period_size 1024
buffer_size 4096
}
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment