From: Wu Fengguang Date: Wed, 29 Jun 2011 06:26:07 +0000 (+0800) Subject: ALSA: HDMI - fix ELD monitor name length X-Git-Tag: v3.0-rc6~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b2d0ef631bb0647ae8ed1752d2127b8fb6da70;p=pandora-kernel.git ALSA: HDMI - fix ELD monitor name length I noticed that the last character of the ELD monitor name is lost, this fixes the issue. This fix should be confirming to the HDA spec, and works together with the DRM part of the ELD patch. The HDA spec does not mention that Monitor_Name_String is an '\0' ending string, and it allows NML to be 1, which is only valid when MNL does not count the possible ending '\0'. Signed-off-by: Wu Fengguang Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed