Searched defs:snd_soc_dai_driver (Results 1 – 1 of 1) sorted by relevance
279 struct snd_soc_dai_driver { struct281 const char *name;282 unsigned int id;283 unsigned int base;284 struct snd_soc_dobj dobj;287 int (*probe)(struct snd_soc_dai *dai);288 int (*remove)(struct snd_soc_dai *dai);289 int (*suspend)(struct snd_soc_dai *dai);290 int (*resume)(struct snd_soc_dai *dai);292 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num);[all …]