mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-26 03:21:50 -06:00
hda-audio: Zap tabs
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
d61a4ce8f0
commit
9fe5497c4f
1 changed files with 2 additions and 2 deletions
|
@ -559,9 +559,9 @@ static void hda_audio_set_amp(HDAAudioStream *st)
|
||||||
right = right * 255 / QEMU_HDA_AMP_STEPS;
|
right = right * 255 / QEMU_HDA_AMP_STEPS;
|
||||||
|
|
||||||
if (st->output) {
|
if (st->output) {
|
||||||
AUD_set_volume_out(st->voice.out, muted, left, right);
|
AUD_set_volume_out(st->voice.out, muted, left, right);
|
||||||
} else {
|
} else {
|
||||||
AUD_set_volume_in(st->voice.in, muted, left, right);
|
AUD_set_volume_in(st->voice.in, muted, left, right);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue