Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/amd/ps/
H A Dps-sdw-dma.c279 sdw_data->sdw1_dma_stream[stream_id] = substream; in acp63_sdw_dma_hw_params()
375 sdw_data->sdw1_dma_stream[stream->stream_id] = NULL; in acp63_sdw_dma_close()
517 substream = sdw_data->sdw1_dma_stream[index]; in acp_restore_sdw_dma_config()
H A Dacp63.h221 struct snd_pcm_substream *sdw1_dma_stream[ACP63_SDW1_DMA_MAX_STREAMS]; member
H A Dpci-ps.c121 if (sdw_dma_data->sdw1_dma_stream[stream_index]) in acp63_irq_thread()
122 snd_pcm_period_elapsed(sdw_dma_data->sdw1_dma_stream[stream_index]); in acp63_irq_thread()