Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dsoc-dai.h220 struct snd_soc_dai_driver { struct
222 const char *name;
223 unsigned int id;
224 unsigned int base;
227 int (*probe)(struct snd_soc_dai *dai);
228 int (*remove)(struct snd_soc_dai *dai);
229 int (*suspend)(struct snd_soc_dai *dai);
230 int (*resume)(struct snd_soc_dai *dai);
232 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num);
234 bool bus_control;
[all …]