Use dmix/dsnoop for default PCM

Use dmix/dsnoop plugins for default PCM in most of mobo chips
This commit is contained in:
Takashi Iwai 2005-01-31 11:51:36 +00:00
parent 9309430ae8
commit 33d9449c71
18 changed files with 327 additions and 36 deletions

View file

@ -21,7 +21,7 @@ HDA-Intel.pcm.front.0 {
}
}
# with dmix?
# default with dmix+softvol & dsnoop
HDA-Intel.pcm.default {
@args [ CARD ]
@args.CARD {
@ -33,9 +33,8 @@ HDA-Intel.pcm.default {
slave.pcm {
type softvol
slave.pcm {
type hw
card $CARD
device 0
@func concat
strings [ "dmix:" $CARD ]
}
control {
name "PCM Playback Volume"
@ -46,9 +45,8 @@ HDA-Intel.pcm.default {
capture.pcm {
type plug
slave.pcm {
type hw
card $CARD
device 0
@func concat
strings [ "dsnoop:" $CARD ]
}
}
}