diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-25 18:13:12 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-12 20:20:11 +0400 |
commit | cae59c7b2185856522822e40260174c088ca5b11 (patch) | |
tree | 6d73ed3404210f847061e7b6c343123db26654c1 /sound/soc/codecs/Makefile | |
parent | d9a7666ff3a9e109844bf5aca5f50e3743f65840 (diff) | |
download | linux-cae59c7b2185856522822e40260174c088ca5b11.tar.xz |
ASoC: Remove WM8994 register cache
Now that the mfd is using the register map cache there's no need for the
CODEC driver to do any register cache management or any funny dances to
interact with the other drivers using the device so just remove the cache
initialisation and volatility information.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Makefile')
-rw-r--r-- | sound/soc/codecs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index 9aa6e669e6ef..de8078178f86 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile @@ -87,7 +87,7 @@ snd-soc-wm8988-objs := wm8988.o snd-soc-wm8990-objs := wm8990.o snd-soc-wm8991-objs := wm8991.o snd-soc-wm8993-objs := wm8993.o -snd-soc-wm8994-objs := wm8994.o wm8994-tables.o wm8958-dsp2.o +snd-soc-wm8994-objs := wm8994.o wm8958-dsp2.o snd-soc-wm8995-objs := wm8995.o snd-soc-wm9081-objs := wm9081.o snd-soc-wm9090-objs := wm9090.o |