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,6 +30,8 @@ PC-Speaker.pcm.default {
} }
type asym type asym
playback.pcm { playback.pcm {
type plug
slave.pcm {
type softvol type softvol
control { control {
name "Master Playback Volume" name "Master Playback Volume"
@ -37,8 +39,6 @@ PC-Speaker.pcm.default {
} }
min_dB -10.0 min_dB -10.0
max_dB 20.0 max_dB 20.0
slave.pcm {
type plug
slave.pcm { slave.pcm {
@func concat @func concat
strings [ "dmix:" $CARD ] strings [ "dmix:" $CARD ]