mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
ucm: initial implementation for cdev/cset
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c0469e2a28
commit
7d3de218ce
3 changed files with 193 additions and 13 deletions
|
|
@ -183,6 +183,10 @@ struct snd_use_case_mgr {
|
|||
|
||||
/* locking */
|
||||
pthread_mutex_t mutex;
|
||||
|
||||
/* change to list of ctl handles */
|
||||
snd_ctl_t *ctl;
|
||||
char *ctl_dev;
|
||||
};
|
||||
|
||||
#define uc_error SNDERR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue