ALSA: emu10k1: Constify snd_emu_chip_details
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:10 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:43 +0000 (09:24 +0100)
commitc274d967cee5859c91c200905f038cac84ebd464
tree079fb83cd1899a6c079dc7797ac16fe230c6ee8c
parentbaa9df207a8f9e0377ef26a262e29b9342e45738
ALSA: emu10k1: Constify snd_emu_chip_details

The snd_emu_chip_details definitions 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-55-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emu10k1_main.c