ALSA: usx2y: Constify struct snd_usb_audio_quirk entries
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:07 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:41 +0000 (09:24 +0100)
commit49624472a90b0f50f20389e0896e2eb53ea71b5e
tree448aca770897ee292f17b5f29048bffba6386924
parent37cc306b723f94d2be73578069ed1e88e1a30cdb
ALSA: usx2y: Constify struct snd_usb_audio_quirk entries

The quirk entries used in us122l and usx2y drivers can be declared as
const as they are read-only.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-52-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usx2y/us122l.c
sound/usb/usx2y/usX2Yhwdep.c