summaryrefslogtreecommitdiff
path: root/sound/pci/au88x0/au8810.c
blob: 1b2e34069eb3a6f53cba42cf7ac77d6f24591c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "au8810.h"
#include "au88x0.h"
static const struct pci_device_id snd_vortex_ids[] = {
	{PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_ADVANTAGE), 1,},
	{0,}
};

#include "au88x0_core.c"
#include "au88x0_pcm.c"
#include "au88x0_mixer.c"
#include "au88x0_mpu401.c"
#include "au88x0_game.c"
#include "au88x0_eq.c"
#include "au88x0_a3d.c"
#include "au88x0_xtalk.c"
#include "au88x0.c"
d>2017-01-26 09:56:15 -0700 commit0d4ee015d5ea50febb882d00520d62c6de3f725c (patch) tree6bd2e032e00c34590a8d39d5a43b6a7518d1384d /sound/pci/pcxhr parent690e5325b8c7d5db05fc569c0f7b888bb4248272 (diff)parent19e420bb4076ace670addc55300e3b8c4a02dfc6 (diff)
Merge branch 'nvme-4.10-fixes' of git://git.infradead.org/nvme into for-linus
Pull nvme target fixes from Sagi: Given that its -rc6, I removed anything that is not bug fix. - nvmet-fc discard fix from Christoph - queue disconnect fix from James - nvmet-rdma dma sync fix from Parav - Some more nvmet fixes
Diffstat (limited to 'sound/pci/pcxhr')