Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Ddmaengine_pcm.h140 struct dma_chan *(*compat_request_channel)( member
/openbmc/linux/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c193 if (pcm->config->compat_request_channel) in dmaengine_pcm_compat_request_channel()
194 return pcm->config->compat_request_channel(rtd, substream); in dmaengine_pcm_compat_request_channel()