From: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
To: Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: Support Opensource <support.opensource@diasemi.com>,
<alsa-devel@alsa-project.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/4] ASoC: da7213: Device clocking updates and fixes
Date: Thu, 4 Aug 2016 15:35:35 +0100 [thread overview]
Message-ID: <cover.1470318378.git.Adam.Thomson.Opensource@diasemi.com> (raw)
This patch set contains a series of patches relating to device clocking. The
changes are as follows:
1) Set correct default BCLKs per WCLK to achieve all DAI formats. Currently
only 16-bit formats would operate correctly.
2) Only use MCLK as required, when an audio stream is active. Can be disabled
all other times.
3) Refactoring of sysclk() and pll() functions to make them cleaner, removing
need for unnecessary private flags, and resolve incorrect 32Khz mode
configuration.
4) Improve 32KHz PLL locking with some small register updates when configuring
PLL and when DAI is enabled.
Patches are based on v4.7 Linux kernel
Adam Thomson (4):
ASoC: da7213: Default to 64 BCLKs per WCLK to support all formats
ASoC: da7213: Improve driver efficiency with regards to MCLK usage
ASoC: da7213: Refactor sysclk(), pll() functions to improve handling
ASoC: da7213: Improve 32KHz mode PLL locking
sound/soc/codecs/da7213.c | 134 +++++++++++++++++++++++++++++-----------------
sound/soc/codecs/da7213.h | 12 +++--
2 files changed, 94 insertions(+), 52 deletions(-)
--
1.9.3
next reply other threads:[~2016-08-04 14:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-04 14:35 Adam Thomson [this message]
2016-08-04 14:35 ` [PATCH 1/4] ASoC: da7213: Default to 64 BCLKs per WCLK to support all formats Adam Thomson
2016-08-08 7:52 ` [alsa-devel] " Peter Meerwald-Stadler
2016-08-04 14:35 ` [PATCH 2/4] ASoC: da7213: Improve driver efficiency with regards to MCLK usage Adam Thomson
2016-08-08 7:43 ` [alsa-devel] " Peter Meerwald-Stadler
2016-08-04 14:35 ` [PATCH 3/4] ASoC: da7213: Refactor sysclk(), pll() functions to improve handling Adam Thomson
2016-08-08 7:42 ` [alsa-devel] " Peter Meerwald-Stadler
2016-08-08 10:32 ` Adam Thomson
2016-08-04 14:35 ` [PATCH 4/4] ASoC: da7213: Improve 32KHz mode PLL locking Adam Thomson
2016-08-05 9:04 ` [alsa-devel] " Peter Meerwald-Stadler
2016-08-05 10:30 ` 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.1470318378.git.Adam.Thomson.Opensource@diasemi.com \
--to=adam.thomson.opensource@diasemi.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=support.opensource@diasemi.com \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).