Ignore:
Timestamp:
Dec 11, 2005, 5:57:39 PM (20 years ago)
Author:
vladest
Message:

Latest update from ALSA. some intial > 15 interrupts support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/soundmidi.c

    r33 r34  
    4848    midihandle                      *pHandle;
    4949    int                              ret, i;
    50     struct sndrv_seq_port_subscribe  subs;
    51     struct sndrv_seq_client_info     clientinfo;
    52     struct sndrv_seq_port_info       portinfo;
     50    struct snd_seq_port_subscribe  subs;
     51    struct snd_seq_client_info     clientinfo;
     52    struct snd_seq_port_info       portinfo;
    5353
    5454    *pStreamId = 0;
     
    203203    //unsubscribe
    204204    if(pHandle->state & MIDISTATE_SUBSCRIBED) {
    205         struct sndrv_seq_port_subscribe  subs;
     205        struct snd_seq_port_subscribe  subs;
    206206
    207207        memset(&subs, 0, sizeof(subs));
     
    219219    //delete port
    220220    if(pHandle->state & MIDISTATE_SUBSCRIBED) {
    221         struct sndrv_seq_port_info       portinfo;
     221        struct snd_seq_port_info       portinfo;
    222222       
    223223        memset(&portinfo, 0, sizeof(portinfo));
     
    287287    int          ret;
    288288    LONG         transferred;
    289     struct sndrv_seq_event fmevent;
     289    struct snd_seq_event fmevent;
    290290
    291291    if(pHandle == NULL || pHandle->magic != MAGIC_MIDI_ALSA32) {
Note: See TracChangeset for help on using the changeset viewer.