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/ens1370.c

    r33 r34  
    16311631    int err, idx;
    16321632
    1633     static ac97_bus_ops_t ops = {
    1634         0,
    1635         snd_es1371_codec_write,
    1636         snd_es1371_codec_read,
    1637         snd_es1371_codec_wait,
    1638         0
     1633    static struct snd_ac97_bus_ops ops = {
     1634        .write = snd_es1371_codec_write,
     1635        .read = snd_es1371_codec_read,
     1636        .wait = snd_es1371_codec_wait,
    16391637    };
    16401638#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.