diff options
Diffstat (limited to 'sound/pci/lx6464es')
-rw-r--r-- | sound/pci/lx6464es/lx6464es.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/lx6464es/lx6464es.c b/sound/pci/lx6464es/lx6464es.c index ccf1b38c88ea..18da2ef04d09 100644 --- a/sound/pci/lx6464es/lx6464es.c +++ b/sound/pci/lx6464es/lx6464es.c | |||
@@ -988,7 +988,7 @@ static int __devinit snd_lx6464es_create(struct snd_card *card, | |||
988 | pci_set_master(pci); | 988 | pci_set_master(pci); |
989 | 989 | ||
990 | /* check if we can restrict PCI DMA transfers to 32 bits */ | 990 | /* check if we can restrict PCI DMA transfers to 32 bits */ |
991 | err = pci_set_dma_mask(pci, DMA_32BIT_MASK); | 991 | err = pci_set_dma_mask(pci, DMA_BIT_MASK(32)); |
992 | if (err < 0) { | 992 | if (err < 0) { |
993 | snd_printk(KERN_ERR "architecture does not support " | 993 | snd_printk(KERN_ERR "architecture does not support " |
994 | "32bit PCI busmaster DMA\n"); | 994 | "32bit PCI busmaster DMA\n"); |