Re: [PATCH] ALSA: core: Fix dependencies for SND_CORE_TEST
From: Takashi Iwai
Date: Thu Feb 01 2024 - 08:05:18 EST
On Thu, 01 Feb 2024 10:46:04 +0100,
Ivan Orlov wrote:
>
> Add the CONFIG_SND_PCM dependency for CONFIG_SND_CORE_TEST config entry
> as the test uses symbols from 'pcm_misc.c'.
>
> Signed-off-by: Ivan Orlov <ivan.orlov0322@xxxxxxxxx>
It should rather select instead of depends-on. User can't enable
CONFIG_SND_PCM explicitly, but it's selected by the top-level
drivers.
Also, please add Fixes tag. It's a clear regression fix.
thanks,
Takashi