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 <stsp@aknet.ru>
This commit is contained in:
Stas Sergeev 2008-03-22 17:40:57 +01:00 committed by Takashi Iwai
parent 87ae12214b
commit 542b12b888

View file

@ -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 {