| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include "au8820.h" | 
 | 2 | #include "au88x0.h" | 
| Alexey Dobriyan | cebe41d | 2010-02-06 00:21:03 +0200 | [diff] [blame] | 3 | static DEFINE_PCI_DEVICE_TABLE(snd_vortex_ids) = { | 
| Joe Perches | 28d27aa | 2009-06-24 22:13:35 -0700 | [diff] [blame] | 4 | 	{PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_VORTEX_1), 0,}, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | 	{0,} | 
 | 6 | }; | 
 | 7 |  | 
 | 8 | #include "au88x0_synth.c" | 
 | 9 | #include "au88x0_core.c" | 
 | 10 | #include "au88x0_pcm.c" | 
 | 11 | #include "au88x0_mpu401.c" | 
 | 12 | #include "au88x0_game.c" | 
 | 13 | #include "au88x0_mixer.c" | 
 | 14 | #include "au88x0.c" |