Add 2.6.31 patches
[openwrt/staging/wigyori.git] / target / linux / s3c24xx / patches-2.6.31 / 059-gta02-wm8752.patch
1 From 683fb017d43f8ea5ee2b06f81102fd212754bc1b Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Tue, 21 Jul 2009 12:48:25 +0200
4 Subject: [PATCH] 058-gta02-wm8752.patch
5
6 ---
7 sound/soc/s3c24xx/Kconfig | 10 ++++++++++
8 sound/soc/s3c24xx/Makefile | 2 ++
9 2 files changed, 12 insertions(+), 0 deletions(-)
10
11 diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
12 index df494d1..fb80568 100644
13 --- a/sound/soc/s3c24xx/Kconfig
14 +++ b/sound/soc/s3c24xx/Kconfig
15 @@ -42,10 +42,20 @@ config SND_S3C24XX_SOC_JIVE_WM8750
16 tristate "SoC I2S Audio support for Jive"
17 depends on SND_S3C24XX_SOC && MACH_JIVE
18 select SND_SOC_WM8750
19 + select SND_SOC_WM8750_SPI
20 select SND_S3C2412_SOC_I2S
21 help
22 Sat Y if you want to add support for SoC audio on the Jive.
23
24 +config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
25 + tristate "SoC I2S Audio support for Openmoko Freerunner - WM8753"
26 + depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
27 + select SND_S3C24XX_SOC_I2S
28 + select SND_SOC_WM8753
29 + help
30 + Say Y if you want to add support for SoC audio on Openmoko Freerunner
31 + with the WM8753 codec
32 +
33 config SND_S3C24XX_SOC_SMDK2443_WM9710
34 tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
35 depends on SND_S3C24XX_SOC && MACH_SMDK2443
36 diff --git a/sound/soc/s3c24xx/Makefile b/sound/soc/s3c24xx/Makefile
37 index 07a93a2..31c4ef9 100644
38 --- a/sound/soc/s3c24xx/Makefile
39 +++ b/sound/soc/s3c24xx/Makefile
40 @@ -19,9 +19,11 @@ snd-soc-neo1973-wm8753-objs := neo1973_wm8753.o
41 snd-soc-smdk2443-wm9710-objs := smdk2443_wm9710.o
42 snd-soc-ln2440sbc-alc650-objs := ln2440sbc_alc650.o
43 snd-soc-s3c24xx-uda134x-objs := s3c24xx_uda134x.o
44 +snd-soc-neo1973-gta02-wm8753-objs := gta02_wm8753.o
45
46 obj-$(CONFIG_SND_S3C24XX_SOC_JIVE_WM8750) += snd-soc-jive-wm8750.o
47 obj-$(CONFIG_SND_S3C24XX_SOC_NEO1973_WM8753) += snd-soc-neo1973-wm8753.o
48 obj-$(CONFIG_SND_S3C24XX_SOC_SMDK2443_WM9710) += snd-soc-smdk2443-wm9710.o
49 obj-$(CONFIG_SND_S3C24XX_SOC_LN2440SBC_ALC650) += snd-soc-ln2440sbc-alc650.o
50 obj-$(CONFIG_SND_S3C24XX_SOC_S3C24XX_UDA134X) += snd-soc-s3c24xx-uda134x.o
51 +obj-$(CONFIG_SND_S3C24XX_SOC_NEO1973_GTA02_WM8753) += snd-soc-neo1973-gta02-wm8753.o
52 --
53 1.5.6.5
54