]> git.ipfire.org Git - thirdparty/qemu.git/commit
coreaudio: rename misnamed variable fake_as
authorVolker Rümelin <vr_qemu@t-online.de>
Sun, 13 Dec 2020 13:05:25 +0000 (14:05 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Dec 2020 08:14:17 +0000 (09:14 +0100)
commit1d47067394ef79c2a7ed9d4dd0b18cdf24f88f2f
treeeb1bb5fc5bb1d5a7e7d221e1c945abb6d0e89718
parentaa14de086675280206dbc1849da6f85b75f62f1b
coreaudio: rename misnamed variable fake_as

While the variable once was used to fake audio settings, since
commit ed2a4a7941 "audio: proper support for float samples in
mixeng" this is no longer true. Rename the variable to obt_as.
This is the same naming scheme as in audio/sdlaudio.c

Tested-by: Howard Spoelstra <hsp.cat7@gmail.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-id: 20201213130528.5863-1-vr_qemu@t-online.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/coreaudio.c