[Alsa-user] alsa 1.0.11rc3 rhel4 2.6.9-34.EL

2006-03-16 Thread Wayne Huang
i'm trying to build a new version of alsa (1.0.11rc3 but i also tried 1.0.10 stable) for a rhel4 workstation (to enable ca0106) and it builds okay with the rhel4u2 kernel (2.6.9-22.0.2.EL) but there is an issue when building against 2.6.9-34.EL.  the first issue is that gfp_t seems to be defined in

[Alsa-user] Re: alsa 1.0.11rc3 rhel4 2.6.9-34.EL

2006-03-17 Thread Wayne Huang
hello, i was able to get this to work.  the problem has something to do with the DEFINE_RWLOCK macro. replaced 3 calls to DEFINE_RWLOCK with the equivalent declarations based on the macro itself (rwlock_t x = ...) and it compiled and worked fine.   On 3/16/06, Wayne Huang <[EMAIL PROTEC