Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dpxa2xx-lib.h11 extern int __pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream);
/linux-4.1.27/sound/arm/
Dpxa2xx-pcm-lib.c106 int __pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream) in __pxa2xx_pcm_hw_free() function
118 EXPORT_SYMBOL(__pxa2xx_pcm_hw_free);
Dpxa2xx-pcm.c82 .hw_free = __pxa2xx_pcm_hw_free,
/linux-4.1.27/sound/soc/pxa/
Dpxa2xx-pcm.c69 __pxa2xx_pcm_hw_free(substream); in pxa2xx_pcm_hw_free()