]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: ice1712: Constify wm-specific tables
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:05 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:39 +0000 (09:24 +0100)
commit4f8ce9821ecd3aca758a52f7dbb6146b8bdcb71c
tree0bb44fe4ba3190657741e6bd2ef5e33926d73dab
parentaeb0215c76990efcc0c3d6b11e130d176c040ff9
ALSA: ice1712: Constify wm-specific tables

The tables defined in wm8766.c and wm8776.c are referred as read-only,
hence they can be declared as const gracefully.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-50-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/wm8766.c
sound/pci/ice1712/wm8776.c