diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-alsa.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c index 5a8f18f8ddbb..6c22ec4b0836 100644 --- a/drivers/media/video/cx88/cx88-alsa.c +++ b/drivers/media/video/cx88/cx88-alsa.c | |||
@@ -683,7 +683,7 @@ static int __devinit snd_cx88_create(struct snd_card *card, | |||
683 | return err; | 683 | return err; |
684 | } | 684 | } |
685 | 685 | ||
686 | if (!pci_dma_supported(pci,0xffffffff)) { | 686 | if (!pci_dma_supported(pci,DMA_32BIT_MASK)) { |
687 | dprintk(0, "%s/1: Oops: no 32bit PCI DMA ???\n",core->name); | 687 | dprintk(0, "%s/1: Oops: no 32bit PCI DMA ???\n",core->name); |
688 | err = -EIO; | 688 | err = -EIO; |
689 | cx88_core_put(core,pci); | 689 | cx88_core_put(core,pci); |