Searched defs:snd_soc_dai_driver (Results 1 – 1 of 1) sorted by relevance
394 struct snd_soc_dai_driver { struct396 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 …]