Tag: 5df29bca125277eec68fc31c0c0ba41b9a3cb78b

ALSA: i2c: constify snd_i2c_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The snd_i2c_ops 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 — include/sound/i2c.h | 2 +- sound/i2c/i2c.c | 2 +- sound/pci/ice1712/delta.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)   diff –git a/include/sound/i2c.h b/include/sound/i2c.h index d125ff8..835254d 100644 …

Continue reading