Changeset 683


Ignore:
Timestamp:
Mar 21, 2021, 9:36:40 AM (4 years ago)
Author:
Paul Smedley
Message:

Apply changes from trunk changeset 680 to uniaud32-next branch

Location:
GPL/branches/uniaud32-next
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/alsa-kernel/core/seq/Makefile

    r667 r683  
    1717  seq_fifo.obj seq_prioq.obj seq_timer.obj &
    1818  seq_system.obj seq_ports.obj seq_info.obj &
    19   seq_midi.obj seq_midi_emul.obj seq_midi_event.obj seq_dummy.obj seq_virmidi.obj
     19  seq_midi.obj seq_midi_emul.obj seq_midi_event.obj seq_dummy.obj
    2020
    2121TARGET   = sequencer
  • GPL/branches/uniaud32-next/alsa-kernel/pci/emu10k1/Makefile

    r587 r683  
    1515  irq.obj memory.obj voice.obj emumpu401.obj emupcm.obj io.obj &
    1616  emuproc.obj emumixer.obj emufx.obj &
    17   emu10k1_synth.obj emu10k1_callback.obj emu10k1_patch.obj &
     17  emu10k1_synth.obj emu10k1_callback.obj &
    1818  timer.obj emu10k1x.obj p16v.obj
    1919
  • GPL/branches/uniaud32-next/alsa-kernel/synth/Makefile

    r667 r683  
    2525#
    2626#===================================================================
    27 all: $(OBJDIR)\$(TARGET).lib subdirs
     27all: $(OBJDIR)\$(TARGET).lib
    2828
    2929
  • GPL/branches/uniaud32-next/drv32/irq.c

    r675 r683  
    6363
    6464  if (rc != 0)
    65   {                    // If error ...
    66     rprintf(("ERROR: RMSetIrq %d %d %x - failed to set shared - trying exclusive!!", ulIrq, fShared, ulSlotNo));
     65  {
    6766    rc = DevIRQSet((WORD16) *pISR[ulSlotNo], (WORD16)ulIrq, 0);   // failed, so try exclusive instead
    6867  }
    6968
    7069  if (rc != 0)
    71   {                    // If error ...
    72     rprintf(("ERROR: RMSetIrq %d %d %x FAILED shared and exclusive mode!!", ulIrq, fShared, ulSlotNo));
     70  {
     71    // If error ...
     72    rprintf(("ERROR: RMSetIrq %d %d %x FAILED to set interrupt.", ulIrq, fShared, ulSlotNo));
    7373    DebugInt3();
    7474    return FALSE;
Note: See TracChangeset for help on using the changeset viewer.