Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47155
b: refs/heads/master
c: 0664d88
h: refs/heads/master
i:
  47153: 56b87df
  47151: b7ae7c8
v: v3
  • Loading branch information
Liam Girdwood authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 9d3d104 commit 8992b4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 659eacc55a378066b60896b2bbd261ca32a10c04
refs/heads/master: 0664d888a55ff99c8556690a3ae7c76dc1389008
7 changes: 6 additions & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
* soc-core.c -- ALSA SoC Audio Layer
*
* Copyright 2005 Wolfson Microelectronics PLC.
* Copyright 2005 Openedhand Ltd.
*
* Author: Liam Girdwood
* liam.girdwood@wolfsonmicro.com or linux@wolfsonmicro.com
* with code, comments and ideas from :-
* Richard Purdie <richard@openedhand.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
Expand Down Expand Up @@ -517,7 +521,8 @@ static int soc_hw_match_params(struct snd_pcm_substream *substream,
* Check we have matching bitclocks. If we don't then it means the
* sysclock returned by either the codec or cpu DAI (selected by the
* machine sysclock function) is wrong compared with the supported DAI
* modes for the codec or cpu DAI.
* modes for the codec or cpu DAI. Check your codec or CPU DAI
* config_sysclock() functions.
*/
if (cpu_bclk != codec_bclk && cpu_bclk){
printk(KERN_ERR
Expand Down

0 comments on commit 8992b4d

Please sign in to comment.