summaryrefslogtreecommitdiff
path: root/sound/soc/generic/Makefile
blob: ee750f3023baf8acdb8ecd3b2dcf7bc943d6dcd9 (plain)
1
2
3
4
5
6
7
snd-soc-simple-card-utils-objs	:= simple-card-utils.o
snd-soc-simple-card-objs	:= simple-card.o
snd-soc-simple-scu-card-objs	:= simple-scu-card.o

obj-$(CONFIG_SND_SIMPLE_CARD_UTILS)	+= snd-soc-simple-card-utils.o
obj-$(CONFIG_SND_SIMPLE_CARD)		+= snd-soc-simple-card.o
obj-$(CONFIG_SND_SIMPLE_SCU_CARD)	+= snd-soc-simple-scu-card.o
533d57395db856d5a3'>patch) treeb79c7d99b2bcb11901f2a2a4fa055ea7333fd56a parentf66020640367affd8efa788dc3f904acac435244 (diff)
mfd: tps65217: Update register interrupt mask bits instead of writing operation
TPS65217 interrupt register includes read/writeable mask bits with read-only status bits. (bit 4, 5, 6 are R/W, bit 0, 1, 2 are RO) And reserved bit is not required. Register update operation is preferred for disabling all interrupts during the device initialisation. Signed-off-by: Milo Kim <woogyom.kim@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat