ALSA: wss: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:16:43 +0000 (14:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:48 +0000 (10:42 +0200)
commit7b3f477636eddcaa137b96e6c847fb466fadb19a
treebbad6cafbb45a252e202bc10e5a1b79269198db7
parentb078bbfbb1a1083a69117bc894107cad6920a2ed
ALSA: wss: 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/wss/wss_lib.c