Created
December 21, 2011 10:10
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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