#include "au8820.h" #include "au88x0.h" static const struct pci_device_id snd_vortex_ids[] = { {PCI_VDEVICE(AUREAL, PCI_DEVICE_ID_AUREAL_VORTEX_1), 0,}, {0,} }; #include "au88x0_synth.c" #include "au88x0_core.c" #include "au88x0_pcm.c" #include "au88x0_mpu401.c" #include "au88x0_game.c" #include "au88x0_mixer.c" #include "au88x0.c" selftests?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorJeremy Linton <jeremy.linton@arm.com>2016-11-29 14:45:10 -0600
committerArnd Bergmann <arnd@arndb.de>2016-11-30 23:49:16 +0100
commit4c9456df8849204435c4de1849120b916975d75d (patch)
tree9dd2bb5f13f770fdda7758ca041aec993cfe11e2 /tools/testing/selftests
parent6e631f6d354fd7d527de86b1bc7d94fabac862d6 (diff)
arm64: dts: juno: Correct PCI IO window
The PCIe root complex on Juno translates the MMIO mapped at 0x5f800000 to the PIO address range starting at 0 (which is common because PIO addresses are generally < 64k). Correct the DT to reflect this. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/testing/selftests')