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