Tag: 3643b46c381eda180df1ec68cd2ec5c79afd61f3

ALSA: emux: constify nrpn_conv_table structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The nrpn_conv_table structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Takashi Iwai — sound/synth/emux/emux_nrpn.c | 9 +++++—- 1 file changed, 5 insertions(+), 4 deletions(-)   diff –git a/sound/synth/emux/emux_nrpn.c b/sound/synth/emux/emux_nrpn.c index 00fc005..9729a15 100644 — a/sound/synth/emux/emux_nrpn.c +++ b/sound/synth/emux/emux_nrpn.c @@ -48,7 +48,8 @@ …

Continue reading