ALSA: hda - fix DisplayPort naming
authorWu Fengguang <wfg@linux.intel.com>
Sat, 22 Nov 2008 01:40:56 +0000 (09:40 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sat, 22 Nov 2008 10:16:04 +0000 (11:16 +0100)
DisplayPort is a digital display interface standard put forth by
the Video Electronics Standards Association (VESA). It defines a
new license-free, royalty-free, digital audio/video interconnect,
intended to be used primarily between a computer and its display monitor,
or a computer and a home-theater system.

- From Wikipedia, the free encyclopedia

Signed-off-by: Wu Fengguang <wfg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_eld.c

index 3c580ae07bd65237e1fef4f76fadf2ef4e39d403..aa438562efc7cb13e01d001ec59a797f3d5433b3 100644 (file)
@@ -72,7 +72,7 @@ static char *cea_speaker_allocation_names[] = {
 
 static char *eld_connection_type_names[4] = {
        "HDMI",
-       "Display Port",
+       "DisplayPort",
        "2-reserved",
        "3-reserved"
 };