diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-10-27 17:15:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-27 22:31:42 +0200 |
commit | dd1b18abca8aabaa464e4d9418752a45c90ccd69 (patch) | |
tree | 0ae347e720f55601d141deeae13ae6afb58046b4 /sound/soc/codecs/Kconfig | |
parent | ASoC: jz4740-codec: Use devm_request_and_ioremap (diff) | |
download | linux-dd1b18abca8aabaa464e4d9418752a45c90ccd69.tar.xz linux-dd1b18abca8aabaa464e4d9418752a45c90ccd69.zip |
ASoC: jz4740-codec: Use regmap
Use regmap-mmio instead of open-coding caching and register accessors.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index b92759a39361..7015db265614 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -229,6 +229,7 @@ config SND_SOC_CX20442 tristate config SND_SOC_JZ4740_CODEC + select REGMAP_MMIO tristate config SND_SOC_L3 |