Searched defs:snd_card (Results 1 – 9 of 9) sorted by relevance
94 struct snd_card { struct108 void (*private_free) (struct snd_card *card); /* callback for freeing of argument110 struct list_head devices; /* devices */112 struct device ctl_dev; /* control device */113 unsigned int last_numid; /* last used numeric ID */114 struct rw_semaphore controls_rwsem; /* controls list lock */115 rwlock_t ctl_files_rwlock; /* ctl_files list lock */116 int controls_count; /* count of all controls */117 int user_ctl_count; /* count of all user controls */118 struct list_head controls; /* all controls for this card */[all …]
1077 struct snd_card *snd_card; member
152 struct snd_card *snd_card; member
166 struct snd_card *snd_card; member
60 struct snd_soc_card snd_card; member
25 struct snd_soc_card snd_card; member
178 struct snd_card *snd_card; member
600 struct snd_card *snd_card = card->snd_card; in snd_soc_limit_volume() local
250 struct snd_card *snd_card; member