hda-audio: Zap tabs
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
d61a4ce8f0
commit
9fe5497c4f
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user