]> git.proxmox.com Git - mirror_qemu.git/commit
audio: Replace AUDIO_FUNC with __func__
authorAlistair Francis <alistair.francis@xilinx.com>
Sat, 3 Feb 2018 08:43:02 +0000 (09:43 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 6 Feb 2018 17:26:42 +0000 (18:26 +0100)
commit470bcabd8f56b950c8b9c7a0531d62d3b85978c0
tree511a7b500bb5ec157c99d43efefee7ed844ffdb0
parent508de4780c69d967868afa926215a662791e8b50
audio: Replace AUDIO_FUNC with __func__

Apparently we don't use __MSC_VER as a compiler anymore and we always
require a C99 compiler (which means we always have __func__) so we don't
need a special AUDIO_FUNC macro. We can just replace AUDIO_FUNC with
__func__ instead.

Checkpatch failures were manually fixed.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180203084315.20497-2-armbru@redhat.com>
audio/alsaaudio.c
audio/audio.c
audio/audio_int.h
audio/audio_pt_int.c
audio/audio_template.h
audio/dsoundaudio.c
audio/mixeng.c
audio/ossaudio.c
audio/paaudio.c
audio/sdlaudio.c
audio/wavaudio.c