Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/ux500/
H A Dux500_pcm.c125 .compat_request_channel = ux500_pcm_request_chan,
131 .compat_request_channel = ux500_pcm_request_chan,
/OK3568_Linux_fs/kernel/include/sound/
H A Ddmaengine_pcm.h140 struct dma_chan *(*compat_request_channel)( member
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c203 if (pcm->config && pcm->config->compat_request_channel) in dmaengine_pcm_compat_request_channel()
204 return pcm->config->compat_request_channel(rtd, substream); in dmaengine_pcm_compat_request_channel()