summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5640.h
diff options
context:
space:
mode:
authorOder Chiou2014-03-28 13:28:27 +0100
committerMark Brown2014-04-14 18:27:41 +0200
commitacf04e639bba2270fd07e161fa984234591ef43b (patch)
treeab72a7aa33e0f9608558cd3e9530c2a9a595bd65 /sound/soc/codecs/rt5640.h
parentASoC: rt5640: Rename the function of clock checking (diff)
downloadkernel-qcow2-linux-acf04e639bba2270fd07e161fa984234591ef43b.tar.gz
kernel-qcow2-linux-acf04e639bba2270fd07e161fa984234591ef43b.tar.xz
kernel-qcow2-linux-acf04e639bba2270fd07e161fa984234591ef43b.zip
ASoC: rt5640: Remove the unused or incorrect setting of clock source
The patch removes the unused or incorrect setting of clock source. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/rt5640.h')
-rw-r--r--sound/soc/codecs/rt5640.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h
index 5e8df25a13f3..cbd07b5f8060 100644
--- a/sound/soc/codecs/rt5640.h
+++ b/sound/soc/codecs/rt5640.h
@@ -976,8 +976,6 @@
#define RT5640_SCLK_SRC_SFT 14
#define RT5640_SCLK_SRC_MCLK (0x0 << 14)
#define RT5640_SCLK_SRC_PLL1 (0x1 << 14)
-#define RT5640_SCLK_SRC_PLL1T (0x2 << 14)
-#define RT5640_SCLK_SRC_RCCLK (0x3 << 14) /* 15MHz */
#define RT5640_PLL1_SRC_MASK (0x3 << 12)
#define RT5640_PLL1_SRC_SFT 12
#define RT5640_PLL1_SRC_MCLK (0x0 << 12)