Change in v2: - Add .get_regmap() support for struct snd_soc_codec_driver.
Xiubo Li (11): ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec() ASoc: 88pm860x: Remove the set_cache_io() entirely from ASoC probe. ASoc: cq93vc: Remove the set_cache_io() entirely from ASoC probe. ASoc: mc13783: Remove the set_cache_io() entirely from ASoC probe. ASoc: si476x: Remove the set_cache_io() entirely from ASoC probe. ASoc: wm5102: Remove the set_cache_io() entirely from ASoC probe. ASoc: wm5110: Remove the set_cache_io() entirely from ASoC probe. ASoc: wm8350: Remove the set_cache_io() entirely from ASoC probe. ASoc: wm8400: Remove the set_cache_io() entirely from ASoC probe. ASoc: wm8994: Remove the set_cache_io() entirely from ASoC probe. ASoc: wm8997: Remove the set_cache_io() entirely from ASoC probe.
include/sound/soc.h | 1 + sound/soc/codecs/88pm860x-codec.c | 12 ++++++++---- sound/soc/codecs/cq93vc.c | 10 ++++++++-- sound/soc/codecs/mc13783.c | 14 ++++++-------- sound/soc/codecs/si476x.c | 14 ++++++-------- sound/soc/codecs/wm5102.c | 12 ++++++++---- sound/soc/codecs/wm5110.c | 12 ++++++++---- sound/soc/codecs/wm8350.c | 10 ++++++++-- sound/soc/codecs/wm8400.c | 10 ++++++++-- sound/soc/codecs/wm8994.c | 10 ++++++++-- sound/soc/codecs/wm8997.c | 13 ++++++++----- sound/soc/soc-core.c | 28 ++++++++++++++++++---------- sound/soc/soc-io.c | 9 +++------ 13 files changed, 98 insertions(+), 57 deletions(-)