summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2010-11-01 17:44:23 +0300
committermalc <av1474@comtv.ru>2010-11-01 17:57:24 +0300
commit9fe5497c4f5425c6d593c3f038e8e5bffc32edd6 (patch)
tree9d338d2ff5145730a2f5fa6cabb8e8870782e1cf
parentd61a4ce8f01ac9f1810380e043db467d536eeb6b (diff)
downloadqemu-9fe5497c4f5425c6d593c3f038e8e5bffc32edd6.tar.gz
hda-audio: Zap tabs
Signed-off-by: malc <av1474@comtv.ru>
-rw-r--r--hw/hda-audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/hda-audio.c b/hw/hda-audio.c
index a21f9a1ef4..103577470a 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);
}
}