Home
last modified time | relevance | path

Searched refs:sdw0_dma_stream (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/amd/ps/
H A Dps-sdw-dma.c270 sdw_data->sdw0_dma_stream[stream_id] = substream; in acp63_sdw_dma_hw_params()
372 sdw_data->sdw0_dma_stream[stream->stream_id] = NULL; in acp63_sdw_dma_close()
513 substream = sdw_data->sdw0_dma_stream[index]; in acp_restore_sdw_dma_config()
H A Dacp63.h220 struct snd_pcm_substream *sdw0_dma_stream[ACP63_SDW0_DMA_MAX_STREAMS]; member
H A Dpci-ps.c114 if (sdw_dma_data->sdw0_dma_stream[stream_index]) in acp63_irq_thread()
115 snd_pcm_period_elapsed(sdw_dma_data->sdw0_dma_stream[stream_index]); in acp63_irq_thread()