mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
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:
parent
d3339d7b8b
commit
cda4a3cb61
1 changed files with 21 additions and 16 deletions
|
|
@ -9,8 +9,17 @@ PC-Speaker.pcm.front.0 {
|
|||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
type softvol
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
control {
|
||||
name "Master Playback Volume"
|
||||
card $CARD
|
||||
}
|
||||
min_dB -10.0
|
||||
max_dB 20.0
|
||||
}
|
||||
|
||||
# default with dmix & null
|
||||
|
|
@ -23,21 +32,17 @@ PC-Speaker.pcm.default {
|
|||
playback.pcm {
|
||||
type plug
|
||||
slave.pcm {
|
||||
type dmix
|
||||
ipc_key 5678293
|
||||
ipc_key_add_uid yes
|
||||
slave {
|
||||
pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
period_time 0
|
||||
period_size 1024
|
||||
buffer_size 8192
|
||||
format S16_LE
|
||||
channels 1
|
||||
rate 37286
|
||||
type softvol
|
||||
slave.pcm {
|
||||
@func concat
|
||||
strings [ "dmix:" $CARD ]
|
||||
}
|
||||
control {
|
||||
name "Master Playback Volume"
|
||||
card $CARD
|
||||
}
|
||||
min_dB -10.0
|
||||
max_dB 20.0
|
||||
}
|
||||
}
|
||||
capture.pcm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue