From: malc Date: Mon, 1 Nov 2010 14:44:23 +0000 (+0300) Subject: hda-audio: Zap tabs X-Git-Tag: v0.14.0-rc0~501 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fe5497c4f5425c6d593c3f038e8e5bffc32edd6;p=thirdparty%2Fqemu.git hda-audio: Zap tabs Signed-off-by: malc --- diff --git a/hw/hda-audio.c b/hw/hda-audio.c index a21f9a1ef48..103577470a7 100644 --- a/hw/hda-audio.c +++ b/hw/hda-audio.c @@ -559,9 +559,9 @@ static void hda_audio_set_amp(HDAAudioStream *st) right = right * 255 / QEMU_HDA_AMP_STEPS; if (st->output) { - AUD_set_volume_out(st->voice.out, muted, left, right); + AUD_set_volume_out(st->voice.out, muted, left, right); } else { - AUD_set_volume_in(st->voice.in, muted, left, right); + AUD_set_volume_in(st->voice.in, muted, left, right); } }