ALSA: hda/proc - Add const to possible places
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Aug 2015 12:52:51 +0000 (14:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 17 Aug 2015 13:11:31 +0000 (15:11 +0200)
commitcc75cdfe1d64585d82013632b81199b1e9f1da97
tree81a01fa00a3a0ac297a5068c159c7f51890e7f68
parentd2c6b63df5c143ea1535398e0874432277285765
ALSA: hda/proc - Add const to possible places

Many arrays in hda_proc.c are string arrays that should be covered by
const prefix for increasing the safety and reducing the size.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_proc.c