Searched refs:__pxa2xx_pcm_hw_params (Results 1 – 4 of 4) sorted by relevance
9 extern int __pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream,
39 int __pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream, in __pxa2xx_pcm_hw_params() function104 EXPORT_SYMBOL(__pxa2xx_pcm_hw_params);
81 .hw_params = __pxa2xx_pcm_hw_params,
62 return __pxa2xx_pcm_hw_params(substream, params); in pxa2xx_pcm_hw_params()