PC-Speaker config update

The attached patch updates the PC-Speaker.conf for the use of softvol.

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
This commit is contained in:
Stas Sergeev 2007-09-19 21:29:41 +02:00 committed by Takashi Iwai
parent d3339d7b8b
commit cda4a3cb61

View file

@ -9,9 +9,18 @@ PC-Speaker.pcm.front.0 {
@args.CARD { @args.CARD {
type string type string
} }
type softvol
slave.pcm {
type hw type hw
card $CARD card $CARD
} }
control {
name "Master Playback Volume"
card $CARD
}
min_dB -10.0
max_dB 20.0
}
# default with dmix & null # default with dmix & null
PC-Speaker.pcm.default { PC-Speaker.pcm.default {
@ -23,21 +32,17 @@ PC-Speaker.pcm.default {
playback.pcm { playback.pcm {
type plug type plug
slave.pcm { slave.pcm {
type dmix type softvol
ipc_key 5678293 slave.pcm {
ipc_key_add_uid yes @func concat
slave { strings [ "dmix:" $CARD ]
pcm { }
type hw control {
name "Master Playback Volume"
card $CARD card $CARD
} }
period_time 0 min_dB -10.0
period_size 1024 max_dB 20.0
buffer_size 8192
format S16_LE
channels 1
rate 37286
}
} }
} }
capture.pcm { capture.pcm {