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
playback.pcm {
type softvol
control {
name "Master Playback Volume"
card $CARD
}
min_dB -10.0
max_dB 20.0
type plug
slave.pcm {
type plug
type softvol
control {
name "Master Playback Volume"
card $CARD
}
min_dB -10.0
max_dB 20.0
slave.pcm {
@func concat
strings [ "dmix:" $CARD ]