All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: wm8904: prepare for use from audio-graph-card
@ 2018-12-19 20:11 Michał Mirosław
  2018-12-19 20:11 ` [PATCH 1/4] ASoC: wm8904: make the driver visible in Kconfig Michał Mirosław
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Michał Mirosław @ 2018-12-19 20:11 UTC (permalink / raw)
  To: patches, alsa-devel; +Cc: Takashi Iwai, Mark Brown, Liam Girdwood

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

-- 
2.19.2

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2019-01-13 12:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-19 20:11 [PATCH 0/4] ASoC: wm8904: prepare for use from audio-graph-card Michał Mirosław
2018-12-19 20:11 ` [PATCH 1/4] ASoC: wm8904: make the driver visible in Kconfig Michał Mirosław
2018-12-21 11:16   ` Charles Keepax
2018-12-19 20:11 ` [PATCH 2/4] ASoC: wm8904: Automatically enable FLL when selected Michał Mirosław
2018-12-21 11:52   ` Charles Keepax
2018-12-21 11:58     ` Mark Brown
2019-01-13 12:37       ` Michał Mirosław
2018-12-19 20:11 ` [PATCH 4/4] ASoC: wm8904: enable MCLK in STANDBY Michał Mirosław
2018-12-21 11:30   ` Charles Keepax
2018-12-19 20:11 ` [PATCH 3/4] ASoC: wm8904: save model id directly in of_device_id.data Michał Mirosław
2018-12-21 11:27   ` Charles Keepax

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.