From 5c6e85e3331427b87e1d005ad7ba0d6ab2bbd939 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Mon, 9 Oct 2006 08:14:58 +0200 Subject: [PATCH] --- yaml --- r: 47057 b: refs/heads/master c: e117483e3e713c6411968afea825daa1133bc28d h: refs/heads/master i: 47055: 511ff6e9806bd9309462283c1b6f70bb25813a80 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-core.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3056c2b9ae04..33e390ec5f15 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8dafc0fb49b903c4e7262b2622bef8342345c700 +refs/heads/master: e117483e3e713c6411968afea825daa1133bc28d diff --git a/trunk/sound/soc/soc-core.c b/trunk/sound/soc/soc-core.c index e841ad46c759..eba0a1012531 100644 --- a/trunk/sound/soc/soc-core.c +++ b/trunk/sound/soc/soc-core.c @@ -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);