audio-kernel: Compilation fixes with "Break" and "fallthrough"

Compilation fixes with "Break" and "fallthrough".

Change-Id: Ica05d0410efc5e9dc52addcf4cd8c0253f49fada
This commit is contained in:
Yuhui Zhao
2022-07-21 13:54:52 +08:00
committed by Gerrit - the friendly Code Review server
vanhempi ee00c83a92
commit 1dacaf014f
4 muutettua tiedostoa jossa 8 lisäystä ja 2 poistoa

Näytä tiedosto

@@ -1449,6 +1449,7 @@ static int wcd938x_codec_enable_dmic(struct snd_soc_dapm_widget *w,
break;
case 2:
dmic2_left_en = WCD938X_DIGITAL_CDC_DMIC2_CTL;
fallthrough;
case 3:
dmic_clk_cnt = &(wcd938x->dmic_2_3_clk_cnt);
dmic_clk_reg = WCD938X_DIGITAL_CDC_DMIC_RATE_1_2;