summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-11-26 14:09:06 +0100
committerTakashi Iwai <tiwai@suse.de>2008-11-26 14:09:06 +0100
commitc0fd854ff1d137a0658d850f43cece48e73ff01a (patch)
treec28ae82f00abb50268929c81399ef95665ce2b06
parent03388ca6d36a3b41f36ff0155e9ae0d4344d518c (diff)
downloadalsa-lib-c0fd854ff1d137a0658d850f43cece48e73ff01a.tar.gz
Fix snd-pcsp default configuration
The softvol must be inside the plug. Otherwise it gets stuck. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--src/conf/cards/PC-Speaker.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/conf/cards/PC-Speaker.conf b/src/conf/cards/PC-Speaker.conf
index ef50f031..c82654d8 100644
--- a/src/conf/cards/PC-Speaker.conf
+++ b/src/conf/cards/PC-Speaker.conf
@@ -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 ]