rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include "au8820.h" | ||||
3 | #include "au88x0.h" | ||||
4 | static const struct pci_device_id snd_vortex_ids[] = { | ||||
5 | {PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_VORTEX_1), 0,}, | ||||
6 | {0,} | ||||
7 | }; | ||||
8 | |||||
9 | #include "au88x0_synth.c" | ||||
10 | #include "au88x0_core.c" | ||||
11 | #include "au88x0_pcm.c" | ||||
12 | #include "au88x0_mpu401.c" | ||||
13 | #include "au88x0_game.c" | ||||
14 | #include "au88x0_mixer.c" | ||||
15 | #include "au88x0.c" |