- Timestamp:
- Mar 24, 2008, 11:48:38 PM (17 years ago)
- Location:
- GPL/branches/uniaud-2.0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/alsa-kernel/core/control.c
r305 r318 1402 1402 */ 1403 1403 1404 #ifndef TARGET_OS2 1404 1405 static const struct file_operations snd_ctl_f_ops = 1406 #else 1407 static struct file_operations snd_ctl_f_ops = 1408 #endif 1405 1409 { 1406 1410 #ifndef TARGET_OS2 -
GPL/branches/uniaud-2.0/alsa-kernel/core/init.c
r305 r318 43 43 static LIST_HEAD(shutdown_files); 44 44 45 #ifndef TARGET_OS2 45 46 static const struct file_operations snd_shutdown_f_ops; 47 #else 48 static struct file_operations snd_shutdown_f_ops; 49 #endif 46 50 47 51 static unsigned int snd_cards_lock; /* locked for registering/using */ … … 300 304 } 301 305 306 #ifndef TARGET_OS2 302 307 static const struct file_operations snd_shutdown_f_ops = 308 #else 309 static struct file_operations snd_shutdown_f_ops = 310 #endif 303 311 { 304 312 #ifndef TARGET_OS2 -
GPL/branches/uniaud-2.0/alsa-kernel/core/rawmidi.c
r305 r318 1376 1376 */ 1377 1377 1378 #ifndef TARGET_OS2 1378 1379 static const struct file_operations snd_rawmidi_f_ops = 1380 #else 1381 static struct file_operations snd_rawmidi_f_ops = 1382 #endif 1379 1383 { 1380 1384 #ifndef TARGET_OS2 -
GPL/branches/uniaud-2.0/alsa-kernel/core/seq/seq_clientmgr.c
r305 r318 2555 2555 */ 2556 2556 2557 #ifndef TARGET_OS2 2557 2558 static const struct file_operations snd_seq_f_ops = 2559 #else 2560 static struct file_operations snd_seq_f_ops = 2561 #endif 2558 2562 { 2559 2563 #ifndef TARGET_OS2 -
GPL/branches/uniaud-2.0/drv32/init.c
r305 r318 50 50 const char szALSA[] = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on ALSA "ALSA_VERSION"\r\n"; 51 51 52 const char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH\r\n";53 const char szCopyRight2[]= "Copyright 2000-200 7The ALSA Project\r\n\r\n";54 const char szCopyRight3[]= "Copyright 2005-200 7Netlabs http://www.netlabs.org\r\n";52 //const char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH\r\n"; 53 const char szCopyRight2[]= "Copyright 2000-2008 The ALSA Project\r\n\r\n"; 54 const char szCopyRight3[]= "Copyright 2005-2008 Netlabs http://www.netlabs.org\r\n"; 55 55 //const char szCopyRight3[]= "Maintained by http://os2.kiev.ua/en/uniaud.php\r\n\r\n"; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.