Fix snd-pcsp default configuration

The softvol must be inside the plug.  Otherwise it gets stuck.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2008-11-26 14:09:06 +01:00
parent 03388ca6d3
commit c0fd854ff1

View file

@ -30,15 +30,15 @@ PC-Speaker.pcm.default {
} }
type asym type asym
playback.pcm { playback.pcm {
type softvol type plug
control {
name "Master Playback Volume"
card $CARD
}
min_dB -10.0
max_dB 20.0
slave.pcm { slave.pcm {
type plug type softvol
control {
name "Master Playback Volume"
card $CARD
}
min_dB -10.0
max_dB 20.0
slave.pcm { slave.pcm {
@func concat @func concat
strings [ "dmix:" $CARD ] strings [ "dmix:" $CARD ]