From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57323 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBUOz-00059V-HZ for qemu-devel@nongnu.org; Thu, 28 Oct 2010 11:28:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBUOy-0004vA-JR for qemu-devel@nongnu.org; Thu, 28 Oct 2010 11:28:29 -0400 Received: from mga11.intel.com ([192.55.52.93]:13105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBUOy-0004uv-FU for qemu-devel@nongnu.org; Thu, 28 Oct 2010 11:28:28 -0400 Message-ID: <4CC99687.50502@linux.intel.com> Date: Thu, 28 Oct 2010 08:28:07 -0700 From: "H. Peter Anvin" 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> <4CC92DEC.7060708@redhat.com> In-Reply-To: <4CC92DEC.7060708@redhat.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: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 10/28/2010 1:01 AM, Gerd Hoffmann wrote: > 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 Grmf ... looks like I have multiple pieces of code in multiple places... I need to reconcile the best version I have by hand first. -hpa