Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dsoc-dai.h394 struct snd_soc_dai_driver { struct
396 const char *name;
397 unsigned int id;
398 unsigned int base;
399 struct snd_soc_dobj dobj;
402 int (*probe)(struct snd_soc_dai *dai);
403 int (*remove)(struct snd_soc_dai *dai);
405 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num);
407 int (*pcm_new)(struct snd_soc_pcm_runtime *rtd,
411 const struct snd_soc_dai_ops *ops;
[all …]