Searched defs:snd_soc_dai_driver (Results 1 – 1 of 1) sorted by relevance
205 struct snd_soc_dai_driver { struct207 const char *name;208 unsigned int id;209 unsigned int base;212 int (*probe)(struct snd_soc_dai *dai);213 int (*remove)(struct snd_soc_dai *dai);214 int (*suspend)(struct snd_soc_dai *dai);215 int (*resume)(struct snd_soc_dai *dai);217 bool compress_dai;219 bool bus_control;[all …]