audio-kernel: Compilation fixes with "Break" and "fallthrough"
Compilation fixes with "Break" and "fallthrough". Change-Id: Ica05d0410efc5e9dc52addcf4cd8c0253f49fada
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
ee00c83a92
commit
1dacaf014f
@@ -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;
|
||||
|
Reference in New Issue
Block a user