mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Fix snd-pcsp default configuration
The softvol must be inside the plug. Otherwise it gets stuck. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
03388ca6d3
commit
c0fd854ff1
1 changed files with 8 additions and 8 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue