Make dmix/dsnoop as default for ICE1712

Make dmix/dsnoop as default for ICE1712 (bug#1659).
This commit is contained in:
Takashi Iwai 2006-01-04 16:05:36 +00:00
parent b08e01ca9e
commit 5bdd7f6b9b

View file

@ -2,6 +2,29 @@
# Configuration for the ICE1712 (Envy24) chip # Configuration for the ICE1712 (Envy24) chip
# #
# default with dmix & dsnoop
ICE1712.pcm.default {
@args [ CARD ]
@args.CARD {
type string
}
type asym
playback.pcm {
type plug
slave.pcm {
@func concat
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
}
}
capture.pcm {
type plug
slave.pcm {
@func concat
strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
}
}
}
<confdir:pcm/front.conf> <confdir:pcm/front.conf>
ICE1712.pcm.front.0 { ICE1712.pcm.front.0 {