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

#include "au88x0_synth.c"
#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"
ord <dledford@redhat.com>2017-01-24 15:34:22 -0500 commitd3f4aadd614c4627244452ad64eaf351179f2c31 (patch) tree05b887462f77741d410c5ee31caabb0489d4ba6c /include/dt-bindings/reset parentff89b070b7c98eb6782361310ca7a15186f15b2c (diff)
RDMA/core: Add the function ib_mtu_int_to_enum
As the functionality to convert the MTU from a number to enum_ib_mtu is ubiquitous, define a dedicated function and remove the duplicated code. Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/dt-bindings/reset')