[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1566734630.git.mirq-linux@rere.qmqm.pl>
Date: Sun, 25 Aug 2019 14:17:30 +0200
From: Michał Mirosław <mirq-linux@...e.qmqm.pl>
To: alsa-devel@...a-project.org, patches@...nsource.cirrus.com
Cc: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Allison Randal <allison@...utok.net>,
Anders Roxell <anders.roxell@...aro.org>,
Annaliese McDermond <nh6z@...z.net>,
Charles Keepax <ckeepax@...nsource.cirrus.com>,
Codrin Ciubotariu <codrin.ciubotariu@...rochip.com>,
Enrico Weigelt <info@...ux.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jaroslav Kysela <perex@...ex.cz>,
Jerome Brunet <jbrunet@...libre.com>,
Kate Stewart <kstewart@...uxfoundation.org>,
Kirill Marinushkin <kmarinushkin@...dec.tech>,
Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>,
Liam Girdwood <lgirdwood@...il.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>,
Mark Brown <broonie@...nel.org>,
Maxime Jourdan <mjourdan@...libre.com>,
Nariman Poushin <npoushin@...nsource.cirrus.com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Nikesh Oswal <nikesh@...nsource.cirrus.com>,
Paul Cercueil <paul@...pouillou.net>,
Piotr Stankiewicz <piotrs@...nsource.cirrus.com>,
Randy Dunlap <rdunlap@...radead.org>,
Richard Fitzgerald <rf@...nsource.cirrus.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Takashi Iwai <tiwai@...e.com>,
Thomas Gleixner <tglx@...utronix.de>,
zhong jiang <zhongjiang@...wei.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/4] wm8904: adapt driver for use with audio-graph-card
This series allows to use WM8904 codec as audio-graph-card component.
It starts with rework of FLL handling in the codec's driver, and as an
example includes (untested) rework for codec with similar FLL: WM8994.
Series based on tiwai/sound/for-next tree. You can also pull from:
https://rere.qmqm.pl/git/linux
branch:
wm8904
(branch includes two fixes already sent to alsa-devel, but not merged yet).
Michał Mirosław (4):
ASoC: wm_fll: extract common code for Wolfson FLLs
ASoC: wm8904: use common FLL code
ASoC: wm8904: automatically choose clock source
[RFT] ASoC: wm8994: use common FLL code
sound/soc/atmel/atmel_wm8904.c | 11 +-
sound/soc/codecs/Kconfig | 9 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/wm8904.c | 516 +++++++++++---------------------
sound/soc/codecs/wm8904.h | 5 -
sound/soc/codecs/wm8994.c | 281 +++++-------------
sound/soc/codecs/wm8994.h | 4 +-
sound/soc/codecs/wm_fll.c | 518 +++++++++++++++++++++++++++++++++
sound/soc/codecs/wm_fll.h | 60 ++++
9 files changed, 849 insertions(+), 557 deletions(-)
create mode 100644 sound/soc/codecs/wm_fll.c
create mode 100644 sound/soc/codecs/wm_fll.h
--
2.20.1
Powered by blists - more mailing lists