]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[ALSA] ppc32: Fix Alsa PowerMac driver on old machines
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 18 May 2005 14:31:51 +0000 (16:31 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:11:14 +0000 (10:11 +0200)
commit5218064c885af5c49e380d09d54f3cc86891a580
treed4698bad2c3fd7425bb52d1d3cae7c6a8ad48ce8
parent9502dcad6c1138a3ce2bae23ccd4be44c718d2a9
[ALSA] ppc32: Fix Alsa PowerMac driver on old machines

PPC PMAC driver
The g5 support code broke some earlier models unfortunately as those
bail out early from the detect function, before the point where I added
the code to locate the PCI device for use with DMA allocations.

This patch fixes it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/pmac.c