Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47131
b: refs/heads/master
c: 2e26e48
h: refs/heads/master
i:
  47129: e3a3e48
  47127: 75defc2
v: v3
  • Loading branch information
Philipp Zabel authored and Jaroslav Kysela committed Feb 9, 2007
1 parent fd6a10e commit 7f6e81d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f5fcc13c2fc62da6f75d80189a51c2492afb39c0
refs/heads/master: 2e26e483694059d63bda7bb89d5a464c952d1d44
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static int soc_hw_match_params(struct snd_pcm_substream *substream,
/* 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
Expand Down

0 comments on commit 7f6e81d

Please sign in to comment.