Searched defs:snd_card (Results 1 – 2 of 2) sorted by relevance
107 struct snd_card { struct121 void (*private_free) (struct snd_card *card); /* callback for freeing of argument123 struct list_head devices; /* devices */125 unsigned int last_numid; /* last used numeric ID */126 struct rw_semaphore controls_rwsem; /* controls list lock */127 rwlock_t ctl_files_rwlock; /* ctl_files list lock */128 int controls_count; /* count of all controls */129 int user_ctl_count; /* count of all user controls */130 struct list_head controls; /* all controls for this card */131 struct list_head ctl_files; /* active control files */[all …]
176 struct snd_card *snd_card; member