diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/soc-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index e841ad46c759..eba0a1012531 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -575,8 +575,8 @@ static int soc_pcm_open(struct snd_pcm_substream *substream) | |||
575 | } | 575 | } |
576 | 576 | ||
577 | dbg("asoc: %s <-> %s info:\n", rtd->codec_dai->name, rtd->cpu_dai->name); | 577 | dbg("asoc: %s <-> %s info:\n", rtd->codec_dai->name, rtd->cpu_dai->name); |
578 | dbg("asoc: rate mask 0x%x \nasoc: min ch %d max ch %d\n | 578 | dbg("asoc: rate mask 0x%x \nasoc: min ch %d max ch %d\n" |
579 | asoc: min rate %d max rate %d\n", | 579 | "asoc: min rate %d max rate %d\n", |
580 | runtime->hw.rates, runtime->hw.channels_min, | 580 | runtime->hw.rates, runtime->hw.channels_min, |
581 | runtime->hw.channels_max, runtime->hw.rate_min, runtime->hw.rate_max); | 581 | runtime->hw.channels_max, runtime->hw.rate_min, runtime->hw.rate_max); |
582 | 582 | ||