On Sat, 2002-03-02 at 20:18, Paul Davis wrote:
> >ok, don't forget to put CAPs on the 2.5 wishlist :-)
> 
> they are already implemented and maintained. its just that (almost)
> nobody turns them on. 

How do you do this now?  This http://www.tml.hut.fi/~tilmonen/givertcap/
page tells me to do change the lines

#define CAP_INIT_EFF_SET    ( ~0 )
#define CAP_INIT_INH_SET    ( ~0 )

in linux/capability.h.  The version I have (2.4.17 plus Andrew Morton's
low latency patch and the rtc patch from alsa's sources) has this:

#define CAP_INIT_EFF_SET    to_cap_t(~0 & ~CAP_TO_MASK(CAP_SETPCAP))
#define CAP_INIT_INH_SET    to_cap_t(0)

Bob


-- 
Bob Ham: [EMAIL PROTECTED]

My music: http://mp3.com/obelisk_uk
GNU Hurd: http://hurd.gnu.org/

A pessimist expects the weather to get worse.
An optimist hopes it will improve.
A realist adjusts the sails.


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to