提交 b5c5fd24 编写于 作者: L Liam Girdwood 提交者: Jaroslav Kysela

[ALSA] ASoC debug output build breakage

This patch fixes a build failure when ASoC debug is enabled.
Signed-off-by: NLiam Girdwood <liam.girdwood@wolfsonmicro.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 35f60839
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册