Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dpxa2xx-lib.h16 extern int __pxa2xx_pcm_open(struct snd_pcm_substream *substream);
/linux-4.1.27/sound/arm/
Dpxa2xx-pcm-lib.c208 int __pxa2xx_pcm_open(struct snd_pcm_substream *substream) in __pxa2xx_pcm_open() function
255 EXPORT_SYMBOL(__pxa2xx_pcm_open);
Dpxa2xx-pcm.c41 ret = __pxa2xx_pcm_open(substream); in pxa2xx_pcm_open()
/linux-4.1.27/sound/soc/pxa/
Dpxa2xx-pcm.c81 .open = __pxa2xx_pcm_open,