From fcc3f9e7872d1ff979032743fa86151a41c54070 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Fri, 13 Oct 2006 19:13:41 +0200 Subject: [PATCH] --- yaml --- r: 47077 b: refs/heads/master c: b5c5fd24b9d34e4670cb339e546bfae7ad316354 h: refs/heads/master i: 47075: 3f52fd13b693a13200077c048fdb8512e878bee5 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-core.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 43dc83ed84c9..b5de414015a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35f60839b6158f72d2be0dd2764ad772e1d44e8a +refs/heads/master: b5c5fd24b9d34e4670cb339e546bfae7ad316354 diff --git a/trunk/sound/soc/soc-core.c b/trunk/sound/soc/soc-core.c index eba0a1012531..8d6ff047d7a0 100644 --- a/trunk/sound/soc/soc-core.c +++ b/trunk/sound/soc/soc-core.c @@ -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)