Re: [PATCH] ALSA: sparc/dbri: add missing fallthrough

From: Takashi Iwai

Date: Wed May 06 2026 - 04:11:00 EST


On Wed, 06 May 2026 05:18:54 +0200,
Rosen Penev wrote:
>
> Fixes compiler error with probably newer compilers:
>
> sound/sparc/dbri.c:595:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
> 595 | case 1:
> | ^
> sound/sparc/dbri.c:595:2: note: insert 'break;' to avoid fall-through
> 595 | case 1:
> | ^
> | break;
>
> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>

Applied now. Thanks.


Takashi