* [PATCH] Bit clock matching error
@ 2006-11-26 15:44 Liam Girdwood
0 siblings, 0 replies; only message in thread
From: Liam Girdwood @ 2006-11-26 15:44 UTC (permalink / raw)
To: alsa-devel; +Cc: pHilipp Zabel
[-- Attachment #1: Type: text/plain, Size: 265 bytes --]
This patch by Philipp Zabel fixes a bug whereby the BCLK matching fails
when the Codec BCLK is constant and the CPU BCLK is based upon a
divider.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
[-- Attachment #2: bclk.patch --]
[-- Type: text/x-patch, Size: 577 bytes --]
diff -r 840a08bfad3d soc/soc-core.c
--- a/soc/soc-core.c Sat Nov 25 22:02:47 2006 +0000
+++ b/soc/soc-core.c Sun Nov 26 07:18:41 2006 +0000
@@ -424,7 +424,7 @@ static int soc_hw_match_params(struct sn
/* normalise cpu bfs div & codec const mult */
codec_bfs = soc_bfs_rate_to_div(codec_dai_mode->bfs, rate,
mclk, rtd->codec_dai->dai_runtime.pcmfmt, chn);
- if(codec_dai_mode->bfs & codec_bfs) {
+ if(cpu_dai_mode->bfs & codec_bfs) {
rtd->cpu_dai->dai_runtime.bfs = codec_bfs;
rtd->codec_dai->dai_runtime.bfs = codec_dai_mode->bfs;
} else
[-- Attachment #3: Type: text/plain, Size: 347 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #4: Type: text/plain, Size: 161 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-26 15:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-26 15:44 [PATCH] Bit clock matching error Liam Girdwood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox