Fix CS46xx.conf default capture

Fix the capture slave to hw for CS46xx default PCM since dsnoop
seems not working with this hardware well.
This commit is contained in:
Takashi Iwai 2006-11-24 16:29:45 +01:00
parent 125b22189e
commit 70c20571e1

View file

@ -13,7 +13,7 @@ CS46xx.pcm.front.0 {
card $CARD card $CARD
} }
# default with plughw/dsnoop # default with plughw
# CS46xx supports multi-playback # CS46xx supports multi-playback
CS46xx.pcm.default { CS46xx.pcm.default {
@args [ CARD ] @args [ CARD ]
@ -32,7 +32,7 @@ CS46xx.pcm.default {
type plug type plug
slave.pcm { slave.pcm {
@func concat @func concat
strings [ "dsnoop:" $CARD ] strings [ "hw:" $CARD ]
} }
} }
} }