Tag: 5305239312a5fcc50849e157a3178778c6914aa0

ALSA: constify ct_timer_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The ct_timer_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 — sound/pci/ctxfi/cttimer.c | 6 +++— 1 file changed, 3 insertions(+), 3 deletions(-)   diff –git a/sound/pci/ctxfi/cttimer.c b/sound/pci/ctxfi/cttimer.c index a5d4604..8f94534 100644 — a/sound/pci/ctxfi/cttimer.c +++ b/sound/pci/ctxfi/cttimer.c @@ -49,7 +49,7 @@ …

Continue reading