]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: dummy: constify dummy_timer_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 30 Dec 2015 11:28:49 +0000 (12:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 30 Dec 2015 21:49:42 +0000 (22:49 +0100)
commit631483049b7f77f517effb39959cab090d730d07
treea6ed930f26ef9a13ca4f213e33a3603c4cfdf3fc
parentb77a42aec3196a04f6725839d7353ba48a5e0d50
ALSA: dummy: constify dummy_timer_ops structures

The dummy_timer_ops structures are never modified, so declare them as
const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/dummy.c