mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-08 10:06:56 -05:00
alsa: ucm - use possible mixer private device prefix for ELD controls
If UCM defines the private alsa-lib configuration, the ELD controls are expected to use this device configuration too. With this change: I: [pulseaudio] alsa-util.c: Successfully attached to mixer '_ucm0009.hw:Loopback' Without: I: [pulseaudio] alsa-util.c: Successfully attached to mixer '_ucm0009.hw:Loopback' I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:4' Signed-off-by: Jaroslav Kysela <perex@perex.cz> Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/673>
This commit is contained in:
parent
f5c8b82c3b
commit
bc3a07dd4f
2 changed files with 17 additions and 8 deletions
|
|
@ -253,6 +253,7 @@ struct pa_alsa_ucm_config {
|
|||
pa_core *core;
|
||||
snd_use_case_mgr_t *ucm_mgr;
|
||||
pa_alsa_ucm_verb *active_verb;
|
||||
char *alib_prefix;
|
||||
|
||||
pa_hashmap *mixers;
|
||||
PA_LLIST_HEAD(pa_alsa_ucm_verb, verbs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue