Home
last modified time | relevance | path

Searched refs:__pxa2xx_pcm_open (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/arm/
Dpxa2xx-pcm-lib.c95 int __pxa2xx_pcm_open(struct snd_pcm_substream *substream) in __pxa2xx_pcm_open() function
132 EXPORT_SYMBOL(__pxa2xx_pcm_open);
Dpxa2xx-pcm.c41 ret = __pxa2xx_pcm_open(substream); in pxa2xx_pcm_open()
/linux-4.4.14/include/sound/
Dpxa2xx-lib.h15 extern int __pxa2xx_pcm_open(struct snd_pcm_substream *substream);
/linux-4.4.14/sound/soc/pxa/
Dpxa2xx-pcm.c49 .open = __pxa2xx_pcm_open,