Home
last modified time | relevance | path

Searched refs:VORTEX_PCM_A3D (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/sound/pci/au88x0/
Dau88x0.h98 #define VORTEX_PCM_A3D 2 macro
Dau88x0.c289 if ((err = snd_vortex_new_pcm(chip, VORTEX_PCM_A3D, NR_A3D)) < 0) { in snd_vortex_probe()
Dau88x0_core.c2154 if (stream->type != VORTEX_PCM_A3D) { in vortex_adb_allocroute()
2168 if (stream->type == VORTEX_PCM_A3D) { in vortex_adb_allocroute()
2216 if (stream->type == VORTEX_PCM_A3D) { in vortex_adb_allocroute()
2232 if (stream->type != VORTEX_PCM_SPDIF && stream->type != VORTEX_PCM_A3D) { in vortex_adb_allocroute()
Dau88x0_pcm.c160 if (VORTEX_PCM_TYPE(substream->pcm) == VORTEX_PCM_A3D) { in snd_vortex_pcm_open()