ALSA: hda - Do zero-clear in snd_hdmi_parse_eld() itself
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Nov 2015 11:51:49 +0000 (12:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 4 Dec 2015 14:06:45 +0000 (15:06 +0100)
commit18014fd793d5e73eec5f2c22eaa37a32b44748eb
tree255b0948324de63c79da28702ccff7035fb357e8
parent83266b6b60b6727af986e84a133dae24d394c3e8
ALSA: hda - Do zero-clear in snd_hdmi_parse_eld() itself

Instead of doing in each caller side, snd_hdmi_parse_eld() does
zero-clear of the parsed data by itself.  This is safer and simplifies
the upcoming code changes.

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