diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-07-07 03:36:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-07 04:09:33 -0400 |
commit | cc6b0ae96239ac77fac569e871704a4f1bf3c595 (patch) | |
tree | 9adcd9fa4a79f4f1a05cb7bd26d61aa58bb2c82a /sound | |
parent | 099d334e3d5c0b26480dffc44fe6272c90898237 (diff) |
ASoC: rt5677: Remove the redundant definition in head file
The patch removes the redundant definition in head file
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/rt5677.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index 08252e7c1ab4..863393e62096 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h | |||
@@ -1393,13 +1393,6 @@ | |||
1393 | #define RT5677_DSP_IB_9_L (0x1 << 1) | 1393 | #define RT5677_DSP_IB_9_L (0x1 << 1) |
1394 | #define RT5677_DSP_IB_9_L_SFT 1 | 1394 | #define RT5677_DSP_IB_9_L_SFT 1 |
1395 | 1395 | ||
1396 | /* Debug String Length */ | ||
1397 | #define RT5677_REG_DISP_LEN 23 | ||
1398 | |||
1399 | #define RT5677_NO_JACK BIT(0) | ||
1400 | #define RT5677_HEADSET_DET BIT(1) | ||
1401 | #define RT5677_HEADPHO_DET BIT(2) | ||
1402 | |||
1403 | /* System Clock Source */ | 1396 | /* System Clock Source */ |
1404 | enum { | 1397 | enum { |
1405 | RT5677_SCLK_S_MCLK, | 1398 | RT5677_SCLK_S_MCLK, |