From c0fd854ff1d137a0658d850f43cece48e73ff01a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 26 Nov 2008 14:09:06 +0100 Subject: Fix snd-pcsp default configuration The softvol must be inside the plug. Otherwise it gets stuck. Signed-off-by: Takashi Iwai --- src/conf/cards/PC-Speaker.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/conf/cards/PC-Speaker.conf b/src/conf/cards/PC-Speaker.conf index ef50f031..c82654d8 100644 --- a/src/conf/cards/PC-Speaker.conf +++ b/src/conf/cards/PC-Speaker.conf @@ -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 ] -- cgit v1.2.1