Skip to content

Commit

Permalink
ASoC: SMDK6440: Enable I2S device
Browse files Browse the repository at this point in the history
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Jassi Brar authored and Mark Brown committed Dec 20, 2010
1 parent 72685f2 commit c6ccc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/samsung/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config ASOC_SAMSUNG
tristate "ASoC support for Samsung"
depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5P64X0
select S3C64XX_DMA if ARCH_S3C64XX
select S3C2410_DMA if ARCH_S3C2410
help
Expand Down Expand Up @@ -62,7 +62,7 @@ config ASOC_SAMSUNG_JIVE_WM8750

config ASOC_SAMSUNG_SMDK_WM8580
tristate "SoC I2S Audio support for WM8580 on SMDK"
depends on ASOC_SAMSUNG && (MACH_SMDK6410 || MACH_SMDKC100)
depends on ASOC_SAMSUNG && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDK6440)
select SND_SOC_WM8580
select SND_SAMSUNG_I2S
help
Expand Down

0 comments on commit c6ccc59

Please sign in to comment.