diff options
author | Geoffrey Wossum <geoffrey@pager.net> | 2008-06-05 08:49:34 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-06 05:54:38 -0400 |
commit | 9aaca9683b014c4d718f32cbddb42e5b36ea3c0f (patch) | |
tree | 68b5817eae0ccd0fbb549d1e8f5184d4ffbb3834 /sound/soc/Kconfig | |
parent | f10485e79882bf09cf442a673511154987b43e3b (diff) |
[ALSA] Revised AT32 ASoC Patch
Attached is a revised version of my patch to add AT32 to ASoC. This cleans
most of the style issues associated with the previous patch. Also fixes an
issue with the playpaq_wm8510.c code depending on a non-released patch to th
AT32 portmux support.
Patch is against 2.6.24.3.atmel.3 kernel, the latest AVR32 kernel Atmel has
released, with the linux-2.6-asoc patches from when v2.6.24 was tagged also
applied.
[Fixed up minor checkpatch issues and updated for current kernels -- broonie]
Signed-off-by: Geoffrey Wossum <gwossum@acm.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index fd7bc4f89072..b939e22db7b4 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -22,6 +22,7 @@ config SND_SOC_AC97_BUS | |||
22 | bool | 22 | bool |
23 | 23 | ||
24 | # All the supported Soc's | 24 | # All the supported Soc's |
25 | source "sound/soc/at32/Kconfig" | ||
25 | source "sound/soc/at91/Kconfig" | 26 | source "sound/soc/at91/Kconfig" |
26 | source "sound/soc/pxa/Kconfig" | 27 | source "sound/soc/pxa/Kconfig" |
27 | source "sound/soc/s3c24xx/Kconfig" | 28 | source "sound/soc/s3c24xx/Kconfig" |