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/alsa-kernel/pci/emu10k1/emu10k1.c

    r33 r34  
    122122#endif
    123123        snd_card_t *card;
    124         emu10k1_t *emu;
     124        struct snd_emu10k1 *emu;
    125125#ifdef ENABLE_SYNTH
    126126        snd_seq_device_t *wave = NULL;
     
    208208#ifdef ENABLE_SYNTH
    209209        if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH,
    210                                sizeof(snd_emu10k1_synth_arg_t), &wave) < 0 ||
     210                               sizeof(struct snd_emu10k1_synth_arg), &wave) < 0 ||
    211211            wave == NULL) {
    212212                snd_printk("can't initialize Emu10k1 wavetable synth\n");
    213213        } else {
    214                 snd_emu10k1_synth_arg_t *arg;
     214                struct snd_emu10k1_synth_arg *arg;
    215215                arg = SNDRV_SEQ_DEVICE_ARGPTR(wave);
    216216                strcpy(wave->name, "Emu-10k1 Synth");
Note: See TracChangeset for help on using the changeset viewer.