From: Volker Rümelin Date: Sat, 21 Jan 2023 09:47:27 +0000 (+0100) Subject: audio: rename hardware store to backend X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b637a61c6f27f8023905223314fe18819540162f;p=qemu.git audio: rename hardware store to backend Use a consistent friendly name for the HWVoiceOut and HWVoiceIn structures. Reviewed-by: Thomas Huth Signed-off-by: Volker Rümelin Reviewed-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20230121094735.11644-3-vr_qemu@t-online.de> --- diff --git a/audio/audio_template.h b/audio/audio_template.h index f0ef262ab3..33af42ed8b 100644 --- a/audio/audio_template.h +++ b/audio/audio_template.h @@ -529,8 +529,8 @@ SW *glue (AUD_open_, TYPE) ( HW *hw = sw->hw; if (!hw) { - dolog ("Internal logic error voice `%s' has no hardware store\n", - SW_NAME (sw)); + dolog("Internal logic error: voice `%s' has no backend\n", + SW_NAME(sw)); goto fail; }