ALSA: HDMI - fix ELD monitor name length
authorWu Fengguang <fengguang.wu@intel.com>
Wed, 29 Jun 2011 06:26:07 +0000 (14:26 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Jun 2011 06:48:24 +0000 (08:48 +0200)
commitf5b2d0ef631bb0647ae8ed1752d2127b8fb6da70
tree156ae197e1696ea311926d64c8b30e8f371a5b03
parent0cfae7c9378cf77434f6be89b5fb65d8f9a5031f
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 <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_eld.c