Re: [alsa-devel] [PATCH v2 5/6] sound/usb: pcm changes to use media token api
From: Pierre-Louis Bossart
Date: Wed Oct 22 2014 - 15:26:54 EST
On 10/21/14, 11:08 AM, Devin Heitmueller wrote:
Sorry, I'm not convinced by that. If the device has to be controlled
exclusively, the right position is the open/close. Otherwise, the
program cannot know when it becomes inaccessible out of sudden during
its operation.
I can say that I've definitely seen cases where if you configure a
device as the "default" capture device in PulseAudio, then pulse will
continue to capture from it even if you're not actively capturing the
audio from pulse. I only spotted this because I had a USB analyzer on
the device and was dumbfounded when the ISOC packets kept arriving
even after I had closed VLC.
this seems like a feature, not a bug. PulseAudio starts streaming before
clients push any data and likewise keeps sources active even after for
some time after clients stop recording. Closing VLC in your example
doesn't immediately close the ALSA device. look for
module-suspend-on-idle in your default.pa config file.
I also agree that the open/close of the alsa device is the only way to
control exclusion.
-Pierre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/