* [PATCH] hda: removed unneeded hp_nid references.
@ 2008-09-05 21:06 Matthew Ranostay
2008-09-07 10:23 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Ranostay @ 2008-09-05 21:06 UTC (permalink / raw)
To: alsa-devel; +Cc: Takashi Iwai
Removed unneeded hp_nid references for 92hd73xx codec family.
---
Signed-off-by: Matthew Ranostay <mranostay@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;
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hda: removed unneeded hp_nid references.
2008-09-05 21:06 [PATCH] hda: removed unneeded hp_nid references Matthew Ranostay
@ 2008-09-07 10:23 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-09-07 10:23 UTC (permalink / raw)
To: Matthew Ranostay; +Cc: alsa-devel
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@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;
> case 0x5: /* 10 Channel */
> - spec->multiout.hp_nid = 0x19;
> spec->mixer = stac92hd73xx_10ch_mixer;
> spec->init = stac92hd73xx_10ch_core_init;
> };
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-07 10:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-05 21:06 [PATCH] hda: removed unneeded hp_nid references Matthew Ranostay
2008-09-07 10:23 ` 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.