From: Ilia Mirkin Date: Mon, 29 Jul 2013 02:30:57 +0000 (-0400) Subject: drm/nva3-/disp: fix hda eld writing, needs to be padded X-Git-Tag: v3.11-rc4~18^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d69294a174d7cb6a76080b6d16971ca08728d4;p=pandora-kernel.git drm/nva3-/disp: fix hda eld writing, needs to be padded Commits 0a9e2b959 (drm/nvd0/disp: move HDA codec setup to core) and a4feaf4ea (drm/nva3/disp: move hda codec handling to core) moved code around but neglected to fill data up to 0x60 as before. This caused /proc/asound/cardN/eld#3.0 to show eld_valid as 0. With this patch, that file is again populated with the correct data. See https://bugs.freedesktop.org/show_bug.cgi?id=67051 Reported-and-tested-by: Alex Signed-off-by: Ilia Mirkin Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed