^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) // SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #include "au8820.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #include "au88x0.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) static const struct pci_device_id snd_vortex_ids[] = {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) {PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_VORTEX_1), 0,},
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) {0,}
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) #include "au88x0_synth.c"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #include "au88x0_core.c"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #include "au88x0_pcm.c"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #include "au88x0_mpu401.c"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #include "au88x0_game.c"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #include "au88x0_mixer.c"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #include "au88x0.c"