@@ -619,7 +619,7 @@ const struct soc_enum arizona_asrc_rate1 =
619
619
arizona_rate_text , arizona_rate_val );
620
620
EXPORT_SYMBOL_GPL (arizona_asrc_rate1 );
621
621
622
- static const char * arizona_vol_ramp_text [] = {
622
+ static const char * const arizona_vol_ramp_text [] = {
623
623
"0ms/6dB" , "0.5ms/6dB" , "1ms/6dB" , "2ms/6dB" , "4ms/6dB" , "8ms/6dB" ,
624
624
"15ms/6dB" , "30ms/6dB" ,
625
625
};
@@ -648,7 +648,7 @@ SOC_ENUM_SINGLE_DECL(arizona_out_vi_ramp,
648
648
arizona_vol_ramp_text );
649
649
EXPORT_SYMBOL_GPL (arizona_out_vi_ramp );
650
650
651
- static const char * arizona_lhpf_mode_text [] = {
651
+ static const char * const arizona_lhpf_mode_text [] = {
652
652
"Low-pass" , "High-pass"
653
653
};
654
654
@@ -676,7 +676,7 @@ SOC_ENUM_SINGLE_DECL(arizona_lhpf4_mode,
676
676
arizona_lhpf_mode_text );
677
677
EXPORT_SYMBOL_GPL (arizona_lhpf4_mode );
678
678
679
- static const char * arizona_ng_hold_text [] = {
679
+ static const char * const arizona_ng_hold_text [] = {
680
680
"30ms" , "120ms" , "250ms" , "500ms" ,
681
681
};
682
682
@@ -1753,7 +1753,7 @@ static int arizona_hw_params(struct snd_pcm_substream *substream,
1753
1753
return ret ;
1754
1754
}
1755
1755
1756
- static const char * arizona_dai_clk_str (int clk_id )
1756
+ static const char * const arizona_dai_clk_str (int clk_id )
1757
1757
{
1758
1758
switch (clk_id ) {
1759
1759
case ARIZONA_CLK_SYSCLK :
0 commit comments