Changeset 76 for GPL/trunk/alsa-kernel/pci/cs46xx/cs46xx.c
- Timestamp:
- Apr 9, 2006, 12:09:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/cs46xx/cs46xx.c
r34 r76 49 49 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ 50 50 static 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};51 static int external_amp[SNDRV_CARDS] = {0,0,0,0,0,0,0,0}; 52 static int thinkpad[SNDRV_CARDS] = {0,0,0,0,0,0,0,0}; 53 static int mmap_valid[SNDRV_CARDS] = {1,1,1,1,1,1,1,1}; 54 54 55 55 //module_param_array(index, int, NULL, 0444); … … 167 167 .id_table = snd_cs46xx_ids, 168 168 .probe = snd_card_cs46xx_probe, 169 .remove = snd_card_cs46xx_remove,169 .remove = __devexit_p(snd_card_cs46xx_remove), 170 170 #ifdef CONFIG_PM 171 171 .suspend = snd_cs46xx_suspend,
Note:
See TracChangeset
for help on using the changeset viewer.