Lines Matching defs:rsnd_dai_stream
499 struct rsnd_dai_stream { struct
500 char name[RSND_DAI_NAME_SIZE];
501 struct snd_pcm_substream *substream;
502 struct rsnd_mod *mod[RSND_MOD_MAX];
503 struct rsnd_mod *dma;
504 struct rsnd_dai *rdai;
505 struct device *dmac_dev; /* for IPMMU */
506 u32 converted_rate; /* converted sampling rate */
507 int converted_chan; /* converted channels */
508 u32 parent_ssi_status;
509 u32 flags;