Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1456447
| From | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] ASoC: da7213: Device clocking updates and fixes |
| Date | 2016-08-04 16:50 +0200 |
| Message-ID | <s2rYt-20R-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] ASoC: da7213: Device clocking updates and fixes Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2016-08-04 16:50 +0200
[PATCH 2/4] ASoC: da7213: Improve driver efficiency with regards to MCLK usage Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2016-08-04 16:50 +0200
Re: [alsa-devel] [PATCH 2/4] ASoC: da7213: Improve driver efficiency with regards to MCLK usage Peter Meerwald-Stadler <pmeerw@pmeerw.net> - 2016-08-08 09:50 +0200
[PATCH 4/4] ASoC: da7213: Improve 32KHz mode PLL locking Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2016-08-04 16:50 +0200
Re: [alsa-devel] [PATCH 4/4] ASoC: da7213: Improve 32KHz mode PLL locking Peter Meerwald-Stadler <pmeerw@pmeerw.net> - 2016-08-05 11:10 +0200
Re: [alsa-devel] [PATCH 4/4] ASoC: da7213: Improve 32KHz mode PLL locking Mark Brown <broonie@kernel.org> - 2016-08-05 12:40 +0200
csiph-web