summaryrefslogtreecommitdiff
path: root/sound/pci/au88x0/Makefile
blob: d0a66bc5d4a7e3c45d6aa56e404da0e0e491da2e (plain)
1
2
3
4
5
6
7
snd-au8810-objs := au8810.o
snd-au8820-objs := au8820.o
snd-au8830-objs := au8830.o

obj-$(CONFIG_SND_AU8810) += snd-au8810.o
obj-$(CONFIG_SND_AU8820) += snd-au8820.o
obj-$(CONFIG_SND_AU8830) += snd-au8830.o
lect>mode:
authorWillem de Bruijn <willemb@google.com>2017-01-02 17:19:44 -0500
committerPablo Neira Ayuso <pablo@netfilter.org>2017-01-09 17:24:54 +0100
commitb5040f6c33a51e6e1fddab75baf0f45d4943cde4 (patch)
treeefe41007d93a0e2a98b36dee97918628d7a8c434 /net/nfc/nci/Kconfig
parent244b531bee2bdcfcd35ca2fff9cc7d073b3aa060 (diff)
ebtables: use match, target and data copy_to_user helpers
Convert ebtables to copying entries, matches and targets one by one. The solution is analogous to that of generic xt_(match|target)_to_user helpers, but is applied to different structs. Convert existing helpers ebt_make_XXXname helpers that overwrite fields of an already copy_to_user'd struct with ebt_XXX_to_user helpers that copy all relevant fields of the struct from scratch. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/nfc/nci/Kconfig')