diff options
author | jassi brar <jassisinghbrar@gmail.com> | 2009-09-18 20:46:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-19 11:28:54 -0400 |
commit | d0f5fa17aa63262685e43b798ca0830d89786235 (patch) | |
tree | bda5cadcdd2c5c1ba6c88192228b4c64444b41fa /sound/soc/s3c24xx/Kconfig | |
parent | 9f072b7b2260a588bfb5fb43418c3358104e7c13 (diff) |
ASoC: Support WM8580 based audio subsystem on SMDK64xx machines
New machine driver for WM8580 I2S i/f on SMDK64XX.
By default SoC-Slave is set and WM8580 is configured to use it's
PLLA to generate clocks from a 12MHz crystal attached to WM8580.
[Added dependency on BROKEN since the IISv4 interface hasn't been merged
yet, fixed the PLL API usage and removed the disabling of the PLL in the
hw_free function since that'll break simultaneous playback and record
-- broonie.]
Signed-off-by: Jassi <jassi.brar@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 923428fc1adb..d7912f1e4627 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -56,6 +56,15 @@ config SND_S3C24XX_SOC_JIVE_WM8750 | |||
56 | help | 56 | help |
57 | Sat Y if you want to add support for SoC audio on the Jive. | 57 | Sat Y if you want to add support for SoC audio on the Jive. |
58 | 58 | ||
59 | config SND_S3C64XX_SOC_WM8580 | ||
60 | tristate "SoC I2S Audio support for WM8580 on SMDK64XX" | ||
61 | depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410) | ||
62 | depends on BROKEN | ||
63 | select SND_SOC_WM8580 | ||
64 | select SND_S3C64XX_SOC_I2S | ||
65 | help | ||
66 | Sat Y if you want to add support for SoC audio on the SMDK64XX. | ||
67 | |||
59 | config SND_S3C24XX_SOC_SMDK2443_WM9710 | 68 | config SND_S3C24XX_SOC_SMDK2443_WM9710 |
60 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" | 69 | tristate "SoC AC97 Audio support for SMDK2443 - WM9710" |
61 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 | 70 | depends on SND_S3C24XX_SOC && MACH_SMDK2443 |