Ignore:
Timestamp:
Apr 21, 2008, 2:52:19 AM (17 years ago)
Author:
Brendan Oakley
Message:

alsa-resync1 branch merged to ALSA 1.0.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/isa/cmi8330.c

    r290 r348  
    443443        snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &chip->streams[SNDRV_PCM_STREAM_CAPTURE].ops);
    444444
    445         snd_pcm_lib_preallocate_isa_pages_for_all(pcm, 64*1024, 128*1024);
     445        snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
     446                                              snd_dma_isa_data(),
     447                                              64*1024, 128*1024);
    446448        chip->pcm = pcm;
    447449
Note: See TracChangeset for help on using the changeset viewer.