X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=sound%2Fpci%2Fsis7019.c;h=ef7dd290ae05cf815f68c68d7b8d50deeada8d64;hb=6974f8ad44946701779209cb03cd8c6b598c3342;hp=b0b5e74e776ca69a59f68000043b89e66fc03adc;hpb=d7d170a8e357bd9926cc6bfea5c2385c2eac65b2;p=linux-2.6-block.git diff --git a/sound/pci/sis7019.c b/sound/pci/sis7019.c index b0b5e74e776c..ef7dd290ae05 100644 --- a/sound/pci/sis7019.c +++ b/sound/pci/sis7019.c @@ -905,7 +905,8 @@ static int sis_pcm_create(struct sis7019 *sis) * world if this fails. */ snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, - snd_dma_pci_data(sis->pci), 64*1024, 128*1024); + &sis->pci->dev, + 64*1024, 128*1024); return 0; }