Tag: b17154cfd800b8fdbb34586b9d85e8e824a82833

ALSA: pcm: constify action_ops structures

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 …

Continue reading