Merge branch 'master' of git@git.alsa-project.org:alsa-lib

This commit is contained in:
Takashi Iwai 2009-02-17 17:01:06 +01:00
commit 59826eab77

View file

@ -13,7 +13,7 @@ CMI8788.pcm.front.0 {
card $CARD
}
# default with dmix+softvol & dsnoop
# default with dmix & dsnoop
CMI8788.pcm.default {
@args [ CARD ]
@args.CARD {
@ -23,15 +23,8 @@ CMI8788.pcm.default {
playback.pcm {
type plug
slave.pcm {
type softvol
slave.pcm {
@func concat
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
}
control {
name "PCM Playback Volume"
card $CARD
}
@func concat
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
}
}
capture.pcm {