summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-alsa.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2007-03-30 15:58:01 +0200
committerMauro Carvalho Chehab2007-04-27 20:45:20 +0200
commitaaa40cb8b7056b597fa77c9f61a1b271c0e341cf (patch)
tree18a3c8097928fc6688385c27a0ceca042a9c5335 /drivers/media/video/cx88/cx88-alsa.c
parentV4L/DVB (5486): Add support for remote of Asustech P7131 Hybrid LNA (diff)
downloadkernel-qcow2-linux-aaa40cb8b7056b597fa77c9f61a1b271c0e341cf.tar.gz
kernel-qcow2-linux-aaa40cb8b7056b597fa77c9f61a1b271c0e341cf.tar.xz
kernel-qcow2-linux-aaa40cb8b7056b597fa77c9f61a1b271c0e341cf.zip
V4L/DVB (5488): Replace DMA magic mask for its aliases
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-alsa.c')
-rw-r--r--drivers/media/video/cx88/cx88-alsa.c2
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,
return err;
}
- if (!pci_dma_supported(pci,0xffffffff)) {
+ if (!pci_dma_supported(pci,DMA_32BIT_MASK)) {
dprintk(0, "%s/1: Oops: no 32bit PCI DMA ???\n",core->name);
err = -EIO;
cx88_core_put(core,pci);