diff options
author | Wu Fengguang <wfg@linux.intel.com> | 2008-11-20 23:34:05 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-21 02:27:44 -0500 |
commit | db742104704cfb047732aa66451c608382da3aee (patch) | |
tree | ac8bdcce8a0559e77a44a17d08342302d2b5bb73 | |
parent | 218b5ffc0d3fa852624e67a1bb2528ca29274d6e (diff) |
ALSA: hda: modify monitor name to be consistent with other ELD proc items
Rename "monitor name" to "monitor_name" to conform with the keyword style.
Signed-off-by: Wu Fengguang <wfg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_eld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_eld.c b/sound/pci/hda/hda_eld.c index 9d3e542d74a5..248cddf0ee80 100644 --- a/sound/pci/hda/hda_eld.c +++ b/sound/pci/hda/hda_eld.c | |||
@@ -477,7 +477,7 @@ static void hdmi_print_eld_info(struct snd_info_entry *entry, | |||
477 | char buf[SND_PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE]; | 477 | char buf[SND_PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE]; |
478 | int i; | 478 | int i; |
479 | 479 | ||
480 | snd_iprintf(buffer, "monitor name\t\t%s\n", e->monitor_name); | 480 | snd_iprintf(buffer, "monitor_name\t\t%s\n", e->monitor_name); |
481 | snd_iprintf(buffer, "connection_type\t\t%s\n", | 481 | snd_iprintf(buffer, "connection_type\t\t%s\n", |
482 | eld_connection_type_names[e->conn_type]); | 482 | eld_connection_type_names[e->conn_type]); |
483 | snd_iprintf(buffer, "eld_version\t\t[0x%x] %s\n", e->eld_ver, | 483 | snd_iprintf(buffer, "eld_version\t\t[0x%x] %s\n", e->eld_ver, |