diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-10-21 08:26:10 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-10-21 08:26:10 +0200 |
commit | e7ced4137d859c576130ce7605e5fdd13221793d (patch) | |
tree | 94680d1f5ebbb29f52570cb5e7474f25bbaedf2c /sound/firewire/bebob/bebob_terratec.c | |
parent | 7f471fd40742a5d87d887375430bf40331cbbcf6 (diff) | |
download | blackbird-obmc-linux-e7ced4137d859c576130ce7605e5fdd13221793d.tar.gz blackbird-obmc-linux-e7ced4137d859c576130ce7605e5fdd13221793d.zip |
ALSA: bebob: More constify text arrays
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/bebob/bebob_terratec.c')
-rw-r--r-- | sound/firewire/bebob/bebob_terratec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/bebob/bebob_terratec.c b/sound/firewire/bebob/bebob_terratec.c index 0e4c0bfc463b..83b677224f1f 100644 --- a/sound/firewire/bebob/bebob_terratec.c +++ b/sound/firewire/bebob/bebob_terratec.c @@ -8,7 +8,7 @@ #include "./bebob.h" -static char *const phase88_rack_clk_src_labels[] = { +static const char *const phase88_rack_clk_src_labels[] = { SND_BEBOB_CLOCK_INTERNAL, "Digital In", "Word Clock" }; static int @@ -29,7 +29,7 @@ end: return err; } -static char *const phase24_series_clk_src_labels[] = { +static const char *const phase24_series_clk_src_labels[] = { SND_BEBOB_CLOCK_INTERNAL, "Digital In" }; static int |