Skip to content

Instantly share code, notes, and snippets.

@mapopa
Created December 21, 2011 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapopa/1505480 to your computer and use it in GitHub Desktop.
Save mapopa/1505480 to your computer and use it in GitHub Desktop.
cat /etc/asound.conf , use USB-Audio - Microsoft LifeChat LX-3000 as default card
# http://alsa.opensrc.org/FAQ026
# cat /proc/asound/cards
# 0 [HDMI ]: HDA-Intel - HDA ATI HDMI
# HDA ATI HDMI at 0xfeaec000 irq 44
# 1 [LX3000 ]: USB-Audio - Microsoft LifeChat LX-3000
pcm.!default {
type hw
card LX3000
}
ctl.!default {
type hw
card LX3000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment