Home
last modified time | relevance | path

Searched refs:VORTEX_PCM_LAST (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/au88x0/
H A Dau88x0.h87 #define VORTEX_PCM_LAST 5 macro
133 struct snd_pcm *pcm[VORTEX_PCM_LAST];
H A Dau88x0_pcm.c436 static const char * const vortex_pcm_prettyname[VORTEX_PCM_LAST] = {
443 static const char * const vortex_pcm_name[VORTEX_PCM_LAST] = {
602 if (!chip || idx < 0 || idx >= VORTEX_PCM_LAST) in snd_vortex_new_pcm()