Changeset 348 for GPL/branches/alsa-resync1/alsa-kernel/pci/sonicvibes.c
- Timestamp:
- Apr 21, 2008, 2:52:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/sonicvibes.c
r290 r348 891 891 sonic->pcm = pcm; 892 892 893 snd_pcm_lib_preallocate_pci_pages_for_all(sonic->pci, pcm, 64*1024, 128*1024); 893 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, 894 snd_dma_pci_data(sonic->pci), 64*1024, 128*1024); 894 895 895 896 if (rpcm)
Note:
See TracChangeset
for help on using the changeset viewer.