commit | aeb0215c76990efcc0c3d6b11e130d176c040ff9 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:17:04 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:39 2020 +0100 |
tree | 47943fda52ec3e462033cb615faa3bac23651c42 | |
parent | dc6ffaf82899d459cc486dff88e57133e03d9e28 [diff] |
ALSA: ice17xx: Constify snd_ice1712_card_info The snd_ice1712_card_info objects are referred only as read-only. Let's make them const for further optimization. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-49-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>