From: Oder Chiou Date: Wed, 23 Sep 2015 06:35:27 +0000 (+0800) Subject: ASoC: rt5645: Remove the repeated definitions X-Git-Tag: v5.15~14585^2~9^2^4~12^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de3f8fdf7393e4259b68ae8cea806c39d602769e;p=platform%2Fkernel%2Flinux-starfive.git ASoC: rt5645: Remove the repeated definitions Signed-off-by: Oder Chiou Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5645.h b/sound/soc/codecs/rt5645.h index 90325d9..f45861c 100644 --- a/sound/soc/codecs/rt5645.h +++ b/sound/soc/codecs/rt5645.h @@ -777,8 +777,6 @@ #define RT5645_PWR_CLS_D_R_BIT 9 #define RT5645_PWR_CLS_D_L (0x1 << 8) #define RT5645_PWR_CLS_D_L_BIT 8 -#define RT5645_PWR_ADC_R (0x1 << 1) -#define RT5645_PWR_ADC_R_BIT 1 #define RT5645_PWR_DAC_L2 (0x1 << 7) #define RT5645_PWR_DAC_L2_BIT 7 #define RT5645_PWR_DAC_R2 (0x1 << 6)