Lines Matching defs:snd_soc_dai_driver
409 struct snd_soc_dai_driver { struct
411 const char *name;
412 unsigned int id;
413 unsigned int base;
414 struct snd_soc_dobj dobj;
415 struct of_phandle_args *dai_args;
418 const struct snd_soc_dai_ops *ops;
419 const struct snd_soc_cdai_ops *cops;
422 struct snd_soc_pcm_stream capture;
423 struct snd_soc_pcm_stream playback;
424 unsigned int symmetric_rate:1;
425 unsigned int symmetric_channels:1;
426 unsigned int symmetric_sample_bits:1;