All of lore.kernel.org
 help / color / mirror / Atom feed
* mutex problems
@ 2006-01-18  3:11 Lee Revell
  2006-01-18  3:40 ` Lee Revell
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Revell @ 2006-01-18  3:11 UTC (permalink / raw)
  To: alsa-devel

Since the mutex patches were merged to CVS I can't build against 2.6.15:

make -C /home/rlrevell/kernel-source/linux-2.6.15-rc5-rt2
SUBDIRS=/smb/rlrevell/cvs/alsa/alsa-driver  modules
make[1]: Entering directory
`/smb/rlrevell/kernel-source/linux-2.6.15-rc5-rt2'
  CC [M]  /smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.o
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:28:25: error:
linux/mutex.h: No such file or directory
In file included
from /smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:32:
/smb/rlrevell/cvs/alsa/alsa-driver/include/sound/hwdep.h:63: error:
field 'open_mutex' has incomplete type
In file included
from /smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:33:
/smb/rlrevell/cvs/alsa/alsa-driver/include/sound/info.h:87: error: field
'access' has incomplete type
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:40: warning: type
defaults to 'int' in declaration of 'DEFINE_MUTEX'
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:40: warning: parameter
names (without types) in function declaration
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c: In function
'snd_hwdep_open':
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:115: warning: implicit
declaration of function 'mutex_lock'
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:132: warning: implicit
declaration of function 'mutex_unlock'
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c: In function
'snd_hwdep_control_ioctl':
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:276: error:
'register_mutex' undeclared (first use in this function)
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:276: error: (Each
undeclared identifier is reported only once
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:276: error: for each
function it appears in.)
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c: In function
'snd_hwdep_new':
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:398: warning: implicit
declaration of function 'mutex_init'
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c: In function
'snd_hwdep_dev_register':
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:424: error:
'register_mutex' undeclared (first use in this function)
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c: In function
'snd_hwdep_dev_unregister':
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:466: error:
'register_mutex' undeclared (first use in this function)
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c: In function
'snd_hwdep_proc_read':
/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.c:492: error:
'register_mutex' undeclared (first use in this function)
make[3]: *** [/smb/rlrevell/cvs/alsa/alsa-driver/acore/hwdep.o] Error 1
make[2]: *** [/smb/rlrevell/cvs/alsa/alsa-driver/acore] Error 2
make[1]: *** [_module_/smb/rlrevell/cvs/alsa/alsa-driver] Error 2
make[1]: Leaving directory
`/smb/rlrevell/kernel-source/linux-2.6.15-rc5-rt2'
make: *** [compile] Error 2

Shouldn't the patch handle this?

Lee



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-18  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-18  3:11 mutex problems Lee Revell
2006-01-18  3:40 ` Lee Revell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.