All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda: modify monitor name to be consistent with other ELD proc items
@ 2008-11-21  4:34 Wu Fengguang
  2008-11-21  7:41 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Wu Fengguang @ 2008-11-21  4:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Rename "monitor name" to "monitor_name" to conform with the keyword style.

Signed-off-by: Wu Fengguang <wfg@linux.intel.com>
---
 sound/pci/hda/hda_eld.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- sound-2.6.orig/sound/pci/hda/hda_eld.c
+++ sound-2.6/sound/pci/hda/hda_eld.c
@@ -477,7 +477,7 @@ static void hdmi_print_eld_info(struct s
 	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,

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] hda: modify monitor name to be consistent with other ELD proc items
  2008-11-21  4:34 [PATCH] hda: modify monitor name to be consistent with other ELD proc items Wu Fengguang
@ 2008-11-21  7:41 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-11-21  7:41 UTC (permalink / raw)
  To: Wu Fengguang; +Cc: alsa-devel

At Fri, 21 Nov 2008 12:34:05 +0800,
Wu Fengguang wrote:
> 
> Rename "monitor name" to "monitor_name" to conform with the keyword style.
> 
> Signed-off-by: Wu Fengguang <wfg@linux.intel.com>

Applied.  Thanks.


Takashi

> ---
>  sound/pci/hda/hda_eld.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- sound-2.6.orig/sound/pci/hda/hda_eld.c
> +++ sound-2.6/sound/pci/hda/hda_eld.c
> @@ -477,7 +477,7 @@ static void hdmi_print_eld_info(struct s
>  	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,
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-21  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21  4:34 [PATCH] hda: modify monitor name to be consistent with other ELD proc items Wu Fengguang
2008-11-21  7:41 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.