From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Liam Girdwood <lrg@ti.com>
Cc: alsa-devel@alsa-project.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
patches@opensourc.wolfsonmicro.com
Subject: [PATCH 1/7] ASoC: wm8962: Update the clocking when setting system clock
Date: Thu, 16 Feb 2012 22:30:03 -0800 [thread overview]
Message-ID: <1329460209-30495-1-git-send-email-broonie@opensource.wolfsonmicro.com> (raw)
Make sure we update for any changes in cases where we reconfigure while
live (eg, for analogue bypass).
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm8962.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 4a081dd..3f37a91 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -2705,6 +2705,8 @@ static int wm8962_set_dai_sysclk(struct snd_soc_dai *dai, int clk_id,
wm8962->sysclk_rate = freq;
+ wm8962_configure_bclk(codec);
+
return 0;
}
--
1.7.9.rc1
next reply other threads:[~2012-02-17 6:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-17 6:30 Mark Brown [this message]
2012-02-17 6:30 ` [PATCH 2/7] ASoC: wm8962: Only configure BCLK in hw_params when audio is active Mark Brown
2012-02-17 6:30 ` [PATCH 3/7] ASoC: wm8962: Log the selected SYSCLK ratio Mark Brown
2012-02-17 6:30 ` [PATCH 4/7] ASoC: wm8962: Add new SYSCLK ratios for new device revisions Mark Brown
2012-02-17 6:30 ` [PATCH 5/7] ASoC: wm8962: Clean up register dump cruft Mark Brown
2012-02-17 6:30 ` [PATCH 6/7] ASoC: wm8962: Don't automatically enable and disable FLL Mark Brown
2012-02-17 6:30 ` [PATCH 7/7] ASoC: wm8962: Convert to runtime PM for bias off management 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=1329460209-30495-1-git-send-email-broonie@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=lrg@ti.com \
--cc=patches@opensourc.wolfsonmicro.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).