Home
last modified time | relevance | path

Searched defs:snd_soc_dai_driver (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/sound/
Dsoc-dai.h193 struct snd_soc_dai_driver { struct
195 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