Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/sound/
Dsoc-dai.h254 struct snd_soc_dai_driver { struct
256 const char *name;
257 unsigned int id;
258 unsigned int base;
259 struct snd_soc_dobj dobj;
262 int (*probe)(struct snd_soc_dai *dai);
263 int (*remove)(struct snd_soc_dai *dai);
264 int (*suspend)(struct snd_soc_dai *dai);
265 int (*resume)(struct snd_soc_dai *dai);
267 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num);
[all …]
/kernel/linux/linux-5.10/include/sound/
Dsoc-dai.h322 struct snd_soc_dai_driver { struct
324 const char *name;
325 unsigned int id;
326 unsigned int base;
327 struct snd_soc_dobj dobj;
330 int (*probe)(struct snd_soc_dai *dai);
331 int (*remove)(struct snd_soc_dai *dai);
333 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num);
335 int (*pcm_new)(struct snd_soc_pcm_runtime *rtd,
339 const struct snd_soc_dai_ops *ops;
[all …]