ALSA: Replace with fallthrough pseudo keyword in the remaining places

A few places (except for ASoC) are left unconverted for the new
fallthrough pseudo keyword.  Now replace them all.

Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/20200709111750.8337-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Этот коммит содержится в:
Takashi Iwai
2020-07-09 13:17:50 +02:00
родитель 401b3e6e19
Коммит e2d413f934
6 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@@ -137,7 +137,7 @@ static int oxygen_open(struct snd_pcm_substream *substream,
SNDRV_PCM_RATE_64000);
runtime->hw.rate_min = 44100;
}
/* fall through */
fallthrough;
case PCM_A:
case PCM_B:
runtime->hw.fifo_size = 0;