diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-10-17 03:21:48 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-10-17 03:23:51 -0400 |
commit | a2af050f8df6eeec29818639859f14eb237d6957 (patch) | |
tree | 01dcad35cafbeefc951a68dd0c0f51ecf396ad3a /sound/pci/ice1712/juli.c | |
parent | 77b0b254af72add59c8125cd8799f390bc508f2b (diff) |
ALSA: ice17xx: Constify strings and string arrays
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/juli.c')
-rw-r--r-- | sound/pci/ice1712/juli.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/ice1712/juli.c b/sound/pci/ice1712/juli.c index 14fd536b6452..e6047491ff16 100644 --- a/sound/pci/ice1712/juli.c +++ b/sound/pci/ice1712/juli.c | |||
@@ -435,7 +435,8 @@ static struct snd_kcontrol __devinit *ctl_find(struct snd_card *card, | |||
435 | } | 435 | } |
436 | 436 | ||
437 | static void __devinit add_slaves(struct snd_card *card, | 437 | static void __devinit add_slaves(struct snd_card *card, |
438 | struct snd_kcontrol *master, char **list) | 438 | struct snd_kcontrol *master, |
439 | char * const *list) | ||
439 | { | 440 | { |
440 | for (; *list; list++) { | 441 | for (; *list; list++) { |
441 | struct snd_kcontrol *slave = ctl_find(card, *list); | 442 | struct snd_kcontrol *slave = ctl_find(card, *list); |