Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac69c2f5 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Takashi Iwai
Browse files

ALSA: mixart: Mark expected switch fall-through



In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 56e40eb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ static int mixart_set_clock(struct mixart_mgr *mgr,
	case PIPE_RUNNING:
		if(rate != 0)
			break;
		/* fall through */
	default:
		if(rate == 0)
			return 0; /* nothing to do */