Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47057
b: refs/heads/master
c: e117483
h: refs/heads/master
i:
  47055: 511ff6e
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Feb 9, 2007
1 parent f392c26 commit 5c6e85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8dafc0fb49b903c4e7262b2622bef8342345c700
refs/heads/master: e117483e3e713c6411968afea825daa1133bc28d
4 changes: 2 additions & 2 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ static int soc_pcm_open(struct snd_pcm_substream *substream)
}

dbg("asoc: %s <-> %s info:\n", rtd->codec_dai->name, rtd->cpu_dai->name);
dbg("asoc: rate mask 0x%x \nasoc: min ch %d max ch %d\n
asoc: min rate %d max rate %d\n",
dbg("asoc: rate mask 0x%x \nasoc: min ch %d max ch %d\n"
"asoc: min rate %d max rate %d\n",
runtime->hw.rates, runtime->hw.channels_min,
runtime->hw.channels_max, runtime->hw.rate_min, runtime->hw.rate_max);

Expand Down

0 comments on commit 5c6e85e

Please sign in to comment.