| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include "au8830.h" | 
|  | 2 | #include "au88x0.h" | 
| Takashi Iwai | f40b689 | 2006-07-05 16:51:05 +0200 | [diff] [blame] | 3 | static struct pci_device_id snd_vortex_ids[] = { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | {PCI_VENDOR_ID_AUREAL, PCI_DEVICE_ID_AUREAL_VORTEX_2, | 
|  | 5 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0,}, | 
|  | 6 | {0,} | 
|  | 7 | }; | 
|  | 8 |  | 
|  | 9 | #include "au88x0_synth.c" | 
|  | 10 | #include "au88x0_core.c" | 
|  | 11 | #include "au88x0_pcm.c" | 
|  | 12 | #include "au88x0_mixer.c" | 
|  | 13 | #include "au88x0_mpu401.c" | 
|  | 14 | #include "au88x0_game.c" | 
|  | 15 | #include "au88x0_eq.c" | 
|  | 16 | #include "au88x0_a3d.c" | 
|  | 17 | #include "au88x0_xtalk.c" | 
|  | 18 | #include "au88x0.c" |