]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4b368c3c6352ee99d9384c0198742d74f31e575
tree079fb83cd1899a6c079dc7797ac16fe230c6ee8c
parent03679dbf9ceea218b1880a0d0b15266dcb095b2e
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