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
reg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-03 22:19:15 +0100 commit424414947da3dd5cb0d60e4f299f7c51e472ae77 (patch) treea4067480c4256c80ae8f8438a3e4bb88e32050bc /sound/soc/nuc900/nuc900-ac97.c parenta3683e0c1410c5c8136a7a93b0336ce88d3b893a (diff)parentd07830db1bdb254e4b50d366010b219286b8c937 (diff)
Merge tag 'usb-serial-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.10-rc7 One more device ID for pl2303. Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'sound/soc/nuc900/nuc900-ac97.c')