hda-audio: Zap tabs

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2010-11-01 17:44:23 +03:00
parent d61a4ce8f0
commit 9fe5497c4f
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}