Skip to content

Instantly share code, notes, and snippets.

@akwiatkowski
Created January 15, 2012 13:40
Show Gist options
  • Save akwiatkowski/1615888 to your computer and use it in GitHub Desktop.
Save akwiatkowski/1615888 to your computer and use it in GitHub Desktop.
Dell Vostro 3555 linux asound.conf
#pcm.!default {
#type hw
#card 1
#}
ctl.!default {
type hw
card 1
}
pcm.!default {
type plug
slave {
pcm "dmixer"
}
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:1,0"
period_time 0
period_size 1024
buffer_size 8192
#periods 128
rate 44100
}
bindings {
0 0
1 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment