Lines Matching defs:rsnd_dai_stream
505 struct rsnd_dai_stream { struct
506 char name[RSND_DAI_NAME_SIZE];
507 struct snd_pcm_substream *substream;
508 struct rsnd_mod *mod[RSND_MOD_MAX];
509 struct rsnd_mod *dma;
510 struct rsnd_dai *rdai;
511 struct device *dmac_dev; /* for IPMMU */
512 u32 converted_rate; /* converted sampling rate */
513 int converted_chan; /* converted channels */
514 u32 parent_ssi_status;
515 u32 flags;