From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: Sound not working properly on Xen Dom0, but works on native Date: Thu, 9 Feb 2012 19:55:44 +0000 Message-ID: <4F3424C0.2050103@citrix.com> References: <20120117161208.GA21545@phenom.dumpdata.com> <20120209174210.GA14007@andromeda.dapyr.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120209174210.GA14007@andromeda.dapyr.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Konrad Rzeszutek Wilk Cc: Todd Deshane , xen-devel mailing list , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 09/02/12 17:42, Konrad Rzeszutek Wilk wrote: > On Sat, Jan 28, 2012 at 01:19:23PM -0500, Todd Deshane wrote: >> On Tue, Jan 17, 2012 at 11:12 AM, Konrad Rzeszutek Wilk >> wrote: >>> On Sun, Jan 15, 2012 at 07:12:52PM -0500, Todd Deshane wrote: >>>> Hi, >>>> >>>> I'm doing some testing on Ubuntu 12.04 Alpha. All sounds comes out as >>>> static on the Dom0 system. (I can PCI passthrough the audio card to a >>>> DomU and that works). Native sound works fine. >>>> >>>> Linux kronos 3.2.0-8-generic-pae #15-Ubuntu SMP Wed Jan 11 15:34:57 >>>> UTC 2012 i686 i686 i386 GNU/Linux >>> >>> Did you try 64-bit dom0? >> >> 64bit Dom0 works perfectly. > > Aha! I have an inkling this is the > 7a7546b377bdaa25ac77f33d9433c59f259b9688 This is "x86: xen: size struct xen_spinlock to always fit in arch_spinlock_t" from the 3.2 stable tree. There are many spinlock in sound/ affected by the bug fixed by the above dunno if any would cause sound distortion but there were plenty of deadlock opportunities though. David