diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2015-09-23 02:35:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-23 13:57:52 -0400 |
commit | de3f8fdf7393e4259b68ae8cea806c39d602769e (patch) | |
tree | 79b27156dc15ea6631e3cbcb737ed2df6bfe9011 | |
parent | 917536aeb88d34e06c1353b0dd144f0987bb66bd (diff) |
ASoC: rt5645: Remove the repeated definitions
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/rt5645.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5645.h b/sound/soc/codecs/rt5645.h index 90325d9256ff..f45861c49ef2 100644 --- a/sound/soc/codecs/rt5645.h +++ b/sound/soc/codecs/rt5645.h | |||
@@ -777,8 +777,6 @@ | |||
777 | #define RT5645_PWR_CLS_D_R_BIT 9 | 777 | #define RT5645_PWR_CLS_D_R_BIT 9 |
778 | #define RT5645_PWR_CLS_D_L (0x1 << 8) | 778 | #define RT5645_PWR_CLS_D_L (0x1 << 8) |
779 | #define RT5645_PWR_CLS_D_L_BIT 8 | 779 | #define RT5645_PWR_CLS_D_L_BIT 8 |
780 | #define RT5645_PWR_ADC_R (0x1 << 1) | ||
781 | #define RT5645_PWR_ADC_R_BIT 1 | ||
782 | #define RT5645_PWR_DAC_L2 (0x1 << 7) | 780 | #define RT5645_PWR_DAC_L2 (0x1 << 7) |
783 | #define RT5645_PWR_DAC_L2_BIT 7 | 781 | #define RT5645_PWR_DAC_L2_BIT 7 |
784 | #define RT5645_PWR_DAC_R2 (0x1 << 6) | 782 | #define RT5645_PWR_DAC_R2 (0x1 << 6) |