Re: [alsa-devel] [PATCH] Patch Dreamcast AICA driver to handle Maple bus support

2007-09-10 Thread Takashi Iwai
At Sun, 9 Sep 2007 21:22:17 +0100, Adrian McMenamin wrote: > > @@ -218,6 +219,12 @@ static int aica_dma_transfer(int channels, int > buffer_size, > period_offset = dreamcastcard->clicks; > period_offset %= (AICA_PERIOD_NUMBER / channels); > runtime = substream->runtime; > +

[PATCH] Patch Dreamcast AICA driver to handle Maple bus support

2007-09-09 Thread Adrian McMenamin
This patches the AICA sound driver for the Dreamcast to handle the well known flakiness of the Dreamcast's G2 bus. This is dependent on getting Maple bus support (see http://lkml.org/lkml/2007/9/9/70) into the kernel. Signed-off by: Adrian McMenamin <[EMAIL PROTECTED]> diff --git a/sound/sh/aica