[alsa-devel] [PATCH] Patch for AICA
I submitted this yesterday via lkml and it was accepted by the SH maintainer. Probably should have copied in the ALSA list too - though the change is so small and consequential of another issue I was dealing with I forgot.
The change is necessary because of a fix in the SH DMA API (see http://lkml.org/lkml/2007/7/23/445 for the larger patch)
Signed-off by: Adrian McMenamin ,adrian@mcmen.demon.co.uk>
diff --git a/sound/sh/aica.h b/sound/sh/aica.h index 8c11e3d..d098baa 100644 --- a/sound/sh/aica.h +++ b/sound/sh/aica.h @@ -52,7 +52,7 @@ #define AICA_CHANNEL1_OFFSET 0x21000 #define CHANNEL_OFFSET 0x10000
-#define AICA_DMA_CHANNEL 0 +#define AICA_DMA_CHANNEL 5 #define AICA_DMA_MODE 5
On Tue, Jul 24, 2007 at 11:51:53AM +0100, Adrian McMenamin wrote:
I submitted this yesterday via lkml and it was accepted by the SH maintainer. Probably should have copied in the ALSA list too - though the change is so small and consequential of another issue I was dealing with I forgot.
I included this with your changeset, as it was an obvious and trivial change. If the ALSA folks wish to feed this part in through their tree, that's fine with me, otherwise it will show up with the next batch of SH updates automatically.
At Tue, 24 Jul 2007 20:06:13 +0900, Paul Mundt wrote:
On Tue, Jul 24, 2007 at 11:51:53AM +0100, Adrian McMenamin wrote:
I submitted this yesterday via lkml and it was accepted by the SH maintainer. Probably should have copied in the ALSA list too - though the change is so small and consequential of another issue I was dealing with I forgot.
I included this with your changeset, as it was an obvious and trivial change. If the ALSA folks wish to feed this part in through their tree, that's fine with me, otherwise it will show up with the next batch of SH updates automatically.
It's fine to feed through sh tree. We'll sync our tree up later.
Thanks,
Takashi
participants (3)
-
Adrian McMenamin
-
Paul Mundt
-
Takashi Iwai