From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53912 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBNQq-0007uk-Ns for qemu-devel@nongnu.org; Thu, 28 Oct 2010 04:01:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBNQp-0003fX-AN for qemu-devel@nongnu.org; Thu, 28 Oct 2010 04:01:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBNQp-0003fN-1Y for qemu-devel@nongnu.org; Thu, 28 Oct 2010 04:01:55 -0400 Message-ID: <4CC92DEC.7060708@redhat.com> Date: Thu, 28 Oct 2010 10:01:48 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1288195475-3807-1-git-send-email-kraxel@redhat.com> <1288195475-3807-6-git-send-email-kraxel@redhat.com> <4CC85DA5.9090704@linux.intel.com> In-Reply-To: <4CC85DA5.9090704@linux.intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 5/6] Add support for a USB audio device model List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "H. Peter Anvin" Cc: qemu-devel@nongnu.org On 10/27/10 19:13, H. Peter Anvin wrote: > On 10/27/2010 9:04 AM, Gerd Hoffmann wrote: >> This brings a usb audio device to qemu. Output only, fixed at >> 16bit stereo @ 480000 Hz. Based on a patch from >> H. Peter Anvin > Please don't apply this. This patch is outdated and has several glaring > bugs. I can send a better patch later (I'm in an all-day meeting with > insanely bad networking.) Oh, I thought you've abandoned the project ... Note that I've update the patch too and fixed at least some of those bugs. Nevertheless I'll be happy to see your latest bits and try to merge the best of both versions. cheers, Gerd