Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/au88x0/
Dau88x0.c276 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()
Dau88x0.h278 static int snd_vortex_new_pcm(vortex_t * vortex, int idx, int nr);
Dau88x0_pcm.c605 static int snd_vortex_new_pcm(vortex_t *chip, int idx, int nr) in snd_vortex_new_pcm() function