diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-06 12:57:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-10 04:57:44 -0400 |
commit | 9d37e8947c613190b7b92c63830e638ffdb08e48 (patch) | |
tree | 69f1ec6500c1635456dbdfcaad2fad743151a54c /sound | |
parent | 698cb111f44d81dd3a604ba2a7f3f865b66b9ddf (diff) |
ASoC: Document CFG switch settings for SMDK6410 WM8580 usage
Sadly these aren't soft controllable and can't be read back either :(
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/s3c24xx/smdk64xx_wm8580.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/smdk64xx_wm8580.c b/sound/soc/s3c24xx/smdk64xx_wm8580.c index 5853f6609f6f..4926acaaa8b0 100644 --- a/sound/soc/s3c24xx/smdk64xx_wm8580.c +++ b/sound/soc/s3c24xx/smdk64xx_wm8580.c | |||
@@ -22,6 +22,12 @@ | |||
22 | #include "s3c-dma.h" | 22 | #include "s3c-dma.h" |
23 | #include "s3c64xx-i2s.h" | 23 | #include "s3c64xx-i2s.h" |
24 | 24 | ||
25 | /* | ||
26 | * Default CFG switch settings to use this driver: | ||
27 | * | ||
28 | * SMDK6410: Set CFG1 1-3 Off, CFG2 1-4 On | ||
29 | */ | ||
30 | |||
25 | /* SMDK64XX has a 12MHZ crystal attached to WM8580 */ | 31 | /* SMDK64XX has a 12MHZ crystal attached to WM8580 */ |
26 | #define SMDK64XX_WM8580_FREQ 12000000 | 32 | #define SMDK64XX_WM8580_FREQ 12000000 |
27 | 33 | ||