Searched refs:snd_vortex_new_pcm (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/pci/au88x0/ |
D | au88x0.c | 275 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()
|
D | au88x0.h | 290 static int snd_vortex_new_pcm(vortex_t * vortex, int idx, int nr);
|
D | au88x0_pcm.c | 617 static int snd_vortex_new_pcm(vortex_t *chip, int idx, int nr) in snd_vortex_new_pcm() function
|