Re: [PATCH] ASLA: emu10k1: constify snd_emux_operators structure

2017-02-19 Thread Takashi Sakamoto
On Feb 19 2016 19:21, Bhumika Goyal wrote: Declare snd_emux_operators structure as const as it is only copied into another structure. So, snd_emux_operators structures having this property can be made const. Signed-off-by: Bhumika Goyal Reviewed-by: Takashi Sakamoto ...The 'ASLA' reminds me

Re: [PATCH] ASLA: emu10k1: constify snd_emux_operators structure

2017-02-19 Thread Takashi Iwai
On Sun, 19 Feb 2017 11:21:30 +0100, Bhumika Goyal wrote: > > Declare snd_emux_operators structure as const as it is only copied into > another structure. So, snd_emux_operators structures having this property > can be made const. > > Signed-off-by: Bhumika Goyal Applied now (with a typo fix in

[PATCH] ASLA: emu10k1: constify snd_emux_operators structure

2017-02-19 Thread Bhumika Goyal
Declare snd_emux_operators structure as const as it is only copied into another structure. So, snd_emux_operators structures having this property can be made const. Signed-off-by: Bhumika Goyal --- sound/pci/emu10k1/emu10k1_callback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -