Ignore:
Timestamp:
Mar 24, 2008, 2:43:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to ALSA 1.0.16 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/lib32/soundmidi.c

    r34 r305  
    2323 */
    2424
    25 #include <sound/driver.h>
     25#include <sound/core.h>
    2626#include <sound/control.h>
    2727#include <sound/info.h>
     
    3131#include <sound/asequencer.h>
    3232#include <sound/seqmid.h>
     33#include <sound/seq_kernel.h>
    3334#include <linux/file.h>
    3435#include <linux/soundcard.h>
     
    4849    midihandle                      *pHandle;
    4950    int                              ret, i;
    50     struct snd_seq_port_subscribe  subs;
     51    struct snd_seq_port_subscribe       subs;
    5152    struct snd_seq_client_info     clientinfo;
    5253    struct snd_seq_port_info       portinfo;
     
    179180        pHandle->state |= MIDISTATE_SUBSCRIBED;
    180181       
     182#if 0
    181183        //Load FM instruments (only done once)
    182184        OSS32_FMMidiLoadInstruments((ULONG)pHandle);
     185#endif
    183186
    184187    }//if FM
     
    204207    if(pHandle->state & MIDISTATE_SUBSCRIBED) {
    205208        struct snd_seq_port_subscribe  subs;
    206 
    207209        memset(&subs, 0, sizeof(subs));
    208210        subs.dest.client   = pHandle->destclient;
Note: See TracChangeset for help on using the changeset viewer.