Re: [PATCH] ALSA: sh: SND_AICA should depend on SH_DMA_API
Takashi Iwai <[email protected]>
| Newsgroups | gmane.linux.sound,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 13 May 2025 09:31:04 +0200,
Geert Uytterhoeven wrote:
>
> If CONFIG_SH_DMA_API=n:
>
> WARNING: unmet direct dependencies detected for G2_DMA
> Depends on [n]: SH_DREAMCAST [=y] && SH_DMA_API [=n]
> Selected by [y]:
> - SND_AICA [=y] && SOUND [=y] && SND [=y] && SND_SUPERH [=y] && SH_DREAMCAST [=y]
>
> SND_AICA selects G2_DMA. As the latter depends on SH_DMA_API, the
> former should depend on SH_DMA_API, too.
>
> Fixes: f477a538c14d07f8 ("sh: dma: fix kconfig dependency for G2_DMA")
> Reported-by: kernel test robot <[email protected]>
> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
> Signed-off-by: Geert Uytterhoeven <[email protected]>
Applied now. Thanks.
Takashi