Searched defs:sprd_compr_stream (Results 1 – 1 of 1) sorted by relevance
69 struct sprd_compr_stream { struct70 struct snd_compr_stream *cstream;71 struct sprd_compr_ops *compr_ops;72 struct sprd_compr_dma dma[SPRD_COMPR_DMA_CHANS];75 int num_channels;78 struct snd_dma_buffer iram_buffer;80 struct snd_dma_buffer compr_buffer;83 dma_addr_t info_phys;107 struct sprd_compr_stream *stream = runtime->private_data; in sprd_platform_compr_drain_notify() argument