]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ALSA: ca0106: Constify snd_ca0106_category_str items
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:02 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:37 +0000 (09:24 +0100)
commit311840d96fd6f41ce1614bc57068f35169d6a52c
treea99123a79ec50ea39a5d2e6a8b2d419788ed6dd3
parentc0476b980d6cb23d845e4c39f415507915344f22
ALSA: ca0106: Constify snd_ca0106_category_str items

snd_ca0106_con_category array is read-only and can be marked as const.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-47-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ca0106/ca0106_proc.c