projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff19be
)
hda-audio: Zap tabs
author
malc
<av1474@comtv.ru>
Mon, 1 Nov 2010 14:44:23 +0000
(17:44 +0300)
committer
malc
<av1474@comtv.ru>
Mon, 1 Nov 2010 14:57:24 +0000
(17:57 +0300)
Signed-off-by: malc <av1474@comtv.ru>
hw/hda-audio.c
patch
|
blob
|
history
diff --git
a/hw/hda-audio.c
b/hw/hda-audio.c
index a21f9a1ef48d05b75ae08b6d4f900a99b6e8b9e6..103577470a7cc8df277046f225202b4de87c8c09 100644
(file)
--- 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);
}
}