Matthew Ranostay | 5 Sep 23:05

[PATCH] hda: removed unneeded hp_nid references.

Removed unneeded hp_nid references for 92hd73xx codec family.

---
Signed-off-by: Matthew Ranostay <mranostay <at> embeddedalley.com>

diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
index 6ad6ef3..5b715a7 100644
--- a/pci/hda/patch_sigmatel.c
+++ b/pci/hda/patch_sigmatel.c
@@ -3775,17 +3775,14 @@ again:

 	switch (spec->multiout.num_dacs) {
 	case 0x3: /* 6 Channel */
-		spec->multiout.hp_nid = 0x17;
 		spec->mixer = stac92hd73xx_6ch_mixer;
 		spec->init = stac92hd73xx_6ch_core_init;
 		break;
 	case 0x4: /* 8 Channel */
-		spec->multiout.hp_nid = 0x18;
 		spec->mixer = stac92hd73xx_8ch_mixer;
 		spec->init = stac92hd73xx_8ch_core_init;
 		break;
 	case 0x5: /* 10 Channel */
-		spec->multiout.hp_nid = 0x19;
 		spec->mixer = stac92hd73xx_10ch_mixer;
 		spec->init = stac92hd73xx_10ch_core_init;
 	};
Takashi Iwai | 7 Sep 12:23
Favicon

Re: [PATCH] hda: removed unneeded hp_nid references.

At Fri, 05 Sep 2008 17:06:19 -0400,
Matthew Ranostay wrote:
> 
> Removed unneeded hp_nid references for 92hd73xx codec family.
> 
> ---
> Signed-off-by: Matthew Ranostay <mranostay <at> embeddedalley.com>

Applied.  Thanks.

Takashi

> 
> diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
> index 6ad6ef3..5b715a7 100644
> --- a/pci/hda/patch_sigmatel.c
> +++ b/pci/hda/patch_sigmatel.c
> @@ -3775,17 +3775,14 @@ again:
> 
>  	switch (spec->multiout.num_dacs) {
>  	case 0x3: /* 6 Channel */
> -		spec->multiout.hp_nid = 0x17;
>  		spec->mixer = stac92hd73xx_6ch_mixer;
>  		spec->init = stac92hd73xx_6ch_core_init;
>  		break;
>  	case 0x4: /* 8 Channel */
> -		spec->multiout.hp_nid = 0x18;
>  		spec->mixer = stac92hd73xx_8ch_mixer;
>  		spec->init = stac92hd73xx_8ch_core_init;
>  		break;
(Continue reading)


Gmane