Ignore:
Timestamp:
Jun 18, 2007, 3:00:22 AM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to Alsa 0.9.0rc2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/ice1712.c

    r112 r207  
    3131#include <linux/interrupt.h>
    3232#include <linux/init.h>
     33#include <linux/pci.h>
    3334#include <linux/slab.h>
    3435#include <sound/core.h>
     
    4849#define SND_CS8404
    4950#include <sound/cs8403.h>
    50 
    51 EXPORT_NO_SYMBOLS;
    5251
    5352MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>");
     
    12351234        switch (ice->eeprom.subvendor) {
    12361235        case ICE1712_SUBDEVICE_DELTA1010:
     1236        case ICE1712_SUBDEVICE_DELTA1010LT:     // check it --jk
    12371237        case ICE1712_SUBDEVICE_DELTADIO2496:
    12381238        case ICE1712_SUBDEVICE_DELTA66:
     
    41014101                /* follow thru */
    41024102        case ICE1712_SUBDEVICE_DELTA1010:
     4103        case ICE1712_SUBDEVICE_STDSP24:
    41034104                ice->num_adcs = ice->num_dacs = ice->num_total_dacs = 8;
    41044105                break;
Note: See TracChangeset for help on using the changeset viewer.