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@gmail.com>
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