- Timestamp:
 - Jun 11, 2007, 7:33:45 AM (18 years ago)
 - Location:
 - GPL/trunk
 - Files:
 - 
      
- 6 edited
 
- 
          
  alsa-kernel/include/sound/driver.h (modified) (1 diff)
 - 
          
  alsa-kernel/pci/ymfpci/ymfpci_main.c (modified) (1 diff)
 - 
          
  include/ossidc32.h (modified) (1 diff)
 - 
          
  lib32/debug.c (modified) (2 diffs)
 - 
          
  lib32/ossidc.cpp (modified) (3 diffs)
 - 
          
  lib32/soundoss.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
GPL/trunk/alsa-kernel/include/sound/driver.h
r123 r127 554 554 struct snd_card *snd_card_new(int idx, const char *id, 555 555 struct module *module, int extra_size); 556 int snd_card_disconnect(struct snd_card *card); 556 557 int snd_card_free(struct snd_card *card); 557 558 int snd_card_register(struct snd_card *card);  - 
      
GPL/trunk/alsa-kernel/pci/ymfpci/ymfpci_main.c
r84 r127 29 29 #include <sound/info.h> 30 30 #include <sound/ymfpci.h> 31 #include <sound/mpu401.h> 31 32 #include <sound/timer.h> 32 33  - 
      
GPL/trunk/include/ossidc32.h
r32 r127 34 34 //32 bits IDC procedures 35 35 //16 bits pdd calls this during init. OSS_InitDriver calls init_module 36 extern int MyDevBlock(ULONG id, ULONG tout, char flag); 36 37 OSSRET OSS32_Initialize(); 37 38 OSSRET OSS32_Shutdown();  - 
      
GPL/trunk/lib32/debug.c
r32 r127 548 548 void StringOut(char *DbgStr) 549 549 { 550 int len , i;550 int len; 551 551 552 552 len= _strnlen( DbgStr, 1024 ); … … 556 556 */ 557 557 #ifdef DEBUG 558 int i; 558 559 for( i= 0; i < len; i++ ) 559 560 CharOut( DbgStr[i] );  - 
      
GPL/trunk/lib32/ossidc.cpp
r111 r127 102 102 OSSRET OSS32_Initialize(void) 103 103 { 104 int i;105 106 104 fStrategyInit = TRUE; 107 105 … … 128 126 if(call_module_init(alsa_mpu401_uart_init) != 0) return OSSERR_INIT_FAILED; 129 127 #if 0 128 int i; 129 130 130 if (ForceCard != CARD_NONE) 131 131 { … … 324 324 //****************************************************************************** 325 325 //****************************************************************************** 326 extern "C" int MyDevBlock(ULONG id, ULONG tout, char flag);327 328 326 int MyDevBlock(ULONG id, ULONG tout, char flag) 329 327 {  - 
      
GPL/trunk/lib32/soundoss.h
r32 r127 76 76 OSSRET OSS32_FMMidiLoadInstruments(OSSSTREAMID streamid); 77 77 78 extern int ALSAToOSSDataType(ULONG ALSADataType); 79 OSSRET ALSAToOSSRateFlags(ULONG fuRates); 80 78 81 #endif //__SOUNDOSS_H__ 79 82  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  