Lines Matching defs:snd_soc_dai_driver
394 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;
412 const struct snd_soc_cdai_ops *cops;
437 struct snd_soc_dai_driver *driver; argument