Changeset 348 for GPL/branches/alsa-resync1/alsa-kernel/isa/cmi8330.c
- Timestamp:
- Apr 21, 2008, 2:52:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/isa/cmi8330.c
r290 r348 443 443 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &chip->streams[SNDRV_PCM_STREAM_CAPTURE].ops); 444 444 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); 446 448 chip->pcm = pcm; 447 449
Note:
See TracChangeset
for help on using the changeset viewer.