License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / sound / pci / au88x0 / au8810.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#include "au8810.h"
3#include "au88x0.h"
9baa3c34 4static const struct pci_device_id snd_vortex_ids[] = {
28d27aae 5 {PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_ADVANTAGE), 1,},
1da177e4
LT
6 {0,}
7};
8
9#include "au88x0_core.c"
10#include "au88x0_pcm.c"
11#include "au88x0_mixer.c"
12#include "au88x0_mpu401.c"
13#include "au88x0_game.c"
14#include "au88x0_eq.c"
15#include "au88x0_a3d.c"
16#include "au88x0_xtalk.c"
17#include "au88x0.c"