ALSA: hda/ca0132: Use struct_size()
authorTakashi Iwai <tiwai@suse.de>
Fri, 31 May 2019 09:47:24 +0000 (11:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 31 May 2019 09:47:24 +0000 (11:47 +0200)
commite046b64b1547e2dc1ac27e0a5ac57e55213e16f1
tree17eb0a12537a47384f5be4909a8b17e75bb9a18a
parenta2d4560f0be9a48cd342992fbec0688ea05d564b
ALSA: hda/ca0132: Use struct_size()

For code simplification and safety, use struct_size() macro for
calculating the dsp_image_seg object size.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0132.c