Searched refs:snd_vortex_new_pcm (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/pci/au88x0/ |
| H A D | au88x0.c | 277 err = snd_vortex_new_pcm(chip, VORTEX_PCM_ADB, NR_PCM); in snd_vortex_probe() 284 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_SPDIF, 1)) < 0) { in snd_vortex_probe() 289 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_A3D, NR_A3D)) < 0) { in snd_vortex_probe() 303 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_WT, NR_WT)) < 0) { in snd_vortex_probe()
|
| H A D | au88x0.h | 278 static int snd_vortex_new_pcm(vortex_t * vortex, int idx, int nr);
|
| H A D | au88x0_pcm.c | 595 static int snd_vortex_new_pcm(vortex_t *chip, int idx, int nr) in snd_vortex_new_pcm() function
|