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
parent ee00c83a92
commit 1dacaf014f
4 changed files with 8 additions and 2 deletions

View File

@@ -799,6 +799,7 @@ static int lpass_cdc_wsa_macro_hw_params(struct snd_pcm_substream *substream,
__func__, params_width(params));
return -EINVAL;
}
break;
default:
break;
}
@@ -1420,6 +1421,7 @@ static int lpass_cdc_wsa_macro_config_compander(struct snd_soc_component *compon
case EXT_3S:
upper_gain = sys_gain_int;
lower_gain = 75;
break;
case EXT_ABOVE_3S:
upper_gain = sys_gain_int;
lower_gain = 120;