[ALSA] protect Dreamcast PCM driver (AICA) from G2 bus effects
authorAdrian McMenamin <adrian@mcmen.demon.co.uk>
Thu, 18 Oct 2007 08:46:59 +0000 (10:46 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 23 Oct 2007 06:04:33 +0000 (08:04 +0200)
commit44e0b6821d7eacb4f93d2c131d436f96e500aa08
tree8155a80b42af1ebf9ed0ac558bf3ec164076baac
parente5ab3a7c00e682e0e24677203856769df1b9b0cb
[ALSA] protect Dreamcast PCM driver (AICA) from G2 bus effects

The G2 bus on the SEGA Dreamcast connects both the maple peripheral
bus and the AICA sound memory. DMA requests on one can cause the other
to timeout on memory operations.
This patch prevents maple interrupts from causing hiccoughs in the
AICA sound (maple bus code will land in 2.6.24).
There are other cleanups for this (AICA) code - but this is in effect
a regression fix rather than a cleanup.

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/sh/aica.c