Author: Julia Lawall <Julia.Lawall@lip6.fr> The action_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Takashi Sakamoto Tested-by: Takashi Sakamoto Signed-off-by: Takashi Iwai — sound/core/pcm_native.c | 26 +++++++++++++————- 1 file changed, 13 insertions(+), 13 deletions(-) diff –git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index a8b27cd..fadd3eb 100644 — a/sound/core/pcm_native.c …