Ignore:
Timestamp:
Apr 9, 2006, 12:09:39 PM (19 years ago)
Author:
vladest
Message:

Latest ALSA patches
HDA patches
Patch for Intel from Rudy's
Fixes locks on NM256 chipsets
Fixes PM on Maestro3 chipsets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/cs46xx/cs46xx.c

    r34 r76  
    4949static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;       /* ID for this card */
    5050static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;      /* Enable this card */
    51 static int external_amp[SNDRV_CARDS] = {0};
    52 static int thinkpad[SNDRV_CARDS] = {1,0,0,0,0,0,0,0};
    53 static int mmap_valid[SNDRV_CARDS] = {0};
     51static int external_amp[SNDRV_CARDS] = {0,0,0,0,0,0,0,0};
     52static int thinkpad[SNDRV_CARDS] = {0,0,0,0,0,0,0,0};
     53static int mmap_valid[SNDRV_CARDS] = {1,1,1,1,1,1,1,1};
    5454
    5555//module_param_array(index, int, NULL, 0444);
     
    167167        .id_table = snd_cs46xx_ids,
    168168        .probe = snd_card_cs46xx_probe,
    169         .remove = snd_card_cs46xx_remove,
     169        .remove = __devexit_p(snd_card_cs46xx_remove),
    170170#ifdef CONFIG_PM
    171171        .suspend = snd_cs46xx_suspend,
Note: See TracChangeset for help on using the changeset viewer.