alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ASoC: arizona: Add a couple of missing consts
@ 2016-06-13 12:35 Charles Keepax
  2016-06-13 12:35 ` [PATCH 2/4] ASoC: wm5110: Add missing route from OUT3R to SYSCLK Charles Keepax
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Charles Keepax @ 2016-06-13 12:35 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, ajit.pandey, lgirdwood, patches

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/arizona.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c
index 549161b..8d6dbf3 100644
--- a/sound/soc/codecs/arizona.c
+++ b/sound/soc/codecs/arizona.c
@@ -630,7 +630,7 @@ const struct soc_enum arizona_asrc_rate1 =
 			      arizona_rate_text, arizona_rate_val);
 EXPORT_SYMBOL_GPL(arizona_asrc_rate1);
 
-static const char *arizona_vol_ramp_text[] = {
+static const char * const arizona_vol_ramp_text[] = {
 	"0ms/6dB", "0.5ms/6dB", "1ms/6dB", "2ms/6dB", "4ms/6dB", "8ms/6dB",
 	"15ms/6dB", "30ms/6dB",
 };
@@ -659,7 +659,7 @@ SOC_ENUM_SINGLE_DECL(arizona_out_vi_ramp,
 		     arizona_vol_ramp_text);
 EXPORT_SYMBOL_GPL(arizona_out_vi_ramp);
 
-static const char *arizona_lhpf_mode_text[] = {
+static const char * const arizona_lhpf_mode_text[] = {
 	"Low-pass", "High-pass"
 };
 
@@ -687,7 +687,7 @@ SOC_ENUM_SINGLE_DECL(arizona_lhpf4_mode,
 		     arizona_lhpf_mode_text);
 EXPORT_SYMBOL_GPL(arizona_lhpf4_mode);
 
-static const char *arizona_ng_hold_text[] = {
+static const char * const arizona_ng_hold_text[] = {
 	"30ms", "120ms", "250ms", "500ms",
 };
 
@@ -1764,7 +1764,7 @@ restore_aif:
 	return ret;
 }
 
-static const char *arizona_dai_clk_str(int clk_id)
+static const char * const arizona_dai_clk_str(int clk_id)
 {
 	switch (clk_id) {
 	case ARIZONA_CLK_SYSCLK:
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-13 15:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13 12:35 [PATCH 1/4] ASoC: arizona: Add a couple of missing consts Charles Keepax
2016-06-13 12:35 ` [PATCH 2/4] ASoC: wm5110: Add missing route from OUT3R to SYSCLK Charles Keepax
2016-06-13 15:47   ` Applied "ASoC: wm5110: Add missing route from OUT3R to SYSCLK" to the asoc tree Mark Brown
2016-06-13 12:35 ` [PATCH 3/4] ASoC: wm5102: Correct supported channels on trace compressed DAI Charles Keepax
2016-06-13 15:47   ` Applied "ASoC: wm5102: Correct supported channels on trace compressed DAI" to the asoc tree Mark Brown
2016-06-13 12:35 ` [PATCH 4/4] ASoC: wm5102: Revert manual speaker enable Charles Keepax
2016-06-13 15:47   ` Applied "ASoC: wm5102: Revert manual speaker enable" to the asoc tree Mark Brown
2016-06-13 15:47 ` Applied "ASoC: arizona: Add a couple of missing consts" " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).