summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_eld.c
diff options
context:
space:
mode:
authorWu Fengguang <wfg@linux.intel.com>2008-11-22 09:40:56 +0800
committerTakashi Iwai <tiwai@suse.de>2008-11-22 11:16:04 +0100
commit9415e1c418b33bf9b8d8903fb98876ec72673e3f (patch)
tree8f038730e040622678b4c26460f884e9f034444b /sound/pci/hda/hda_eld.c
parenta5fcf89eff2372b50f2d47fbb3e1f3090f044ee3 (diff)
ALSA: hda - fix DisplayPort naming
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>
Diffstat (limited to 'sound/pci/hda/hda_eld.c')
-rw-r--r--sound/pci/hda/hda_eld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_eld.c b/sound/pci/hda/hda_eld.c
index 3c580ae07bd6..aa438562efc7 100644
--- a/sound/pci/hda/hda_eld.c
+++ b/sound/pci/hda/hda_eld.c
@@ -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"
};