Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/au88x0/
Dau88x0.c275 err = snd_vortex_new_pcm(chip, VORTEX_PCM_ADB, NR_PCM); in snd_vortex_probe()
282 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_SPDIF, 1)) < 0) { in snd_vortex_probe()
287 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_A3D, NR_A3D)) < 0) { in snd_vortex_probe()
301 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_WT, NR_WT)) < 0) { in snd_vortex_probe()
Dau88x0.h290 static int snd_vortex_new_pcm(vortex_t * vortex, int idx, int nr);
Dau88x0_pcm.c617 static int snd_vortex_new_pcm(vortex_t *chip, int idx, int nr) in snd_vortex_new_pcm() function