diff options
author | Mark Brown <broonie@linaro.org> | 2014-02-11 19:53:25 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-11 20:40:10 +0000 |
commit | 7ac5a47886ae4b211f08657d0d06027285eda2d0 (patch) | |
tree | 93afc8ecdd35086bc633a2e5d8590385806a3fb2 /sound/soc/codecs/ak4671.h | |
parent | 78c51bc6475982a843947a556853affd2c360b19 (diff) | |
download | op-kernel-dev-7ac5a47886ae4b211f08657d0d06027285eda2d0.zip op-kernel-dev-7ac5a47886ae4b211f08657d0d06027285eda2d0.tar.gz |
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 61cb7ab..394a34d 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 */ |