commit | 37cc306b723f94d2be73578069ed1e88e1a30cdb | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:17:06 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:40 2020 +0100 |
tree | 0037151352c68445bff29704b41ce435dc48c52c | |
parent | 4f8ce9821ecd3aca758a52f7dbb6146b8bdcb71c [diff] |
ALSA: line6: Constify snd_ratden definitions The snd_ratden definitions used in line6 drivers are all read-only, so they can be marked as const. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-51-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>