]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: es1688: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:15:49 +0000 (14:15 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:47 +0000 (10:42 +0200)
commit92642d83fd1b7540f8c6c67f81735301b5e60183
tree19178890d0859a99db8ab73a4f1fb111535e0ad9
parentf99f0bb629e5ae0d2ecf0c64a93f3ec469222659
ALSA: es1688: Constify hw_constraints

snd_pcm_hw_constraint_list(), *_ratnums() and *_ratdens() receive the
const pointers.  Constify the corresponding static objects for better
hardening.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/es1688/es1688_lib.c