Searched defs:snd_soc_dai_driver (Results 1 – 1 of 1) sorted by relevance
193 struct snd_soc_dai_driver { struct195 const char *name;196 unsigned int id;197 int ac97_control;200 int (*probe)(struct snd_soc_dai *dai);201 int (*remove)(struct snd_soc_dai *dai);202 int (*suspend)(struct snd_soc_dai *dai);203 int (*resume)(struct snd_soc_dai *dai);206 const struct snd_soc_dai_ops *ops;230 struct snd_soc_dai_driver *driver; argument