From: Takashi Iwai Date: Wed, 26 Nov 2008 13:09:06 +0000 (+0100) Subject: Fix snd-pcsp default configuration X-Git-Tag: v1.0.19~5 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c0fd854ff1d137a0658d850f43cece48e73ff01a;p=alsa-lib.git Fix snd-pcsp default configuration The softvol must be inside the plug. Otherwise it gets stuck. Signed-off-by: Takashi Iwai --- 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 ]