All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda: Correct SPDIF out default config
@ 2008-04-11 20:16 Matthew Ranostay
  2008-04-14 10:36 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Ranostay @ 2008-04-11 20:16 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, Tellman, Steven, Mario_Limonciello

Several laptops have have the SPDIF out defined as 'Digital other out'
when it should be 'SPDIF out' in the default config.

Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
---
diff -r 0dd2b6cb1506 pci/hda/patch_sigmatel.c
--- a/pci/hda/patch_sigmatel.c	Wed Apr 09 08:16:33 2008 +0200
+++ b/pci/hda/patch_sigmatel.c	Fri Apr 11 16:02:57 2008 -0400
@@ -3778,6 +3778,13 @@ static int patch_stac927x(struct hda_cod
 		spec->mixer = stac927x_mixer;
 		break;
 	case STAC_DELL_BIOS:
+		switch (codec->subsystem_id) {
+		case 0x10280209:
+		case 0x1028022e:
+			/* correct the device field to SPDIF out */
+			stac92xx_set_config_reg(codec, 0x21, 0x01442070);
+			break;
+		};
 		/* configure the analog microphone on some laptops */
 		stac92xx_set_config_reg(codec, 0x0c, 0x90a79130);
 		/* correct the front output jack as a hp out */

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

end of thread, other threads:[~2008-04-14 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 20:16 [PATCH] hda: Correct SPDIF out default config Matthew Ranostay
2008-04-14 10:36 ` 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.