Lines Matching defs:snd_soc_dai_driver
405 struct snd_soc_dai_driver { struct
407 const char *name;
408 unsigned int id;
409 unsigned int base;
410 struct snd_soc_dobj dobj;
411 const struct of_phandle_args *dai_args;
414 const struct snd_soc_dai_ops *ops;
415 const struct snd_soc_cdai_ops *cops;
418 struct snd_soc_pcm_stream capture;
419 struct snd_soc_pcm_stream playback;
420 unsigned int symmetric_rate:1;
421 unsigned int symmetric_channels:1;
422 unsigned int symmetric_sample_bits:1;