]> 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)
commit145b278fb1fea1080a396ab71ff8212742c42dc4
tree79c36080168b5c58ee9a2bdd0c42555dcb41d764
parent098507e5b906567c7b6031284208d98f33a91421
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