From patchwork Wed Apr 1 18:59:10 2020 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: 11469471 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id ABA0717EA for ; Wed, 1 Apr 2020 19:00:08 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8936E206EB for ; Wed, 1 Apr 2020 19:00:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8936E206EB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Received: from localhost ([::1]:36078 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJiat-0008R0-Mi for patchwork-qemu-devel@patchwork.kernel.org; Wed, 01 Apr 2020 15:00:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58328) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJia7-00076x-Uz for qemu-devel@nongnu.org; Wed, 01 Apr 2020 14:59:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJia6-0000vH-PW for qemu-devel@nongnu.org; Wed, 01 Apr 2020 14:59:19 -0400 Received: from mailout10.t-online.de ([194.25.134.21]:46142) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJia6-0000tv-IR for qemu-devel@nongnu.org; Wed, 01 Apr 2020 14:59:18 -0400 Received: from fwd10.aul.t-online.de (fwd10.aul.t-online.de [172.20.26.152]) by mailout10.t-online.de (Postfix) with SMTP id 5B57A41FD947; Wed, 1 Apr 2020 20:59:15 +0200 (CEST) Received: from [192.168.211.200] (SUL5zkZ6QhvkNpnMkn0rjWGfQuzZsFFxSBvq7RvoELH9+nlcSKQlAYXkqrA114FQc1@[93.236.147.242]) by fwd10.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1jJiZy-1a0Ykq0; Wed, 1 Apr 2020 20:59:10 +0200 From: =?utf-8?q?Volker_R=C3=BCmelin?= Subject: [PATCH 0/3] DirectSound fixes for 5.0 To: Gerd Hoffmann Message-ID: <19cd6a5a-97b7-b684-f026-11d82e34dab9@t-online.de> Date: Wed, 1 Apr 2020 20:59:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 Content-Language: en-US X-ID: SUL5zkZ6QhvkNpnMkn0rjWGfQuzZsFFxSBvq7RvoELH9+nlcSKQlAYXkqrA114FQc1 X-TOI-MSGID: 7633788b-4545-4f94-bf53-4300d48fff7a X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 194.25.134.21 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: QEMU , =?utf-8?b?Wm9sdMOhbiBLxZF2w6Fnw7M=?= Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" Three audio fixes for DirectSound on Windows. They were tested on a Windows 10 Home system with HAXM accelerator. Volker RĂ¼melin (3): dsoundaudio: fix never-ending playback loop dsoundaudio: fix "Could not lock capture buffer" warning dsoundaudio: dsound_get_buffer_in should honor *size audio/audio.c | 12 +++++------- audio/dsoundaudio.c | 13 ++++++++++--- 2 files changed, 15 insertions(+), 10 deletions(-)