Searched defs:snd_card (Results 1 – 9 of 9) sorted by relevance
80 struct snd_card { struct95 void (*private_free) (struct snd_card *card); /* callback for freeing of argument97 struct list_head devices; /* devices */99 struct device ctl_dev; /* control device */100 unsigned int last_numid; /* last used numeric ID */103 int controls_count; /* count of all controls */120 int shutdown; /* this card is going down */121 struct completion *release_completion;125 bool registered; /* card_dev is registered? */126 bool managed; /* managed via devres */[all …]
58 struct snd_soc_card snd_card; member
917 struct snd_card *snd_card; member
141 struct snd_card *snd_card; member
163 struct snd_card *snd_card; member
123 struct snd_card *snd_card; member
245 struct snd_card *snd_card; member
129 struct snd_card *snd_card; member
Completed in 47 milliseconds