From patchwork Sun Nov 5 17:23:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Volker_R=C3=BCmelin?= X-Patchwork-Id: 1859550 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=patchwork.ozlabs.org) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SNhDr2wHGz1yQ5 for ; Mon, 6 Nov 2023 04:24:44 +1100 (AEDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qzgqt-0000c7-FE; Sun, 05 Nov 2023 12:23:59 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qzgqr-0000bz-91 for qemu-devel@nongnu.org; Sun, 05 Nov 2023 12:23:57 -0500 Received: from mailout06.t-online.de ([194.25.134.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qzgqp-0006UV-FN for qemu-devel@nongnu.org; Sun, 05 Nov 2023 12:23:57 -0500 Received: from fwd70.aul.t-online.de (fwd70.aul.t-online.de [10.223.144.96]) by mailout06.t-online.de (Postfix) with SMTP id AF644213C9; Sun, 5 Nov 2023 18:23:50 +0100 (CET) Received: from [192.168.211.200] ([93.236.156.187]) by fwd70.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qzgqj-14Hsy90; Sun, 5 Nov 2023 18:23:49 +0100 Message-ID: <6f8b1f96-4520-49d5-8a09-b2935ab4bd9d@t-online.de> Date: Sun, 5 Nov 2023 18:23:49 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Gerd Hoffmann Cc: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= , Paolo Bonzini , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org From: =?utf-8?q?Volker_R=C3=BCmelin?= Subject: [PATCH 0/2] hw/audio/hda-codec bug fixes X-TOI-EXPURGATEID: 150726::1699205029-F894633D-EF4CB034/0/0 CLEAN NORMAL X-TOI-MSGID: 6b8dce00-a594-480f-babd-ba848047e437 Received-SPF: pass client-ip=194.25.134.19; envelope-from=vr_qemu@t-online.de; helo=mailout06.t-online.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Patch 1/2 fixes a bug that was reported and correctly diagnosed on the QEMU devel mailing list. https://lists.nongnu.org/archive/html/qemu-devel/2023-08/msg02539.html There was another patch to fix this bug, but I had an objection. https://lists.nongnu.org/archive/html/qemu-devel/2023-08/msg02925.html Patch 2/2 corrects the sense of hda codec property mixer during initialization. It was inverted not too long ago. I guess Gerd is still busy with other projects. Another maintainer probably will have to take these patches. Volker Rümelin (2):   hw/audio/hda-codec: fix multiplication overflow   hw/audio/hda-codec: reenable the audio mixer  hw/audio/hda-codec.c | 41 +++++++++++++++++++++++++++--------------  1 file changed, 27 insertions(+), 14 deletions(-)