Searched defs:snd_card (Results 1 – 5 of 5) sorted by relevance
99 struct snd_card { struct113 void (*private_free) (struct snd_card *card); /* callback for freeing of argument115 struct list_head devices; /* devices */117 unsigned int last_numid; /* last used numeric ID */118 struct rw_semaphore controls_rwsem; /* controls list lock */119 rwlock_t ctl_files_rwlock; /* ctl_files list lock */120 int controls_count; /* count of all controls */121 int user_ctl_count; /* count of all user controls */122 struct list_head controls; /* all controls for this card */123 struct list_head ctl_files; /* active control files */[all …]
178 struct snd_card *snd_card; member
763 struct snd_card *snd_card; member
157 struct snd_card *snd_card; member
234 struct snd_card *snd_card; member