mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
ucm: fix the local ucm control device name caching
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3e731ff51e
commit
6ddba54a07
2 changed files with 14 additions and 4 deletions
|
|
@ -120,6 +120,7 @@ struct ctl_list {
|
|||
snd_ctl_t *ctl;
|
||||
snd_ctl_card_info_t *ctl_info;
|
||||
int slave;
|
||||
int ucm_group;
|
||||
};
|
||||
|
||||
struct ucm_dev_name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue