xref: /kernel/linux/linux-5.10/sound/pci/au88x0/au8820.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/sound/pci/au88x0/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#include "au8820.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_VORTEX_1), 0,},
68c2ecf20Sopenharmony_ci	{0,}
78c2ecf20Sopenharmony_ci};
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#include "au88x0_synth.c"
108c2ecf20Sopenharmony_ci#include "au88x0_core.c"
118c2ecf20Sopenharmony_ci#include "au88x0_pcm.c"
128c2ecf20Sopenharmony_ci#include "au88x0_mpu401.c"
138c2ecf20Sopenharmony_ci#include "au88x0_game.c"
148c2ecf20Sopenharmony_ci#include "au88x0_mixer.c"
158c2ecf20Sopenharmony_ci#include "au88x0.c"
16

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