xref: /kernel/linux/linux-6.6/sound/pci/au88x0/au8810.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/sound/pci/au88x0/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#include "au8810.h"
362306a36Sopenharmony_ci#include "au88x0.h"
462306a36Sopenharmony_cistatic const struct pci_device_id snd_vortex_ids[] = {
562306a36Sopenharmony_ci	{PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_ADVANTAGE), 1,},
662306a36Sopenharmony_ci	{0,}
762306a36Sopenharmony_ci};
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#include "au88x0_core.c"
1062306a36Sopenharmony_ci#include "au88x0_pcm.c"
1162306a36Sopenharmony_ci#include "au88x0_mixer.c"
1262306a36Sopenharmony_ci#include "au88x0_mpu401.c"
1362306a36Sopenharmony_ci#include "au88x0_game.c"
1462306a36Sopenharmony_ci#include "au88x0_eq.c"
1562306a36Sopenharmony_ci#include "au88x0_a3d.c"
1662306a36Sopenharmony_ci#include "au88x0_xtalk.c"
1762306a36Sopenharmony_ci#include "au88x0.c"
18

Indexes created Thu Nov 07 10:32:03 CST 2024