Re: [PATCH 1/3] ASoC: io: Clean up snd_soc_codec_set_cache_io()

2014-02-27 Thread Mark Brown
On Thu, Feb 27, 2014 at 05:49:51PM +0800, Xiubo Li wrote: > 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. Applied, thanks. signature.asc Description: Dig

[PATCH 1/3] ASoC: io: Clean up snd_soc_codec_set_cache_io()

2014-02-27 Thread Xiubo Li
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. Signed-off-by: Xiubo Li --- sound/soc/soc-io.c | 5 - 1 file changed, 5 deletions(-) diff --git a/sound/so