]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: es1938: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:19:56 +0000 (14:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:52 +0000 (10:42 +0200)
commit7cfe29a5f90e7949850702337186dab2d71f8c39
tree79c36080168b5c58ee9a2bdd0c42555dcb41d764
parentb2267a0f5c8797b76918fa657a13b7f7cb2c88c1
ALSA: es1938: 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/pci/es1938.c