mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -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
|
|
@ -62,7 +62,7 @@ pcm.emu10k1_rear {
|
|||
}
|
||||
{
|
||||
name "EMU10K1 PCM Send Volume"
|
||||
index = &(subdevice)
|
||||
index { @func private_pcm_subdevice }
|
||||
lock true
|
||||
value [ 0 0 0 0 0 0 255 0 0 0 0 255 ]
|
||||
}
|
||||
|
|
@ -118,13 +118,13 @@ pcm.emu10k1_center_lfe {
|
|||
}
|
||||
{
|
||||
name "EMU10K1 PCM Send Volume"
|
||||
index = &(subdevice)
|
||||
index { @func private_pcm_subdevice }
|
||||
lock true
|
||||
value [ 0 0 0 0 255 0 0 0 0 255 0 0 ]
|
||||
}
|
||||
{
|
||||
name "EMU10K1 PCM Send Routing"
|
||||
index = &(subdevice)
|
||||
index { @func private_pcm_subdevice }
|
||||
lock true
|
||||
value [ 0 1 2 3 6 7 0 1 6 7 0 1 ]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue