]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: ens137x: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:19:39 +0000 (14:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:51 +0000 (10:42 +0200)
commit8130829a9b73dca2bd9cc7ce8ea031405cb1757f
treeeac694c3df9cc84ee1800ea5238214c69f497734
parentd71a13f4c0e659c7ce7bef872c2e6a2287868e0e
ALSA: ens137x: 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/ens1370.c