From: Xiubo Li
Date: Tue, 11 Mar 2014 04:43:21 +0000 (+0800)
Subject: ASoC: io: New signature for snd_soc_codec_set_cache_io()
X-Git-Tag: v3.15-rc1~36^2~1^2~4^2~10^2~1
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092eba937d948a76ff55825922eff4df010f6a17;p=pandora-kernel.git
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
Signed-off-by: Mark Brown
---
Reading git-diff-tree failed