Lines Matching defs:snd_soc_dai_driver
205 struct snd_soc_dai_driver { struct
207 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;
222 const struct snd_soc_dai_ops *ops;
247 struct snd_soc_dai_driver *driver; argument