All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: More AC'97 cleanups
@ 2014-11-03 18:33 Lars-Peter Clausen
  2014-11-03 18:33 ` [PATCH 1/2] ASoC: mioa701_wm9713: Don't opencode CODEC register access Lars-Peter Clausen
  2014-11-03 18:33 ` [PATCH 2/2] ASoC: wm9712/wm9713: Replace virtual registers with custom put/get callbacks Lars-Peter Clausen
  0 siblings, 2 replies; 7+ messages in thread
From: Lars-Peter Clausen @ 2014-11-03 18:33 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood
  Cc: Charles Keepax, patches, Robert Jarzmik, alsa-devel,
	Lars-Peter Clausen

More AC'97 cleanups in preparation for the conversion to regmap.

* The mioa701_wm9713 directly accesses the read/write callback of the CODEC
  driver which will break when converting the driver to regmap.
* Re-worked version of the wm9712/wm9713 virtual register removal, this time
  using custom put/get handlers to keep the control names.

- Lars

Lars-Peter Clausen (2):
  ASoC: mioa701_wm9713: Don't opencode CODEC register access
  ASoC: wm9712/wm9713: Replace virtual registers with custom put/get
    callbacks

 sound/soc/codecs/wm9712.c      | 163 ++++++++++++++++++++++++++---------------
 sound/soc/codecs/wm9713.c      | 153 ++++++++++++++++++++++----------------
 sound/soc/pxa/mioa701_wm9713.c |   7 +-
 3 files changed, 196 insertions(+), 127 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2014-11-08 12:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 18:33 [PATCH 0/2] ASoC: More AC'97 cleanups Lars-Peter Clausen
2014-11-03 18:33 ` [PATCH 1/2] ASoC: mioa701_wm9713: Don't opencode CODEC register access Lars-Peter Clausen
2014-11-04 11:49   ` Mark Brown
2014-11-03 18:33 ` [PATCH 2/2] ASoC: wm9712/wm9713: Replace virtual registers with custom put/get callbacks Lars-Peter Clausen
2014-11-07  9:52   ` Lars-Peter Clausen
2014-11-08 12:43     ` Charles Keepax
2014-11-08  9:45   ` 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.