mbox series

[0/4] ASoC: wm8904: prepare for use from audio-graph-card

Message ID cover.1545249666.git.mirq-linux@rere.qmqm.pl (mailing list archive)
Headers show
Series ASoC: wm8904: prepare for use from audio-graph-card | expand

Message

Michał Mirosław Dec. 19, 2018, 8:11 p.m. UTC
First two patches make wm8904 usable from audio-graph-card.
Third is a simple micro-optimization of driver-data usage.
Last fixes register access with disabled SYSCLK.

Tested on custom SAMA5D2 board.

Michał Mirosław (4):
  ASoC: wm8904: make the driver visible in Kconfig
  ASoC: wm8904: Automatically enable FLL when selected
  ASoC: wm8904: save model id directly in of_device_id.data
  ASoC: wm8904: enable MCLK in STANDBY

 sound/soc/codecs/Kconfig  |  3 ++-
 sound/soc/codecs/wm8904.c | 42 ++++++++++++++++++++++++++++-----------
 sound/soc/codecs/wm8904.h |  2 +-
 3 files changed, 33 insertions(+), 14 deletions(-)