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