Ignore:
Timestamp:
Jan 23, 2008, 7:05:10 AM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 1.0.1

File:
1 edited

Legend:

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

    r262 r281  
    11821182
    11831183        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);
    11851185}
    11861186
     
    12581258                return -ENXIO;
    12591259        }
    1260         pci_set_dma_mask(pci, 0x00ffffff);
     1260        pci_set_consistent_dma_mask(pci, 0x00ffffff);
    12611261
    12621262        sonic = snd_magic_kcalloc(sonicvibes_t, 0, GFP_KERNEL);
Note: See TracChangeset for help on using the changeset viewer.