Re: [PATCH] ALSA: emux: constify nrpn_conv_table structures

2016-01-06 Thread Takashi Iwai
On Mon, 04 Jan 2016 17:50:47 +0100, Julia Lawall wrote: > > The nrpn_conv_table structures are never modified, so declare them as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Thanks, applied. Takashi > > --- > sound/synth/emux/emux_nrpn.c |9 +

[PATCH] ALSA: emux: constify nrpn_conv_table structures

2016-01-04 Thread Julia Lawall
The nrpn_conv_table structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- 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