]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Drop global ELD copy
authorTakashi Iwai <tiwai@suse.de>
Mon, 30 Jan 2017 17:15:40 +0000 (18:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:25:10 +0000 (17:25 +0100)
commit7f2e9ab5a2e1afcedd1e50650670c309e46822ac
treecb375e263a0043cebedf152bb9cff82fbc6be4ed
parent055610b002c1066b8ca1919b8d051d80c9e2d86e
ALSA: x86: Drop global ELD copy

Similarly like the previous patch, drop the global variable to keep
the ELD copy.  It can be embedded in hdmi_lpe_audio_ctx as well.

And this makes easier to code, it's just a memcpy(), after all.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_lpe_audio.c