From 542b12b888412248ede246ffd0d6ab644e1b4670 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sat, 22 Mar 2008 17:40:57 +0100 Subject: [PATCH] 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 --- 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 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 { -- 2.47.1