]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
audio: rename hardware store to backend
authorVolker Rümelin <vr_qemu@t-online.de>
Sat, 21 Jan 2023 09:47:27 +0000 (10:47 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 6 Mar 2023 06:30:23 +0000 (10:30 +0400)
Use a consistent friendly name for the HWVoiceOut and HWVoiceIn
structures.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230121094735.11644-3-vr_qemu@t-online.de>

audio/audio_template.h

index f0ef262ab30716ebe221d51812c4780c0f89abd4..33af42ed8b98bfa984c27cceb5e6ab935e102e18 100644 (file)
@@ -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;
         }