summaryrefslogtreecommitdiff
path: root/sound/aoa/core/Makefile
blob: a1596e88c718ceb808c15765229a0ddee00cfc51 (plain)
1
2
3
4
5
obj-$(CONFIG_SND_AOA) += snd-aoa.o
snd-aoa-objs := core.o \
		alsa.o \
		gpio-pmf.o \
		gpio-feature.o
on value='2'>stat only
Diffstat (limited to 'net/rfkill')
-rw-r--r--net/rfkill/Kconfig11
-rw-r--r--net/rfkill/Makefile1
-rw-r--r--net/rfkill/rfkill-regulator.c154
3 files changed, 0 insertions, 166 deletions
diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig='commit-msg'>Every function handling the mode within the regulator core uses an unsigned int for mode, except for regulator_mode_constrain. This patch changes the type of mode within regulator_mode_constrain which fixes several instances where we are passing pointers to unsigned ints then treating them as an int within this function. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/pci/oxygen')