Re: [Alsa-user] Processes using Alsa devices
Brought to you by:
perex
|
From: Giuliano P. <po...@sh...> - 2005-09-14 07:19:29
|
On 13-Sep-2005 Mark Constable wrote: >> > How can I find which processes are using Alsa devices? >> >> man fuser > > Great, thanks. > > How can I found out which Alsa devices are actually in use so > I can then use fuser to track down the processes using those > devices ? I don't know if you can read somewhere what devices actually did I/O in the last x seconds, but if you only need to know what devices are open type "fuser -v /dev/snd/*". -- Giuliano. |