commit | 2ead9d087fe2eafecf801dd2ab83bdb66dc08ced | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:16:18 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:23:49 2020 +0100 |
tree | 2abdac41768c4f1395cd9977325386704fd81ae5 | |
parent | c1c3981fa16688e02f629a4805c9188679b132e9 [diff] |
ALSA: usb: Constify snd_pcm_hardware definitions Most of snd_pcm_hardware definitions are just copied to another object as-is, hence we can define them as const for further optimization. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-3-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>