All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 00/11] Remove set_cache_io entirely from ASoC probe
@ 2014-03-26  5:40 Xiubo Li
  2014-03-26  5:40 ` [PATCHv2 01/11] ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec() Xiubo Li
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Xiubo Li @ 2014-03-26  5:40 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: alsa-devel, lars, shc_work, tiwai, viresh.kumar, patches,
	andrew.smirnov, Xiubo Li, akpm, s.trumtrar, rf, ckeepax,
	vinod.koul

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(-)

-- 
1.8.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-04-02 19:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26  5:40 [PATCHv2 00/11] Remove set_cache_io entirely from ASoC probe Xiubo Li
2014-03-26  5:40 ` [PATCHv2 01/11] ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec() Xiubo Li
2014-03-26  5:40 ` [PATCHv2 02/11] ASoc: 88pm860x: Remove the set_cache_io() entirely from ASoC probe Xiubo Li
2014-03-26  5:40 ` [PATCHv2 03/11] ASoc: cq93vc: " Xiubo Li
2014-03-26  5:40 ` [PATCHv2 04/11] ASoc: mc13783: " Xiubo Li
2014-03-26  5:40 ` [PATCHv2 05/11] ASoc: si476x: " Xiubo Li
2014-03-27 14:41   ` Andrey Smirnov
2014-03-26  5:40 ` [PATCHv2 06/11] ASoc: wm5102: " Xiubo Li
2014-03-26  5:40 ` [PATCHv2 07/11] ASoc: wm5110: " Xiubo Li
2014-03-26  5:40 ` [PATCHv2 08/11] ASoc: wm8350: " Xiubo Li
2014-03-26  5:40 ` [PATCHv2 09/11] ASoc: wm8400: " Xiubo Li
2014-03-26  5:40 ` [PATCHv2 10/11] ASoc: wm8994: " Xiubo Li
2014-03-26  5:40 ` [PATCHv2 11/11] ASoc: wm8997: " Xiubo Li
2014-03-27 13:34 ` [PATCHv2 00/11] Remove set_cache_io " Charles Keepax
2014-04-02 19:23 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.