mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Removed snd_config_string_replace function.
Added back modified snd_config_refer_load function.
Added snd_func_private_pcm_subdevice function.
Removed the callback from the snd_sctl_build function (no more required).
Modified alsa.conf to use refer {} blocks again.
Modified card specific conf files to use new snd_func_private_pcm_subdevice function.
This commit is contained in:
parent
2ced309ee8
commit
3a993b4a3e
10 changed files with 304 additions and 314 deletions
|
|
@ -56,21 +56,21 @@ pcm.trid4dwavenx_rear {
|
|||
hook_args [
|
||||
{
|
||||
name "Rear Path"
|
||||
index &(subdevice)
|
||||
index { @func private_pcm_subdevice }
|
||||
lock true
|
||||
preserve true
|
||||
value true
|
||||
}
|
||||
{
|
||||
name "PCM Front Playback Volume"
|
||||
index &(subdevice)
|
||||
index { @func private_pcm_subdevice }
|
||||
lock true
|
||||
preserve true
|
||||
value [ 0 0 ]
|
||||
}
|
||||
{
|
||||
name "PCM Reverb Playback Volume"
|
||||
index &(subdevice)
|
||||
index { @func private_pcm_subdevice }
|
||||
lock true
|
||||
preserve true
|
||||
value [ 127 127 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue