]> git.alsa-project.org Git - alsa-lib.git/commit
timer_query: make ops structure constant
authorClemens Ladisch <clemens@ladisch.de>
Mon, 10 Aug 2009 08:09:02 +0000 (10:09 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 10 Aug 2009 08:09:02 +0000 (10:09 +0200)
commitf3dc8e2aa46a57e977932c35687bcf35a4da4076
tree46ce1461d62301d92dc057700f5e5924f5aecfaf
parent2905af225fda5f2a4281098e62e4117571f8de0b
timer_query: make ops structure constant

The contents of the snd_timer_query_ops structure are not going to be
changed, so we might as well declare is as constant.  This change avoids
a warning if some ops structure is actually defined as const.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
src/timer/timer_local.h