Home
last modified time | relevance | path

Searched defs:snd_card (Results 1 – 3 of 3) sorted by relevance

/include/sound/
Dcore.h79 struct snd_card { struct
94 void (*private_free) (struct snd_card *card); /* callback for freeing of argument
96 struct list_head devices; /* devices */
98 struct device ctl_dev; /* control device */
99 unsigned int last_numid; /* last used numeric ID */
100 struct rw_semaphore controls_rwsem; /* controls list lock */
101 rwlock_t ctl_files_rwlock; /* ctl_files list lock */
102 int controls_count; /* count of all controls */
103 int user_ctl_count; /* count of all user controls */
104 struct list_head controls; /* all controls for this card */
[all …]
Dsimple_card_utils.h42 struct snd_soc_card snd_card; member
Dsoc.h1006 struct snd_card *snd_card; member