Home
last modified time | relevance | path

Searched refs:pxa2xx_pcm_new (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/arm/
Dpxa2xx-pcm.c83 int pxa2xx_pcm_new(struct snd_card *card, struct pxa2xx_pcm_client *client, in pxa2xx_pcm_new() function
125 EXPORT_SYMBOL(pxa2xx_pcm_new);
Dpxa2xx-pcm.h26 extern int pxa2xx_pcm_new(struct snd_card *, struct pxa2xx_pcm_client *, struct snd_pcm **);
Dpxa2xx-ac97.c198 ret = pxa2xx_pcm_new(card, &pxa2xx_ac97_pcm_client, &pxa2xx_ac97_pcm); in pxa2xx_ac97_probe()