ramips: add support for Belkin F5D8235 v2 board
[openwrt/openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 058-gta02-wm8752.patch
1 --- a/sound/soc/s3c24xx/Kconfig
2 +++ b/sound/soc/s3c24xx/Kconfig
3 @@ -42,10 +42,20 @@ config SND_S3C24XX_SOC_JIVE_WM8750
4 tristate "SoC I2S Audio support for Jive"
5 depends on SND_S3C24XX_SOC && MACH_JIVE
6 select SND_SOC_WM8750
7 + select SND_SOC_WM8750_SPI
8 select SND_S3C2412_SOC_I2S
9 help
10 Sat Y if you want to add support for SoC audio on the Jive.
11
12 +config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
13 + tristate "SoC I2S Audio support for Openmoko Freerunner - WM8753"
14 + depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
15 + select SND_S3C24XX_SOC_I2S
16 + select SND_SOC_WM8753
17 + help
18 + Say Y if you want to add support for SoC audio on Openmoko Freerunner
19 + with the WM8753 codec
20 +
21 config SND_S3C24XX_SOC_SMDK2443_WM9710
22 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
23 depends on SND_S3C24XX_SOC && MACH_SMDK2443
24 --- a/sound/soc/s3c24xx/Makefile
25 +++ b/sound/soc/s3c24xx/Makefile
26 @@ -19,9 +19,11 @@ snd-soc-neo1973-wm8753-objs := neo1973_w
27 snd-soc-smdk2443-wm9710-objs := smdk2443_wm9710.o
28 snd-soc-ln2440sbc-alc650-objs := ln2440sbc_alc650.o
29 snd-soc-s3c24xx-uda134x-objs := s3c24xx_uda134x.o
30 +snd-soc-neo1973-gta02-wm8753-objs := gta02_wm8753.o
31
32 obj-$(CONFIG_SND_S3C24XX_SOC_JIVE_WM8750) += snd-soc-jive-wm8750.o
33 obj-$(CONFIG_SND_S3C24XX_SOC_NEO1973_WM8753) += snd-soc-neo1973-wm8753.o
34 obj-$(CONFIG_SND_S3C24XX_SOC_SMDK2443_WM9710) += snd-soc-smdk2443-wm9710.o
35 obj-$(CONFIG_SND_S3C24XX_SOC_LN2440SBC_ALC650) += snd-soc-ln2440sbc-alc650.o
36 obj-$(CONFIG_SND_S3C24XX_SOC_S3C24XX_UDA134X) += snd-soc-s3c24xx-uda134x.o
37 +obj-$(CONFIG_SND_S3C24XX_SOC_NEO1973_GTA02_WM8753) += snd-soc-neo1973-gta02-wm8753.o