commit | 87065d3d946bf116a639f3bd88ebbd3f3938cffb | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:17:08 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:41 2020 +0100 |
tree | 10a4bbfb2bdf7290095d96c19ecc0c4e6fba5979 | |
parent | 49624472a90b0f50f20389e0896e2eb53ea71b5e [diff] |
ALSA: seq: oss: Constify snd_seq_oss_callback definitions The snd_seq_oss_callback items are just copied to another struct as-is, hence they can be declared as const. There should be no functional changes by this patch. Link: https://lore.kernel.org/r/20200103081714.9560-53-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>