Skip to content

Commit

Permalink
ALSA: hda: modify monitor name to be consistent with other ELD proc i…
Browse files Browse the repository at this point in the history
…tems

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>
  • Loading branch information
Wu Fengguang authored and Takashi Iwai committed Nov 21, 2008
1 parent 218b5ff commit db74210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/hda_eld.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ static void hdmi_print_eld_info(struct snd_info_entry *entry,
char buf[SND_PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE];
int i;

snd_iprintf(buffer, "monitor name\t\t%s\n", e->monitor_name);
snd_iprintf(buffer, "monitor_name\t\t%s\n", e->monitor_name);
snd_iprintf(buffer, "connection_type\t\t%s\n",
eld_connection_type_names[e->conn_type]);
snd_iprintf(buffer, "eld_version\t\t[0x%x] %s\n", e->eld_ver,
Expand Down

0 comments on commit db74210

Please sign in to comment.