Home
last modified time | relevance | path

Searched refs:rxtx_substream (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/soc/qcom/
Dlpass-platform.c234 drvdata->rxtx_substream[dma_ch] = substream; in lpass_platform_pcmops_open()
305 drvdata->rxtx_substream[data->dma_ch] = NULL; in lpass_platform_pcmops_close()
1091 if (irqs & LPAIF_IRQ_ALL(chan) && drvdata->rxtx_substream[chan]) { in lpass_platform_rxtxif_irq()
1093 drvdata->rxtx_substream[chan], in lpass_platform_rxtxif_irq()
Dlpass.h153 struct snd_pcm_substream *rxtx_substream[LPASS_MAX_CDC_DMA_CHANNELS]; member