From: "Michał Mirosław" <mirq-linux@rere•qmqm.pl>
To: alsa-devel@alsa-project•org, patches@opensource•cirrus.com
Cc: Kate Stewart <kstewart@linuxfoundation•org>,
Maxime Jourdan <mjourdan@baylibre•com>,
Alexandre Belloni <alexandre.belloni@bootlin•com>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas•com>,
Kirill Marinushkin <kmarinushkin@birdec•tech>,
Liam Girdwood <lgirdwood@gmail•com>,
Paul Cercueil <paul@crapouillou•net>,
Srinivas Kandagatla <srinivas.kandagatla@linaro•org>,
Jerome Brunet <jbrunet@baylibre•com>,
Anders Roxell <anders.roxell@linaro•org>,
Takashi Iwai <tiwai@suse•com>,
Ludovic Desroches <ludovic.desroches@microchip•com>,
linux-arm-kernel@lists•infradead.org,
Codrin Ciubotariu <codrin.ciubotariu@microchip•com>,
Charles Keepax <ckeepax@opensource•cirrus.com>,
Piotr Stankiewicz <piotrs@opensource•cirrus.com>,
Annaliese McDermond <nh6z@nh6z•net>,
Richard Fitzgerald <rf@opensource•cirrus.com>,
Mark Brown <broonie@kernel•org>,
Nariman Poushin <npoushin@opensource•cirrus.com>,
Thomas Gleixner <tglx@linutronix•de>,
Jaroslav Kysela <perex@perex•cz>,
zhong jiang <zhongjiang@huawei•com>,
Allison Randal <allison@lohutok•net>,
Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
Randy Dunlap <rdunlap@infradead•org>,
Nikesh Oswal <nikesh@opensource•cirrus.com>,
linux-kernel@vger•kernel.org, Enrico Weigelt <info@metux•net>
Subject: [PATCH v2 0/4] wm8904: adapt driver for use with audio-graph-card
Date: Sun, 25 Aug 2019 14:17:30 +0200 [thread overview]
Message-ID: <cover.1566734630.git.mirq-linux@rere.qmqm.pl> (raw)
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2019-08-25 12:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-25 12:17 Michał Mirosław [this message]
2019-08-25 12:17 ` [PATCH v2 1/4] ASoC: wm_fll: extract common code for Wolfson FLLs Michał Mirosław
2019-08-25 12:17 ` [PATCH v2 2/4] ASoC: wm8904: use common FLL code Michał Mirosław
2019-08-25 12:17 ` [PATCH v2 3/4] ASoC: wm8904: automatically choose clock source Michał Mirosław
2019-08-25 12:17 ` [PATCH v2 4/4] [RFT] ASoC: wm8994: use common FLL code Michał Mirosław
2019-08-27 18:40 ` [PATCH v2 0/4] wm8904: adapt driver for use with audio-graph-card Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1566734630.git.mirq-linux@rere.qmqm.pl \
--to=mirq-linux@rere$(echo .)qmqm.pl \
--cc=alexandre.belloni@bootlin$(echo .)com \
--cc=allison@lohutok$(echo .)net \
--cc=alsa-devel@alsa-project$(echo .)org \
--cc=anders.roxell@linaro$(echo .)org \
--cc=broonie@kernel$(echo .)org \
--cc=ckeepax@opensource$(echo .)cirrus.com \
--cc=codrin.ciubotariu@microchip$(echo .)com \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=info@metux$(echo .)net \
--cc=jbrunet@baylibre$(echo .)com \
--cc=kmarinushkin@birdec$(echo .)tech \
--cc=kstewart@linuxfoundation$(echo .)org \
--cc=kuninori.morimoto.gx@renesas$(echo .)com \
--cc=lgirdwood@gmail$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=ludovic.desroches@microchip$(echo .)com \
--cc=mjourdan@baylibre$(echo .)com \
--cc=nh6z@nh6z$(echo .)net \
--cc=nikesh@opensource$(echo .)cirrus.com \
--cc=npoushin@opensource$(echo .)cirrus.com \
--cc=patches@opensource$(echo .)cirrus.com \
--cc=paul@crapouillou$(echo .)net \
--cc=perex@perex$(echo .)cz \
--cc=piotrs@opensource$(echo .)cirrus.com \
--cc=rdunlap@infradead$(echo .)org \
--cc=rf@opensource$(echo .)cirrus.com \
--cc=srinivas.kandagatla@linaro$(echo .)org \
--cc=tglx@linutronix$(echo .)de \
--cc=tiwai@suse$(echo .)com \
--cc=zhongjiang@huawei$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox