[PATCH] ppc32: Fix Alsa PowerMac driver on old machines
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 27 May 2005 19:52:57 +0000 (12:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 18:13:59 +0000 (11:13 -0700)
commit9ae250d175e1cbff82223ce2c07897c790c5b948
treec869acbf3cf6170400257658974f8c754af36e2e
parentd6649bc76a57523209a6b2ee4844c9078a4dd8bb
[PATCH] ppc32: Fix Alsa PowerMac driver on old machines

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: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/ppc/pmac.c