diff options
author | Mark Brown <broonie@linaro.org> | 2014-02-11 20:53:25 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-11 21:40:10 +0100 |
commit | 7ac5a47886ae4b211f08657d0d06027285eda2d0 (patch) | |
tree | 93afc8ecdd35086bc633a2e5d8590385806a3fb2 /sound/soc/codecs/ak4671.h | |
parent | ASoC: ak4671: Convert to table based control init (diff) | |
download | linux-7ac5a47886ae4b211f08657d0d06027285eda2d0.tar.xz linux-7ac5a47886ae4b211f08657d0d06027285eda2d0.zip |
ASoC: ak4671: Convert to direct regmap API usage
This helps us remove the ASoC level I/O functionality which is now just
a thin wrapper around regmap.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/ak4671.h')
-rw-r--r-- | sound/soc/codecs/ak4671.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/ak4671.h b/sound/soc/codecs/ak4671.h index 61cb7ab7552c..394a34d3f50a 100644 --- a/sound/soc/codecs/ak4671.h +++ b/sound/soc/codecs/ak4671.h @@ -105,8 +105,6 @@ #define AK4671_DIGITAL_MIXING_CONTROL2 0x59 #define AK4671_SAR_ADC_CONTROL 0x5a -#define AK4671_CACHEREGNUM (AK4671_SAR_ADC_CONTROL + 1) - /* Bitfield Definitions */ /* AK4671_AD_DA_POWER_MANAGEMENT (0x00) Fields */ |