ucm: initial implementation for cdev/cset

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2010-11-29 17:33:27 +01:00
parent c0469e2a28
commit 7d3de218ce
3 changed files with 193 additions and 13 deletions

View file

@ -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