diff options
author | Bard Liao <bardliao@realtek.com> | 2015-03-13 05:50:26 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-13 14:13:16 +0300 |
commit | b52551e0d0e659db43f5cfa813ae09d4c3744761 (patch) | |
tree | a14fc629b1862fe73aa0046a9e014af0a1abd096 /sound/soc/codecs/rt5645.h | |
parent | 42ce5b8ab81e94089c79791fc682a7f46af9790a (diff) | |
download | linux-b52551e0d0e659db43f5cfa813ae09d4c3744761.tar.xz |
ASoC: rt5645: Remove adc stereo2 filter
Remove adc stereo2 filter since it is not in rt5645/rt5650 codec.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5645.h')
-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 dbfd98c22f4d..db78e9462876 100644 --- a/sound/soc/codecs/rt5645.h +++ b/sound/soc/codecs/rt5645.h @@ -804,8 +804,6 @@ #define RT5645_PWR_DAC_MF_L_BIT 10 #define RT5645_PWR_DAC_MF_R (0x1 << 9) #define RT5645_PWR_DAC_MF_R_BIT 9 -#define RT5645_PWR_ADC_S2F (0x1 << 8) -#define RT5645_PWR_ADC_S2F_BIT 8 #define RT5645_PWR_PDM1 (0x1 << 7) #define RT5645_PWR_PDM1_BIT 7 #define RT5645_PWR_PDM2 (0x1 << 6) |