Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47077
b: refs/heads/master
c: b5c5fd2
h: refs/heads/master
i:
  47075: 3f52fd1
v: v3
  • Loading branch information
Liam Girdwood authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 8088f9e commit fcc3f9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 35f60839b6158f72d2be0dd2764ad772e1d44e8a
refs/heads/master: b5c5fd24b9d34e4670cb339e546bfae7ad316354
9 changes: 5 additions & 4 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,11 @@ 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",
runtime->hw.rates, runtime->hw.channels_min,
runtime->hw.channels_max, runtime->hw.rate_min, runtime->hw.rate_max);
dbg("asoc: rate mask 0x%x\n", runtime->hw.rates);
dbg("asoc: min ch %d max ch %d\n", runtime->hw.channels_min,
runtime->hw.channels_max);
dbg("asoc: min rate %d max rate %d\n", runtime->hw.rate_min,
runtime->hw.rate_max);


if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
Expand Down

0 comments on commit fcc3f9e

Please sign in to comment.