Re: [PATCH] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
From: Takashi Iwai
Date: Thu Oct 10 2024 - 11:04:08 EST
On Thu, 10 Oct 2024 16:53:48 +0200,
Julian Vetter wrote:
>
>
>
> On 10/10/24 16:12, Takashi Iwai wrote:
> > On Thu, 10 Oct 2024 14:46:01 +0200,
> > Julian Vetter wrote:
> >>
> >> When building for the UM arch and neither INDIRECT_IOMEM=y, nor
> >> HAS_IOMEM=y is selected, it will fall back to the implementations from
> >> asm-generic/io.h for IO memcpy. But these fall-back functions just do a
> >> memcpy. So, instead of depending on UML, add dependency on 'HAS_IOMEM ||
> >> INDIRECT_IOMEM'.
> >>
> >> Acked-by: Takashi Iwai <tiwai@xxxxxxx>
> >> Reviewed-by: Yann Sionneau <ysionneau@xxxxxxxxxxxxx>
> >> Signed-off-by: Julian Vetter <jvetter@xxxxxxxxxxxxx>
> >
> > This is expected to be applied via sound.git tree?
>
> Yes. At least I have abandoned this patch as part of my big patchset
> for the IO memcpy. Instead I try to integrate the different parts
> piece by piece in the different subsystems and archs. I thinks this is
> better, as suggested by Arnd.
OK, now applied to for-linus branch.
thanks,
Takashi