Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsoc-dai.h205 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;
[all …]