提交 21c7b081 编写于 作者: T Takashi Iwai

[ALSA] hda-intel - Fix a compile error with CONFIG_SND_DEBUG_DETECT=y

Forgot to get rid of the obsolete fragsize field from a debug print.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 ef2cd2cc
...@@ -1308,9 +1308,8 @@ static int azx_pcm_prepare(struct snd_pcm_substream *substream) ...@@ -1308,9 +1308,8 @@ static int azx_pcm_prepare(struct snd_pcm_substream *substream)
return -EINVAL; return -EINVAL;
} }
snd_printdd("azx_pcm_prepare: bufsize=0x%x, fragsize=0x%x, " snd_printdd("azx_pcm_prepare: bufsize=0x%x, format=0x%x\n",
"format=0x%x\n", azx_dev->bufsize, azx_dev->format_val);
azx_dev->bufsize, azx_dev->fragsize, azx_dev->format_val);
if (azx_setup_periods(substream, azx_dev) < 0) if (azx_setup_periods(substream, azx_dev) < 0)
return -EINVAL; return -EINVAL;
azx_setup_controller(chip, azx_dev); azx_setup_controller(chip, azx_dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册