提交 7113d680 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] au88x0 - Fix a compile warning

Modules: au88x0 driver

Fixed an uninitialized variable.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 cacd3347
......@@ -849,7 +849,7 @@ static int
snd_vortex_peaks_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
{
vortex_t *vortex = snd_kcontrol_chip(kcontrol);
int i, count;
int i, count = 0;
u16 peaks[20];
vortex_Eqlzr_GetAllPeaks(vortex, peaks, &count);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册