OSDN Git Service

ALSA: parisc: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:17:04 +0000 (14:17 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:48 +0000 (10:42 +0200)
commitd236d36107dec03a7755ee9a6dfc2961f269aa43
tree3e2ef566c3df0120a7736510bbc8cc1d04ab8477
parent7b3f477636eddcaa137b96e6c847fb466fadb19a
ALSA: parisc: 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/parisc/harmony.c