Tag: d8c5ed752e5b9aabad9ea8b53272b6abb4fa5235

ALSA: dummy: constify dummy_timer_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The dummy_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/drivers/dummy.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   diff –git a/sound/drivers/dummy.c b/sound/drivers/dummy.c index 016e451..75b7485 100644 — a/sound/drivers/dummy.c +++ b/sound/drivers/dummy.c @@ -351,7 +351,7 @@ …

Continue reading