Searched defs:snd_soc_dai_driver (Results 1 – 1 of 1) sorted by relevance
220 struct snd_soc_dai_driver { struct222 const char *name;223 unsigned int id;224 unsigned int base;227 int (*probe)(struct snd_soc_dai *dai);228 int (*remove)(struct snd_soc_dai *dai);229 int (*suspend)(struct snd_soc_dai *dai);230 int (*resume)(struct snd_soc_dai *dai);232 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num);234 bool bus_control;[all …]