OSDN Git Service

ALSA: sb: Constify hw_constraints
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Jun 2017 12:16:34 +0000 (14:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Jun 2017 08:42:48 +0000 (10:42 +0200)
commitb078bbfbb1a1083a69117bc894107cad6920a2ed
tree6e609b592cc763f6e0ae58e17736c76cbc231221
parentbfa516a109ae77dae34b69f36d09b8f9d329384b
ALSA: sb: 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/sb/sb8_main.c