Searched defs:rsnd_dai_stream (Results 1 – 1 of 1) sorted by relevance
493 struct rsnd_dai_stream { struct494 char name[RSND_DAI_NAME_SIZE];495 struct snd_pcm_substream *substream;496 struct rsnd_mod *mod[RSND_MOD_MAX];497 struct rsnd_mod *dma;498 struct rsnd_dai *rdai;499 struct device *dmac_dev; /* for IPMMU */500 u32 converted_rate; /* converted sampling rate */501 int converted_chan; /* converted channels */502 u32 parent_ssi_status;[all …]