Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv5316/include
Modified Files: core.h info.h Log Message: clean up obsolete declarations. Index: core.h =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/include/core.h,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- core.h 4 Jun 2003 17:25:05 -0000 1.45 +++ core.h 18 Jul 2003 16:07:35 -0000 1.46 @@ -222,9 +222,6 @@ /* sound.c */ extern int snd_ecards_limit; -extern int device_mode; -extern int device_gid; -extern int device_uid; void snd_request_card(int card); Index: info.h =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/include/info.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- info.h 13 May 2003 07:51:09 -0000 1.12 +++ info.h 18 Jul 2003 16:07:35 -0000 1.13 @@ -38,7 +38,6 @@ #define SNDRV_INFO_CONTENT_TEXT 0 #define SNDRV_INFO_CONTENT_DATA 1 -#define SNDRV_INFO_CONTENT_DEVICE 2 struct snd_info_entry; @@ -118,10 +117,6 @@ const char *name, snd_info_entry_t * parent); void snd_info_free_entry(snd_info_entry_t * entry); -snd_info_entry_t *snd_info_create_device(const char *name, - unsigned int number, - unsigned int mode); -void snd_info_free_device(snd_info_entry_t * entry); int snd_info_store_text(snd_info_entry_t * entry); int snd_info_restore_text(snd_info_entry_t * entry); @@ -163,10 +158,6 @@ static inline snd_info_entry_t *snd_info_create_module_entry(struct module * module, const char *name, snd_info_entry_t * parent) { return NULL; } static inline snd_info_entry_t *snd_info_create_card_entry(snd_card_t * card, const char *name, snd_info_entry_t * parent) { return NULL; } static inline void snd_info_free_entry(snd_info_entry_t * entry) { ; } -static inline snd_info_entry_t *snd_info_create_device(const char *name, - unsigned int number, - unsigned int mode) { return NULL; } -static inline void snd_info_free_device(snd_info_entry_t * entry) { ; } static inline int snd_info_card_create(snd_card_t * card) { return 0; } static inline int snd_info_card_register(snd_card_t * card) { return 0; } ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog