Searched refs:snd_vortex_new_pcm (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/sound/pci/au88x0/ |
| D | au88x0.c | 276 err = snd_vortex_new_pcm(chip, VORTEX_PCM_ADB, NR_PCM); in snd_vortex_probe() 283 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_SPDIF, 1)) < 0) { in snd_vortex_probe() 288 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_A3D, NR_A3D)) < 0) { in snd_vortex_probe() 302 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_WT, NR_WT)) < 0) { in snd_vortex_probe()
|
| D | au88x0.h | 278 static int snd_vortex_new_pcm(vortex_t * vortex, int idx, int nr);
|
| D | au88x0_pcm.c | 605 static int snd_vortex_new_pcm(vortex_t *chip, int idx, int nr) in snd_vortex_new_pcm() function
|