commit | cc75cdfe1d64585d82013632b81199b1e9f1da97 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Aug 17 14:52:51 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 17 15:11:31 2015 +0200 |
tree | 81a01fa00a3a0ac297a5068c159c7f51890e7f68 | |
parent | d2c6b63df5c143ea1535398e0874432277285765 [diff] |
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>