7 Sep 20:35
[PATCH1/1] hda: digital slave support for IDT codecs
From: Matthew Ranostay <mranostay <at> embeddedalley.com>
Subject: [PATCH1/1] hda: digital slave support for IDT codecs
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-07 18:36:53 GMT
Subject: [PATCH1/1] hda: digital slave support for IDT codecs
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-07 18:36:53 GMT
Added slave_dig_outs entries for several IDT codecs that have multiple
SPDIF outs, and enabled these SPDIF outs in several pin configs.
---
Signed-off-by: Matthew Ranostay <mranostay <at> embeddedalley.com>
diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
index 9968ee4..52b3579 100644
--- a/pci/hda/patch_sigmatel.c
+++ b/pci/hda/patch_sigmatel.c
@@ -229,6 +229,10 @@ static hda_nid_t stac92hd73xx_pwr_nids[8] = {
0x0f, 0x10, 0x11
};
+static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
+ 0x26, 0,
+};
+
static hda_nid_t stac92hd73xx_adc_nids[2] = {
0x1a, 0x1b
};
@@ -274,6 +278,10 @@ static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
0xa, 0xb, 0xd, 0xe,
};
+static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
+ 0x1e, 0,
+};
+
static unsigned int stac92hd83xxx_pwr_mapping[4] = {
(Continue reading)
RSS Feed