Changeset 281 for GPL/branches/alsa-resync1/alsa-kernel/pci/sonicvibes.c
- Timestamp:
- Jan 23, 2008, 7:05:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/sonicvibes.c
r262 r281 1182 1182 1183 1183 if (! snd_card_proc_new(sonic->card, "sonicvibes", &entry)) 1184 snd_info_set_text_ops(entry, sonic, snd_sonicvibes_proc_read);1184 snd_info_set_text_ops(entry, sonic, 1024, snd_sonicvibes_proc_read); 1185 1185 } 1186 1186 … … 1258 1258 return -ENXIO; 1259 1259 } 1260 pci_set_ dma_mask(pci, 0x00ffffff);1260 pci_set_consistent_dma_mask(pci, 0x00ffffff); 1261 1261 1262 1262 sonic = snd_magic_kcalloc(sonicvibes_t, 0, GFP_KERNEL);
Note:
See TracChangeset
for help on using the changeset viewer.