summaryrefslogtreecommitdiff
path: root/sound/soc/cirrus/Makefile
blob: 5514146cbdf0ebd5dd4fc7499680745eab8b36aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# EP93xx Platform Support
snd-soc-ep93xx-objs				:= ep93xx-pcm.o
snd-soc-ep93xx-i2s-objs	 			:= ep93xx-i2s.o
snd-soc-ep93xx-ac97-objs 			:= ep93xx-ac97.o

obj-$(CONFIG_SND_EP93XX_SOC)			+= snd-soc-ep93xx.o
obj-$(CONFIG_SND_EP93XX_SOC_I2S)		+= snd-soc-ep93xx-i2s.o
obj-$(CONFIG_SND_EP93XX_SOC_AC97)		+= snd-soc-ep93xx-ac97.o

# EP93XX Machine Support
snd-soc-snappercl15-objs			:= snappercl15.o
snd-soc-simone-objs				:= simone.o
snd-soc-edb93xx-objs				:= edb93xx.o

obj-$(CONFIG_SND_EP93XX_SOC_SNAPPERCL15)	+= snd-soc-snappercl15.o
obj-$(CONFIG_SND_EP93XX_SOC_SIMONE)		+= snd-soc-simone.o
obj-$(CONFIG_SND_EP93XX_SOC_EDB93XX)		+= snd-soc-edb93xx.o
tch/sound/soc/sti?id=1b5b42216469b05ef4b5916cb40b127dfab1da88'>patch) tree088f4074ec93c863025c27126c400f85009ad92a /sound/soc/sti parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: core: Add new API to poll for error conditions
Regulator consumers can receive event notifications when errors are reported to the driver, but currently, there is no way for a regulator consumer to know when the error is over. To allow a regulator consumer to poll for error conditions add a new API: regulator_get_error_flags. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sti')