From: Stas Sergeev Date: Sat, 22 Mar 2008 16:40:57 +0000 (+0100) Subject: pcsp: remove downsampling X-Git-Tag: v1.0.17rc1~9 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=542b12b888412248ede246ffd0d6ab644e1b4670;p=alsa-lib.git pcsp: remove downsampling apply softvol before plug as softvol doesn't support U8 as of now. This also improves the sound quality. Signed-off-by: Stas Sergeev --- diff --git a/src/conf/cards/PC-Speaker.conf b/src/conf/cards/PC-Speaker.conf index cf88ff36..ef50f031 100644 --- a/src/conf/cards/PC-Speaker.conf +++ b/src/conf/cards/PC-Speaker.conf @@ -30,19 +30,19 @@ PC-Speaker.pcm.default { } type asym playback.pcm { - type plug + type softvol + control { + name "Master Playback Volume" + card $CARD + } + min_dB -10.0 + max_dB 20.0 slave.pcm { - type softvol + type plug slave.pcm { @func concat strings [ "dmix:" $CARD ] } - control { - name "Master Playback Volume" - card $CARD - } - min_dB -10.0 - max_dB 20.0 } } capture.pcm {