Major Linux sound bugs

Previous thread: [PATCH] Prevent nested interrupts when the IRQ stack is near overflowing v2 by Andi Kleen on Wednesday, March 24, 2010 - 12:02 pm. (39 messages)

Next thread: [PATCH v2 2/6] perf symbols: Avoid unnecessary symbol loading when dso list is specified by Arnaldo Carvalho de Melo on Wednesday, March 24, 2010 - 12:40 pm. (1 message)
From: turbolad995
Date: Wednesday, March 24, 2010 - 12:12 pm

Hi. I don't know who to contact about this, but nobody seems to know 
how to fix this problem or where/why it's occurring.  Here's the 
lowdown: in Linux distributions such as Ubuntu, some programs will 
only work with sound when you close ALL other programs first. I've 
mentioned this on Launchpad, but nobody seems to know why or how to 
fix it. 

Thank you for reading.




















--

From: Uwaysi Bin Kareem
Date: Wednesday, March 24, 2010 - 12:23 pm

Thats usually youtube or something, hogging the sounddriver I think.


--

From: Alan Cox
Date: Wednesday, March 24, 2010 - 1:43 pm

On Wed, 24 Mar 2010 19:12:05 -0000

Sound arbitration is pretty much entirely done in user space. You need to
talk to your distribution about it and how the software it uses is
configured. Probably some of what is shipped is not configured to share
nicely or you've added something which doesn't play nice.

Alan
--

From: Robert Hancock
Date: Wednesday, March 24, 2010 - 5:51 pm

This isn't a kernel issue. Usually this is due to those programs 
incorrectly accessing device-specific ALSA devices like "hw:0", etc. 
rather than just using the "default" PCM device. Doing this bypasses 
software mixing and requires exclusive access to the sound device.
--

Previous thread: [PATCH] Prevent nested interrupts when the IRQ stack is near overflowing v2 by Andi Kleen on Wednesday, March 24, 2010 - 12:02 pm. (39 messages)

Next thread: [PATCH v2 2/6] perf symbols: Avoid unnecessary symbol loading when dso list is specified by Arnaldo Carvalho de Melo on Wednesday, March 24, 2010 - 12:40 pm. (1 message)