commit | 49624472a90b0f50f20389e0896e2eb53ea71b5e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:17:07 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:41 2020 +0100 |
tree | 448aca770897ee292f17b5f29048bffba6386924 | |
parent | 37cc306b723f94d2be73578069ed1e88e1a30cdb [diff] |
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>