From: Tushar Behera <tushar.behera@linaro.org>
To: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Cc: tiwai@suse.de, perex@perex.cz, broonie@kernel.org,
dianders@chromium.org, swarren@wwwdotorg.org
Subject: [PATCH V2 0/2] ASoC: max98090/max98095: Add master clock handing
Date: Mon, 26 May 2014 13:58:20 +0530 [thread overview]
Message-ID: <1401092902-20525-1-git-send-email-tushar.behera@linaro.org> (raw)
These CODECs are used on Snow/Peach-pit boards and the master clock
needs to be set at 24MHz.
Adding support in respective codec drivers so that we can update the
master clock frequency from sound card driver through set_sysclk.
Changes for V2:
1. Added PROBE_DEFER if clock driver has not yet been probed
2. Moved clk_prepare_enable from .probe to .set_bias_level
3. Moved clk_disable_unprepare from .remove to .set_bias_level
Tushar Behera (2):
ASoC: max98090: Add master clock handling
ASoC: max98095: Add master clock handling
.../devicetree/bindings/sound/max98090.txt | 6 +++++
.../devicetree/bindings/sound/max98095.txt | 6 +++++
sound/soc/codecs/max98090.c | 23 +++++++++++++++++++
sound/soc/codecs/max98090.h | 1 +
sound/soc/codecs/max98095.c | 24 ++++++++++++++++++++
5 files changed, 60 insertions(+)
--
1.7.9.5
next reply other threads:[~2014-05-26 8:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-26 8:28 Tushar Behera [this message]
2014-05-26 8:28 ` [PATCH V2 1/2] ASoC: max98090: Add master clock handling Tushar Behera
2014-05-26 15:18 ` Mark Brown
2014-05-26 8:28 ` [PATCH 2/2] ASoC: max98095: " Tushar Behera
2014-05-26 15:19 ` 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=1401092902-20525-1-git-send-email-tushar.behera@linaro.org \
--to=tushar.behera@linaro.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=swarren@wwwdotorg.org \
--cc=tiwai@suse.de \
/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).