[ALSA] au88x0: Remove unneeded call to pci_dma_supported()
authorTobias Klauser <tklauser@nuerscht.ch>
Thu, 1 Dec 2005 10:14:00 +0000 (11:14 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:30:12 +0000 (12:30 +0100)
commit58da3a23fe12b1c4730cb85af203950c7707220c
treea7c0bf00eb3e63cf81226174013f5715250bb15d
parent59d48582508c6e3ed6f60bdd7d13e3e2893416b4
[ALSA] au88x0: Remove unneeded call to pci_dma_supported()

Modules: au88x0 driver

pci_dma_supported() is called right before pci_set_dma_mask() which already
calls pci_dma_supported().  The attached patch removes the unneeded call to
pci_dma_supported()

Additionally the custom VORTEX_DMA_MASK macro is replaced by DMA_32BIT_MASK
from linux/dma-mapping.h

Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0.c
sound/pci/au88x0/au88x0.h