ASoC: io: New signature for snd_soc_codec_set_cache_io()
authorXiubo Li <Li.Xiubo@freescale.com>
Tue, 11 Mar 2014 04:43:21 +0000 (12:43 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 11 Mar 2014 09:59:06 +0000 (09:59 +0000)
commit092eba937d948a76ff55825922eff4df010f6a17
tree9ceee6b8bb67ec90bdb1d1f4dd812e3dfba8547d
parent5d6be5aa6becc750c5c2aa0ef8f7209ce19aa328
ASoC: io: New signature for snd_soc_codec_set_cache_io()

Now that all users have been converted to regmap and the config.reg_bits
and config.val_bits can be setted by each user through regmap core API.
So these two params are redundant here.

Since the only control type that left is SND_SOC_REGMAP, so remove it. Drop
the control params and add struct regmap *regmap to simplify the code.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
14 files changed:
include/sound/soc.h
sound/soc/codecs/88pm860x-codec.c
sound/soc/codecs/cq93vc.c
sound/soc/codecs/mc13783.c
sound/soc/codecs/si476x.c
sound/soc/codecs/tlv320dac33.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8400.c
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8997.c
sound/soc/soc-core.c
sound/soc/soc-io.c
This page took 0.026682 seconds and 5 git commands to generate.