aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/wm8350/audio.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-09 12:00:11 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-10 15:40:06 +0000
commitc28a9926f28e8c7c52603db58754a78008768ca1 (patch)
treeed2f49458800eeefb41e18d553bb93b396d31d3e /include/linux/mfd/wm8350/audio.h
parentASoC: s3c24xx: Fix compilation problem for mini2440 (diff)
downloadlinux-dev-c28a9926f28e8c7c52603db58754a78008768ca1.tar.xz
linux-dev-c28a9926f28e8c7c52603db58754a78008768ca1.zip
ASoC: Remove broken WM8350 direction constants
The WM8350 driver was using some custom constants to interpret the direction of the MCLK signal which had the opposite values to those used as standard by the ASoC core, causing confusion in machine drivers such as the 1133-EV1 board. Reported-by: Tommy Zhu <Tommy.Zhu@wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/linux/mfd/wm8350/audio.h')
-rw-r--r--include/linux/mfd/wm8350/audio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/wm8350/audio.h b/include/linux/mfd/wm8350/audio.h
index a95141eafce3..bd581c6fa085 100644
--- a/include/linux/mfd/wm8350/audio.h
+++ b/include/linux/mfd/wm8350/audio.h
@@ -522,9 +522,6 @@
#define WM8350_MCLK_SEL_PLL_32K 3
#define WM8350_MCLK_SEL_MCLK 5
-#define WM8350_MCLK_DIR_OUT 0
-#define WM8350_MCLK_DIR_IN 1
-
/* clock divider id's */
#define WM8350_ADC_CLKDIV 0
#define WM8350_DAC_CLKDIV 1