18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci#include "au8810.h" 38c2ecf20Sopenharmony_ci#include "au88x0.h" 48c2ecf20Sopenharmony_cistatic const struct pci_device_id snd_vortex_ids[] = { 58c2ecf20Sopenharmony_ci {PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_ADVANTAGE), 1,}, 68c2ecf20Sopenharmony_ci {0,} 78c2ecf20Sopenharmony_ci}; 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include "au88x0_core.c" 108c2ecf20Sopenharmony_ci#include "au88x0_pcm.c" 118c2ecf20Sopenharmony_ci#include "au88x0_mixer.c" 128c2ecf20Sopenharmony_ci#include "au88x0_mpu401.c" 138c2ecf20Sopenharmony_ci#include "au88x0_game.c" 148c2ecf20Sopenharmony_ci#include "au88x0_eq.c" 158c2ecf20Sopenharmony_ci#include "au88x0_a3d.c" 168c2ecf20Sopenharmony_ci#include "au88x0_xtalk.c" 178c2ecf20Sopenharmony_ci#include "au88x0.c" 18