All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Vroon <tony@linx.net>
To: alsa-devel@alsa-project.org
Cc: Takashi Iwai <tiwai@suse.de>
Subject: [ALC262 patch_realtek.c] Fujitsu Lifebook port replicator/dock	headphone jack sense
Date: Fri, 14 Mar 2008 13:32:48 +0000	[thread overview]
Message-ID: <1205501568.5407.19.camel@localhost> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 496 bytes --]

Good afternoon,

Could you please consider the following patch for the 2.6.26 merge window.
The docking station headphone output had no audio and jack sense was not considered.

Jack information from the laptop itself and the dock are combined, as the dock does not obscure the connector.

Signed-Off-By: Tony Vroon <tony@linx.net>

Regards,
Tony V.
LINX sysadmin

P.S. Codec graph included in case anyone wants to start using mic jack sense for automated capture source selection.

[-- Attachment #1.1.2: fujitsu-alc262-dock.git.diff --]
[-- Type: text/x-patch, Size: 2332 bytes --]

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 33282f9..bbb8b2c 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8585,7 +8585,7 @@ static void alc262_hippo1_unsol_event(struct hda_codec *codec,
 
 /*
  * fujitsu model
- *  0x14 = headphone/spdif-out, 0x15 = internal speaker
+ *  0x14 = headphone/spdif-out, 0x15 = internal speaker, 0x1B = dock headphone out
  */
 
 #define ALC_HP_EVENT	0x37
@@ -8593,6 +8593,8 @@ static void alc262_hippo1_unsol_event(struct hda_codec *codec,
 static struct hda_verb alc262_fujitsu_unsol_verbs[] = {
 	{0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
 	{0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
+	{0x1B, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
+	{0x1B, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
 	{}
 };
 
@@ -8633,12 +8635,16 @@ static void alc262_fujitsu_automute(struct hda_codec *codec, int force)
 	unsigned int mute;
 
 	if (force || !spec->sense_updated) {
-		unsigned int present;
+		unsigned int present_int_hp, present_dock_hp;
 		/* need to execute and sync at first */
 		snd_hda_codec_read(codec, 0x14, 0, AC_VERB_SET_PIN_SENSE, 0);
-		present = snd_hda_codec_read(codec, 0x14, 0,
+		present_int_hp = snd_hda_codec_read(codec, 0x14, 0,
 				    	 AC_VERB_GET_PIN_SENSE, 0);
-		spec->jack_present = (present & 0x80000000) != 0;
+		snd_hda_codec_read(codec, 0x1B, 0, AC_VERB_SET_PIN_SENSE, 0);
+		present_dock_hp = snd_hda_codec_read(codec, 0x1B, 0,
+				    	 AC_VERB_GET_PIN_SENSE, 0);
+		spec->jack_present = (present_int_hp & 0x80000000) != 0;
+		spec->jack_present += (present_dock_hp & 0x80000000) != 0;
 		spec->sense_updated = 1;
 	}
 	if (spec->jack_present) {
@@ -8686,6 +8692,12 @@ static int alc262_fujitsu_master_sw_put(struct snd_kcontrol *kcontrol,
 	change |= snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
 					   HDA_AMP_MUTE,
 					   valp[1] ? 0 : HDA_AMP_MUTE);
+	change |= snd_hda_codec_amp_update(codec, 0x1B, 0, HDA_OUTPUT, 0,
+					  HDA_AMP_MUTE,
+					  valp[0] ? 0 : HDA_AMP_MUTE);
+	change |= snd_hda_codec_amp_update(codec, 0x1B, 1, HDA_OUTPUT, 0,
+					   HDA_AMP_MUTE,
+					   valp[1] ? 0 : HDA_AMP_MUTE);
 	if (change)
 		alc262_fujitsu_automute(codec, 0);
 	return change;

[-- Attachment #1.1.3: codec#0.svg --]
[-- Type: application/octet-stream, Size: 85568 bytes --]

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
 <!ATTLIST svg xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
]>
<!-- Generated by Graphviz version 2.16.1 (Fri Mar 14 11:02:26 UTC 2008)
     For user: (chainsaw) Tony Vroon -->
<!-- Title: _anonymous_0 Pages: 1 -->
<svg width="2924pt" height="2339pt"
 viewBox="0.00 0.00 2924.00 2339.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 2335)">
<title>_anonymous_0</title>
<polygon style="fill:white;stroke:white;" points="-4,4 -4,-2335 2920,-2335 2920,4 -4,4"/>
<g id="cluster2" class="cluster"><title>cluster&#45;nid&#45;02</title>
<polygon style="fill:none;stroke:#cccccc;" points="1179,-2122 1179,-2196 1265,-2196 1265,-2122 1179,-2122"/>
</g>
<g id="cluster3" class="cluster"><title>cluster&#45;nid&#45;03</title>
<polygon style="fill:none;stroke:#cccccc;" points="1179,-1855 1179,-1929 1265,-1929 1265,-1855 1179,-1855"/>
</g>
<g id="cluster6" class="cluster"><title>cluster&#45;nid&#45;06</title>
<polygon style="fill:none;stroke:#cccccc;" points="36,-1788 36,-1862 160,-1862 160,-1788 36,-1788"/>
</g>
<g id="cluster7" class="cluster"><title>cluster&#45;nid&#45;07</title>
<polygon style="fill:none;stroke:#cccccc;" points="2180,-553 2180,-627 2591,-627 2591,-553 2180,-553"/>
</g>
<g id="cluster8" class="cluster"><title>cluster&#45;nid&#45;08</title>
<polygon style="fill:none;stroke:#cccccc;" points="2180,-1333 2180,-1407 2591,-1407 2591,-1333 2180,-1333"/>
</g>
<g id="cluster9" class="cluster"><title>cluster&#45;nid&#45;09</title>
<polygon style="fill:none;stroke:#cccccc;" points="1889,-110 1889,-184 2258,-184 2258,-110 1889,-110"/>
</g>
<g id="cluster10" class="cluster"><title>cluster&#45;nid&#45;0a</title>
<polygon style="fill:none;stroke:#cccccc;" points="416,-2122 416,-2196 540,-2196 540,-2122 416,-2122"/>
</g>
<g id="cluster11" class="cluster"><title>cluster&#45;nid&#45;0b</title>
<polygon style="fill:none;stroke:#cccccc;" points="768,-562 768,-1248 1270,-1248 1270,-562 768,-562"/>
</g>
<g id="cluster12" class="cluster"><title>cluster&#45;nid&#45;0c</title>
<polygon style="fill:none;stroke:#cccccc;" points="1512,-1942 1512,-2112 2250,-2112 2250,-1942 1512,-1942"/>
</g>
<g id="cluster13" class="cluster"><title>cluster&#45;nid&#45;0d</title>
<polygon style="fill:none;stroke:#cccccc;" points="1512,-1764 1512,-1934 2250,-1934 2250,-1764 1512,-1764"/>
</g>
<g id="cluster14" class="cluster"><title>cluster&#45;nid&#45;0e</title>
<polygon style="fill:none;stroke:#cccccc;" points="1512,-2120 1512,-2290 2250,-2290 2250,-2120 1512,-2120"/>
</g>
<g id="cluster19" class="cluster"><title>cluster&#45;nid&#45;12&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="1132,-52 1132,-142 1312,-142 1312,-52 1132,-52"/>
</g>
<g id="cluster21" class="cluster"><title>cluster&#45;nid&#45;14&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="2461,-1743 2461,-1833 2908,-1833 2908,-1743 2461,-1743"/>
</g>
<g id="cluster22" class="cluster"><title>cluster&#45;nid&#45;14&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="63,-1318 63,-1408 565,-1408 565,-1318 63,-1318"/>
</g>
<g id="cluster23" class="cluster"><title>cluster&#45;nid&#45;15&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="2458,-1645 2458,-1735 2908,-1735 2908,-1645 2458,-1645"/>
</g>
<g id="cluster24" class="cluster"><title>cluster&#45;nid&#45;15&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="63,-1560 63,-1650 568,-1650 568,-1560 63,-1560"/>
</g>
<g id="cluster25" class="cluster"><title>cluster&#45;nid&#45;16&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="2458,-2233 2458,-2323 2638,-2323 2638,-2233 2458,-2233"/>
</g>
<g id="cluster28" class="cluster"><title>cluster&#45;nid&#45;18&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="2471,-2135 2471,-2225 2908,-2225 2908,-2135 2471,-2135"/>
</g>
<g id="cluster29" class="cluster"><title>cluster&#45;nid&#45;18&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="63,-194 63,-284 555,-284 555,-194 63,-194"/>
</g>
<g id="cluster30" class="cluster"><title>cluster&#45;nid&#45;19&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="2469,-2037 2469,-2127 2908,-2127 2908,-2037 2469,-2037"/>
</g>
<g id="cluster31" class="cluster"><title>cluster&#45;nid&#45;19&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="63,-397 63,-487 557,-487 557,-397 63,-397"/>
</g>
<g id="cluster32" class="cluster"><title>cluster&#45;nid&#45;1a&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="2469,-1939 2469,-2029 2908,-2029 2908,-1939 2469,-1939"/>
</g>
<g id="cluster33" class="cluster"><title>cluster&#45;nid&#45;1a&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="63,-1416 63,-1506 557,-1506 557,-1416 63,-1416"/>
</g>
<g id="cluster34" class="cluster"><title>cluster&#45;nid&#45;1b&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="2459,-1841 2459,-1931 2908,-1931 2908,-1841 2459,-1841"/>
</g>
<g id="cluster35" class="cluster"><title>cluster&#45;nid&#45;1b&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="63,-297 63,-387 567,-387 567,-297 63,-297"/>
</g>
<g id="cluster37" class="cluster"><title>cluster&#45;nid&#45;1c&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="388,-1220 388,-1310 568,-1310 568,-1220 388,-1220"/>
</g>
<g id="cluster39" class="cluster"><title>cluster&#45;nid&#45;1d&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="399,-496 399,-586 557,-586 557,-496 399,-496"/>
</g>
<g id="cluster40" class="cluster"><title>cluster&#45;nid&#45;1e&#45;in</title>
<polygon style="fill:none;stroke:#cccccc;" points="388,-1780 388,-1870 568,-1870 568,-1780 388,-1780"/>
</g>
<g id="cluster43" class="cluster"><title>cluster&#45;nid&#45;1f&#45;out</title>
<polygon style="fill:none;stroke:#cccccc;" points="8,-2114 8,-2204 188,-2204 188,-2114 8,-2114"/>
</g>
<g id="cluster46" class="cluster"><title>cluster&#45;nid&#45;22</title>
<polygon style="fill:none;stroke:#cccccc;" points="1535,-98 1535,-196 1653,-196 1653,-98 1535,-98"/>
</g>
<g id="cluster47" class="cluster"><title>cluster&#45;nid&#45;23</title>
<polygon style="fill:none;stroke:#cccccc;" points="1512,-984 1512,-1756 1972,-1756 1972,-984 1512,-984"/>
</g>
<g id="cluster48" class="cluster"><title>cluster&#45;nid&#45;24</title>
<polygon style="fill:none;stroke:#cccccc;" points="1512,-204 1512,-976 1972,-976 1972,-204 1512,-204"/>
</g>
<!-- nid&#45;02 -->
<g id="node2" class="node"><title>nid&#45;02</title>
<ellipse style="fill:none;stroke:blue;" cx="1222" cy="-2159" rx="33.9915" ry="28.9914"/>
<text text-anchor="middle" x="1222" y="-2162.9" style="font-family:Times New Roman;font-size:14.00;">0x02</text>
<text text-anchor="middle" x="1222" y="-2146.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;0c&#45;ampin&#45;2 -->
<g id="node69" class="node"><title>nid&#45;0c&#45;ampin&#45;2</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.15,-2070 1557.93,-2104.65 1557.93,-2035.35 1666.15,-2070"/>
<text text-anchor="middle" x="1594" y="-2065.65" style="font-family:Times New Roman;font-size:14.00;">0 (0x02)</text>
</g>
<!-- nid&#45;02&#45;&gt;nid&#45;0c&#45;ampin&#45;2 -->
<g id="edge65" class="edge"><title>nid&#45;02&#45;&gt;nid&#45;0c&#45;ampin&#45;2</title>
<path style="fill:none;stroke:#333333;" d="M1255,-2151C1322,-2135 1472,-2099 1548,-2081"/>
<polygon style="fill:#333333;stroke:#333333;" points="1548.88,-2084.39 1558,-2079 1547.51,-2077.53 1548.88,-2084.39"/>
</g>
<!-- nid&#45;0e&#45;ampin&#45;2 -->
<g id="node89" class="node"><title>nid&#45;0e&#45;ampin&#45;2</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.15,-2248 1557.93,-2282.65 1557.93,-2213.35 1666.15,-2248"/>
<text text-anchor="middle" x="1594" y="-2243.65" style="font-family:Times New Roman;font-size:14.00;">0 (0x02)</text>
</g>
<!-- nid&#45;02&#45;&gt;nid&#45;0e&#45;ampin&#45;2 -->
<g id="edge87" class="edge"><title>nid&#45;02&#45;&gt;nid&#45;0e&#45;ampin&#45;2</title>
<path style="fill:none;stroke:#333333;" d="M1255,-2167C1322,-2183 1472,-2219 1548,-2237"/>
<polygon style="fill:#333333;stroke:#333333;" points="1547.51,-2240.47 1558,-2239 1548.88,-2233.61 1547.51,-2240.47"/>
</g>
<!-- nid&#45;03 -->
<g id="node4" class="node"><title>nid&#45;03</title>
<ellipse style="fill:none;stroke:blue;" cx="1222" cy="-1892" rx="33.9915" ry="28.9914"/>
<text text-anchor="middle" x="1222" y="-1895.9" style="font-family:Times New Roman;font-size:14.00;">0x03</text>
<text text-anchor="middle" x="1222" y="-1879.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;0d&#45;ampin&#45;3 -->
<g id="node79" class="node"><title>nid&#45;0d&#45;ampin&#45;3</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.15,-1892 1557.93,-1926.65 1557.93,-1857.35 1666.15,-1892"/>
<text text-anchor="middle" x="1594" y="-1887.65" style="font-family:Times New Roman;font-size:14.00;">0 (0x03)</text>
</g>
<!-- nid&#45;03&#45;&gt;nid&#45;0d&#45;ampin&#45;3 -->
<g id="edge76" class="edge"><title>nid&#45;03&#45;&gt;nid&#45;0d&#45;ampin&#45;3</title>
<path style="fill:none;stroke:#333333;" d="M1257,-1892C1324,-1892 1472,-1892 1548,-1892"/>
<polygon style="fill:#333333;stroke:#333333;" points="1548,-1895.5 1558,-1892 1548,-1888.5 1548,-1895.5"/>
</g>
<!-- nid&#45;06 -->
<g id="node8" class="node"><title>nid&#45;06</title>
<ellipse style="fill:none;stroke:blue;" cx="98" cy="-1825" rx="53.9914" ry="28.9914"/>
<text text-anchor="middle" x="98" y="-1828.9" style="font-family:Times New Roman;font-size:14.00;">0x06</text>
<text text-anchor="middle" x="98" y="-1812.4" style="font-family:Times New Roman;font-size:14.00;">Stereo Digital</text>
</g>
<!-- nid&#45;1e&#45;in -->
<g id="node166" class="node"><title>nid&#45;1e&#45;in</title>
<polygon style="fill:none;stroke:green;" points="559,-1862 397,-1862 397,-1788 559,-1788 559,-1862"/>
<text text-anchor="middle" x="478" y="-1845.4" style="font-family:Times New Roman;font-size:14.00;">0x1e</text>
<text text-anchor="middle" x="478" y="-1828.9" style="font-family:Times New Roman;font-size:14.00;">[N/A] Speaker at Ext Rear</text>
<text text-anchor="middle" x="478" y="-1812.4" style="font-family:Times New Roman;font-size:14.00;">Mono Digital</text>
<text text-anchor="middle" x="478" y="-1795.9" style="font-family:Times New Roman;font-size:14.00;">OUT</text>
</g>
<!-- nid&#45;06&#45;&gt;nid&#45;1e&#45;in -->
<g id="edge168" class="edge"><title>nid&#45;06&#45;&gt;nid&#45;1e&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M152,-1825C213,-1825 313,-1825 386,-1825"/>
<polygon style="fill:#333333;stroke:#333333;" points="386,-1828.5 396,-1825 386,-1821.5 386,-1828.5"/>
</g>
<!-- nid&#45;07 -->
<g id="node10" class="node"><title>nid&#45;07</title>
<ellipse style="fill:none;stroke:red;" cx="2548" cy="-590" rx="33.9915" ry="28.9914"/>
<text text-anchor="middle" x="2548" y="-593.9" style="font-family:Times New Roman;font-size:14.00;">0x07</text>
<text text-anchor="middle" x="2548" y="-577.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;07&#45;ampin -->
<g id="node11" class="node"><title>nid&#45;07&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="2242,-590 2201.5,-608 2201.5,-572 2242,-590"/>
</g>
<!-- nid&#45;07&#45;ampin&#45;&gt;nid&#45;07 -->
<g id="edge8" class="edge"><title>nid&#45;07&#45;ampin&#45;&gt;nid&#45;07</title>
<path style="fill:none;stroke:#0000ff;" d="M2246,-590C2307,-590 2441,-590 2508,-590"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="2244" cy="-590" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2508,-591.75 2513,-590 2508,-588.25 2508,-591.75"/>
</g>
<!-- nid&#45;24 -->
<g id="node13" class="node"><title>nid&#45;24</title>
<polygon style="fill:none;stroke:black;" points="1963.83,-590 1943.91,-623.476 1904.09,-623.476 1884.17,-590 1904.09,-556.524 1943.91,-556.524 1963.83,-590"/>
<text text-anchor="middle" x="1924" y="-593.9" style="font-family:Times New Roman;font-size:14.00;">0x24</text>
<text text-anchor="middle" x="1924" y="-577.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;24&#45;&gt;nid&#45;07&#45;ampin -->
<g id="edge10" class="edge"><title>nid&#45;24&#45;&gt;nid&#45;07&#45;ampin</title>
<path style="fill:none;stroke:#333333;" d="M1964,-590C2025,-590 2142,-590 2191,-590"/>
<polygon style="fill:#333333;stroke:#333333;" points="2191,-593.5 2201,-590 2191,-586.5 2191,-593.5"/>
</g>
<!-- nid&#45;08 -->
<g id="node16" class="node"><title>nid&#45;08</title>
<ellipse style="fill:none;stroke:red;" cx="2548" cy="-1370" rx="33.9915" ry="28.9914"/>
<text text-anchor="middle" x="2548" y="-1373.9" style="font-family:Times New Roman;font-size:14.00;">0x08</text>
<text text-anchor="middle" x="2548" y="-1357.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;08&#45;ampin -->
<g id="node17" class="node"><title>nid&#45;08&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="2242,-1370 2201.5,-1388 2201.5,-1352 2242,-1370"/>
</g>
<!-- nid&#45;08&#45;ampin&#45;&gt;nid&#45;08 -->
<g id="edge13" class="edge"><title>nid&#45;08&#45;ampin&#45;&gt;nid&#45;08</title>
<path style="fill:none;stroke:#0000ff;" d="M2246,-1370C2307,-1370 2441,-1370 2508,-1370"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="2244" cy="-1370" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2508,-1371.75 2513,-1370 2508,-1368.25 2508,-1371.75"/>
</g>
<!-- nid&#45;23 -->
<g id="node19" class="node"><title>nid&#45;23</title>
<polygon style="fill:none;stroke:black;" points="1963.83,-1370 1943.91,-1403.48 1904.09,-1403.48 1884.17,-1370 1904.09,-1336.52 1943.91,-1336.52 1963.83,-1370"/>
<text text-anchor="middle" x="1924" y="-1373.9" style="font-family:Times New Roman;font-size:14.00;">0x23</text>
<text text-anchor="middle" x="1924" y="-1357.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;23&#45;&gt;nid&#45;08&#45;ampin -->
<g id="edge15" class="edge"><title>nid&#45;23&#45;&gt;nid&#45;08&#45;ampin</title>
<path style="fill:none;stroke:#333333;" d="M1964,-1370C2025,-1370 2142,-1370 2191,-1370"/>
<polygon style="fill:#333333;stroke:#333333;" points="2191,-1373.5 2201,-1370 2191,-1366.5 2191,-1373.5"/>
</g>
<!-- nid&#45;09 -->
<g id="node22" class="node"><title>nid&#45;09</title>
<ellipse style="fill:none;stroke:red;" cx="2215" cy="-147" rx="33.9915" ry="28.9914"/>
<text text-anchor="middle" x="2215" y="-150.9" style="font-family:Times New Roman;font-size:14.00;">0x09</text>
<text text-anchor="middle" x="2215" y="-134.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;09&#45;ampin -->
<g id="node23" class="node"><title>nid&#45;09&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="1951,-147 1910.5,-165 1910.5,-129 1951,-147"/>
</g>
<!-- nid&#45;09&#45;ampin&#45;&gt;nid&#45;09 -->
<g id="edge18" class="edge"><title>nid&#45;09&#45;ampin&#45;&gt;nid&#45;09</title>
<path style="fill:none;stroke:#0000ff;" d="M1955,-147C2008,-147 2115,-147 2175,-147"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1953" cy="-147" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2175,-148.75 2180,-147 2175,-145.25 2175,-148.75"/>
</g>
<!-- nid&#45;22 -->
<g id="node25" class="node"><title>nid&#45;22</title>
<polygon style="fill:none;stroke:black;" points="1644.07,-188 1564.42,-188 1543.93,-106 1623.58,-106 1644.07,-188"/>
<text text-anchor="middle" x="1594" y="-150.9" style="font-family:Times New Roman;font-size:14.00;">0x22</text>
<text text-anchor="middle" x="1594" y="-134.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;22&#45;&gt;nid&#45;09&#45;ampin -->
<g id="edge20" class="edge"><title>nid&#45;22&#45;&gt;nid&#45;09&#45;ampin</title>
<path style="fill:none;stroke:#333333;" d="M1634,-147C1704,-147 1844,-147 1900,-147"/>
<polygon style="fill:#333333;stroke:#333333;" points="1900,-150.5 1910,-147 1900,-143.5 1900,-150.5"/>
</g>
<!-- nid&#45;0a -->
<g id="node28" class="node"><title>nid&#45;0a</title>
<ellipse style="fill:none;stroke:red;" cx="478" cy="-2159" rx="53.9914" ry="28.9914"/>
<text text-anchor="middle" x="478" y="-2162.9" style="font-family:Times New Roman;font-size:14.00;">0x0a</text>
<text text-anchor="middle" x="478" y="-2146.4" style="font-family:Times New Roman;font-size:14.00;">Stereo Digital</text>
</g>
<!-- nid&#45;1f&#45;out -->
<g id="node29" class="node"><title>nid&#45;1f&#45;out</title>
<polygon style="fill:none;stroke:green;" points="179,-2196 17,-2196 17,-2122 179,-2122 179,-2196"/>
<text text-anchor="middle" x="98" y="-2179.4" style="font-family:Times New Roman;font-size:14.00;">0x1f</text>
<text text-anchor="middle" x="98" y="-2162.9" style="font-family:Times New Roman;font-size:14.00;">[N/A] Speaker at Ext Rear</text>
<text text-anchor="middle" x="98" y="-2146.4" style="font-family:Times New Roman;font-size:14.00;">Mono Digital</text>
<text text-anchor="middle" x="98" y="-2129.9" style="font-family:Times New Roman;font-size:14.00;">IN</text>
</g>
<!-- nid&#45;1f&#45;out&#45;&gt;nid&#45;0a -->
<g id="edge23" class="edge"><title>nid&#45;1f&#45;out&#45;&gt;nid&#45;0a</title>
<path style="fill:none;stroke:#333333;" d="M180,-2159C249,-2159 349,-2159 414,-2159"/>
<polygon style="fill:#333333;stroke:#333333;" points="414,-2162.5 424,-2159 414,-2155.5 414,-2162.5"/>
</g>
<!-- nid&#45;0b -->
<g id="node32" class="node"><title>nid&#45;0b</title>
<polygon style="fill:none;stroke:black;" points="1261.83,-948 1241.91,-981.476 1202.09,-981.476 1182.17,-948 1202.09,-914.524 1241.91,-914.524 1261.83,-948"/>
<text text-anchor="middle" x="1222" y="-951.9" style="font-family:Times New Roman;font-size:14.00;">0x0b</text>
<text text-anchor="middle" x="1222" y="-935.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;0b&#45;&gt;nid&#45;22 -->
<g id="edge191" class="edge"><title>nid&#45;0b&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M1227,-915C1247,-803 1323,-433 1512,-200 1522,-188 1536,-177 1549,-169"/>
<polygon style="fill:gray;stroke:gray;" points="1550.96,-171.916 1558,-164 1547.56,-165.797 1550.96,-171.916"/>
</g>
<!-- nid&#45;0c&#45;ampin&#45;11 -->
<g id="node71" class="node"><title>nid&#45;0c&#45;ampin&#45;11</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.9,-1984 1557.55,-2018.65 1557.55,-1949.35 1666.9,-1984"/>
<text text-anchor="middle" x="1594" y="-1979.65" style="font-family:Times New Roman;font-size:14.00;">1 (0x0b)</text>
</g>
<!-- nid&#45;0b&#45;&gt;nid&#45;0c&#45;ampin&#45;11 -->
<g id="edge67" class="edge"><title>nid&#45;0b&#45;&gt;nid&#45;0c&#45;ampin&#45;11</title>
<path style="fill:none;stroke:#333333;" d="M1223,-981C1229,-1116 1266,-1629 1512,-1938 1522,-1950 1535,-1959 1548,-1966"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.56,-1969.2 1557,-1971 1549.96,-1963.08 1546.56,-1969.2"/>
</g>
<!-- nid&#45;0d&#45;ampin&#45;11 -->
<g id="node81" class="node"><title>nid&#45;0d&#45;ampin&#45;11</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.9,-1806 1557.55,-1840.65 1557.55,-1771.35 1666.9,-1806"/>
<text text-anchor="middle" x="1594" y="-1801.65" style="font-family:Times New Roman;font-size:14.00;">1 (0x0b)</text>
</g>
<!-- nid&#45;0b&#45;&gt;nid&#45;0d&#45;ampin&#45;11 -->
<g id="edge78" class="edge"><title>nid&#45;0b&#45;&gt;nid&#45;0d&#45;ampin&#45;11</title>
<path style="fill:none;stroke:#333333;" d="M1226,-981C1240,-1100 1302,-1512 1512,-1760 1522,-1771 1535,-1781 1548,-1788"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.44,-1791.14 1557,-1792 1549.28,-1784.74 1546.44,-1791.14"/>
</g>
<!-- nid&#45;0e&#45;ampin&#45;11 -->
<g id="node91" class="node"><title>nid&#45;0e&#45;ampin&#45;11</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.9,-2162 1557.55,-2196.65 1557.55,-2127.35 1666.9,-2162"/>
<text text-anchor="middle" x="1594" y="-2157.65" style="font-family:Times New Roman;font-size:14.00;">1 (0x0b)</text>
</g>
<!-- nid&#45;0b&#45;&gt;nid&#45;0e&#45;ampin&#45;11 -->
<g id="edge89" class="edge"><title>nid&#45;0b&#45;&gt;nid&#45;0e&#45;ampin&#45;11</title>
<path style="fill:none;stroke:#333333;" d="M1227,-981C1251,-1152 1368,-1928 1512,-2116 1522,-2128 1535,-2138 1548,-2145"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.44,-2148.14 1557,-2149 1549.28,-2141.74 1546.44,-2148.14"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;11 -->
<g id="node201" class="node"><title>nid&#45;23&#45;ampin&#45;11</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.9,-1370 1557.55,-1404.65 1557.55,-1335.35 1666.9,-1370"/>
<text text-anchor="middle" x="1594" y="-1365.65" style="font-family:Times New Roman;font-size:14.00;">8 (0x0b)</text>
</g>
<!-- nid&#45;0b&#45;&gt;nid&#45;23&#45;ampin&#45;11 -->
<g id="edge230" class="edge"><title>nid&#45;0b&#45;&gt;nid&#45;23&#45;ampin&#45;11</title>
<path style="fill:none;stroke:#333333;" d="M1240,-981C1281,-1052 1387,-1222 1512,-1327 1522,-1336 1536,-1344 1548,-1351"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.44,-1354.14 1557,-1355 1549.28,-1347.74 1546.44,-1354.14"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;11 -->
<g id="node229" class="node"><title>nid&#45;24&#45;ampin&#45;11</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.9,-590 1557.55,-624.648 1557.55,-555.352 1666.9,-590"/>
<text text-anchor="middle" x="1594" y="-585.65" style="font-family:Times New Roman;font-size:14.00;">8 (0x0b)</text>
</g>
<!-- nid&#45;0b&#45;&gt;nid&#45;24&#45;ampin&#45;11 -->
<g id="edge267" class="edge"><title>nid&#45;0b&#45;&gt;nid&#45;24&#45;ampin&#45;11</title>
<path style="fill:none;stroke:#333333;" d="M1244,-918C1289,-858 1398,-721 1512,-633 1523,-625 1536,-617 1548,-611"/>
<polygon style="fill:#333333;stroke:#333333;" points="1549.96,-613.916 1557,-606 1546.56,-607.797 1549.96,-613.916"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;24 -->
<g id="node33" class="node"><title>nid&#45;0b&#45;ampin&#45;24</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="922.147,-604 813.926,-638.648 813.926,-569.352 922.147,-604"/>
<text text-anchor="middle" x="850" y="-599.65" style="font-family:Times New Roman;font-size:14.00;">0 (0x18)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;24&#45;&gt;nid&#45;0b -->
<g id="edge26" class="edge"><title>nid&#45;0b&#45;ampin&#45;24&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M882,-620C896,-628 911,-637 924,-647 1034,-733 1146,-858 1196,-916"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="879.789" cy="-618.894" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1194.6,-917.05 1199,-920 1197.4,-914.95 1194.6,-917.05"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;25 -->
<g id="node35" class="node"><title>nid&#45;0b&#45;ampin&#45;25</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="922.147,-776 813.926,-810.648 813.926,-741.352 922.147,-776"/>
<text text-anchor="middle" x="850" y="-771.65" style="font-family:Times New Roman;font-size:14.00;">1 (0x19)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;25&#45;&gt;nid&#45;0b -->
<g id="edge28" class="edge"><title>nid&#45;0b&#45;ampin&#45;25&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M884,-792C952,-823 1114,-899 1186,-931"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="881.789" cy="-790.894" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1185.71,-932.768 1191,-933 1187.01,-929.518 1185.71,-932.768"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;26 -->
<g id="node37" class="node"><title>nid&#45;0b&#45;ampin&#45;26</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="921.898,-1120 814.051,-1154.65 814.051,-1085.35 921.898,-1120"/>
<text text-anchor="middle" x="850" y="-1115.65" style="font-family:Times New Roman;font-size:14.00;">2 (0x1a)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;26&#45;&gt;nid&#45;0b -->
<g id="edge30" class="edge"><title>nid&#45;0b&#45;ampin&#45;26&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M884,-1104C952,-1073 1114,-997 1186,-965"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="881.789" cy="-1105.11" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1187.01,-966.482 1191,-963 1185.71,-963.232 1187.01,-966.482"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;27 -->
<g id="node39" class="node"><title>nid&#45;0b&#45;ampin&#45;27</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="922.899,-690 813.551,-724.648 813.551,-655.352 922.899,-690"/>
<text text-anchor="middle" x="850" y="-685.65" style="font-family:Times New Roman;font-size:14.00;">3 (0x1b)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;27&#45;&gt;nid&#45;0b -->
<g id="edge32" class="edge"><title>nid&#45;0b&#45;ampin&#45;27&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M880,-707C894,-715 910,-724 924,-733 1024,-798 1137,-883 1191,-924"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="877.789" cy="-705.894" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1189.95,-925.4 1195,-927 1192.05,-922.6 1189.95,-925.4"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;28 -->
<g id="node41" class="node"><title>nid&#45;0b&#45;ampin&#45;28</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="922.147,-948 813.926,-982.648 813.926,-913.352 922.147,-948"/>
<text text-anchor="middle" x="850" y="-943.65" style="font-family:Times New Roman;font-size:14.00;">4 (0x1c)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;28&#45;&gt;nid&#45;0b -->
<g id="edge34" class="edge"><title>nid&#45;0b&#45;ampin&#45;28&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M927,-948C1002,-948 1115,-948 1177,-948"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="925" cy="-948" rx="2" ry="2"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1177,-949.75 1182,-948 1177,-946.25 1177,-949.75"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;29 -->
<g id="node43" class="node"><title>nid&#45;0b&#45;ampin&#45;29</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="922.899,-862 813.551,-896.648 813.551,-827.352 922.899,-862"/>
<text text-anchor="middle" x="850" y="-857.65" style="font-family:Times New Roman;font-size:14.00;">5 (0x1d)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;29&#45;&gt;nid&#45;0b -->
<g id="edge36" class="edge"><title>nid&#45;0b&#45;ampin&#45;29&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M896,-873C969,-890 1112,-922 1182,-939"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="893.94" cy="-872.485" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1181.75,-940.735 1187,-940 1182.44,-937.303 1181.75,-940.735"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;20 -->
<g id="node45" class="node"><title>nid&#45;0b&#45;ampin&#45;20</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="922.147,-1034 813.926,-1068.65 813.926,-999.352 922.147,-1034"/>
<text text-anchor="middle" x="850" y="-1029.65" style="font-family:Times New Roman;font-size:14.00;">6 (0x14)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;20&#45;&gt;nid&#45;0b -->
<g id="edge38" class="edge"><title>nid&#45;0b&#45;ampin&#45;20&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M896,-1023C969,-1006 1112,-974 1182,-957"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="893.94" cy="-1023.51" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1182.44,-958.697 1187,-956 1181.75,-955.265 1182.44,-958.697"/>
</g>
<!-- nid&#45;0b&#45;ampin&#45;21 -->
<g id="node47" class="node"><title>nid&#45;0b&#45;ampin&#45;21</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="922.147,-1206 813.926,-1240.65 813.926,-1171.35 922.147,-1206"/>
<text text-anchor="middle" x="850" y="-1201.65" style="font-family:Times New Roman;font-size:14.00;">7 (0x15)</text>
</g>
<!-- nid&#45;0b&#45;ampin&#45;21&#45;&gt;nid&#45;0b -->
<g id="edge40" class="edge"><title>nid&#45;0b&#45;ampin&#45;21&#45;&gt;nid&#45;0b</title>
<path style="fill:none;stroke:#c8c8c8;" d="M881,-1190C894,-1182 910,-1172 924,-1163 1024,-1099 1137,-1013 1191,-972"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="878.789" cy="-1191.11" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1192.05,-973.4 1195,-969 1189.95,-970.6 1192.05,-973.4"/>
</g>
<!-- nid&#45;18&#45;out -->
<g id="node49" class="node"><title>nid&#45;18&#45;out</title>
<polygon style="fill:none;stroke:green;" points="546.75,-276 409.25,-276 409.25,-202 546.75,-202 546.75,-276"/>
<text text-anchor="middle" x="478" y="-259.4" style="font-family:Times New Roman;font-size:14.00;">0x18</text>
<text text-anchor="middle" x="478" y="-242.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] Mic at Ext Left</text>
<text text-anchor="middle" x="478" y="-226.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="478" y="-209.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;18&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge175" class="edge"><title>nid&#45;18&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:#333333;" d="M547,-204C689,-137 1026,-0 1312,-48 1393,-62 1484,-97 1539,-122"/>
<polygon style="fill:#333333;stroke:#333333;" points="1537.44,-125.137 1548,-126 1540.28,-118.74 1537.44,-125.137"/>
</g>
<!-- nid&#45;18&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;24 -->
<g id="edge42" class="edge"><title>nid&#45;18&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;24</title>
<path style="fill:none;stroke:#333333;" d="M545,-276C553,-282 561,-287 568,-293 673,-379 774,-504 822,-566"/>
<polygon style="fill:#333333;stroke:#333333;" points="819.2,-568.1 828,-574 824.8,-563.9 819.2,-568.1"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;24 -->
<g id="node185" class="node"><title>nid&#45;23&#45;ampin&#45;24</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.15,-1026 1557.93,-1060.65 1557.93,-991.352 1666.15,-1026"/>
<text text-anchor="middle" x="1594" y="-1021.65" style="font-family:Times New Roman;font-size:14.00;">0 (0x18)</text>
</g>
<!-- nid&#45;18&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;24 -->
<g id="edge214" class="edge"><title>nid&#45;18&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;24</title>
<path style="fill:none;stroke:#333333;" d="M547,-246C726,-264 1198,-322 1312,-423 1510,-597 1343,-780 1512,-980 1522,-991 1535,-1001 1548,-1007"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.56,-1010.2 1557,-1012 1549.96,-1004.08 1546.56,-1010.2"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;24 -->
<g id="node213" class="node"><title>nid&#45;24&#45;ampin&#45;24</title>
<polygon style="fill:none;stroke:#0000ff;" points="1666.15,-246 1557.93,-280.648 1557.93,-211.352 1666.15,-246"/>
<text text-anchor="middle" x="1594" y="-241.65" style="font-family:Times New Roman;font-size:14.00;">0 (0x18)</text>
</g>
<!-- nid&#45;18&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;24 -->
<g id="edge251" class="edge"><title>nid&#45;18&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;24</title>
<path style="fill:none;stroke:#333333;" d="M547,-239C755,-241 1373,-245 1548,-246"/>
<polygon style="fill:#333333;stroke:#333333;" points="1548,-249.5 1558,-246 1548,-242.5 1548,-249.5"/>
</g>
<!-- nid&#45;19&#45;out -->
<g id="node51" class="node"><title>nid&#45;19&#45;out</title>
<polygon style="fill:none;stroke:green;" points="548.124,-479 407.876,-479 407.876,-405 548.124,-405 548.124,-479"/>
<text text-anchor="middle" x="478" y="-462.4" style="font-family:Times New Roman;font-size:14.00;">0x19</text>
<text text-anchor="middle" x="478" y="-445.9" style="font-family:Times New Roman;font-size:14.00;">[Fixed] Mic at Int N/A</text>
<text text-anchor="middle" x="478" y="-429.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="478" y="-412.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;19&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge177" class="edge"><title>nid&#45;19&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M549,-423C758,-367 1371,-206 1546,-160"/>
<polygon style="fill:gray;stroke:gray;" points="1547.43,-163.226 1556,-157 1545.42,-156.521 1547.43,-163.226"/>
</g>
<!-- nid&#45;19&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;25 -->
<g id="edge44" class="edge"><title>nid&#45;19&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;25</title>
<path style="fill:none;stroke:#333333;" d="M549,-478C555,-482 562,-487 568,-492 676,-581 660,-646 768,-733 779,-742 792,-750 804,-756"/>
<polygon style="fill:#333333;stroke:#333333;" points="802.559,-759.203 813,-761 805.958,-753.084 802.559,-759.203"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;25 -->
<g id="node187" class="node"><title>nid&#45;23&#45;ampin&#45;25</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-1198 1557.93,-1232.65 1557.93,-1163.35 1666.15,-1198"/>
<text text-anchor="middle" x="1594" y="-1193.65" style="font-family:Times New Roman;font-size:14.00;">1 (0x19)</text>
</g>
<!-- nid&#45;19&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;25 -->
<g id="edge216" class="edge"><title>nid&#45;19&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;25</title>
<path style="fill:none;stroke:#333333;" d="M549,-441C728,-439 1196,-445 1312,-540 1535,-723 1327,-936 1512,-1155 1522,-1166 1535,-1175 1548,-1182"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.44,-1185.14 1557,-1186 1549.28,-1178.74 1546.44,-1185.14"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;25 -->
<g id="node215" class="node"><title>nid&#45;24&#45;ampin&#45;25</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-418 1557.93,-452.648 1557.93,-383.352 1666.15,-418"/>
<text text-anchor="middle" x="1594" y="-413.65" style="font-family:Times New Roman;font-size:14.00;">1 (0x19)</text>
</g>
<!-- nid&#45;19&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;25 -->
<g id="edge253" class="edge"><title>nid&#45;19&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;25</title>
<path style="fill:none;stroke:#333333;" d="M549,-440C759,-436 1373,-423 1548,-419"/>
<polygon style="fill:#333333;stroke:#333333;" points="1548,-422.5 1558,-419 1548,-415.5 1548,-422.5"/>
</g>
<!-- nid&#45;1a&#45;out -->
<g id="node53" class="node"><title>nid&#45;1a&#45;out</title>
<polygon style="fill:none;stroke:green;" points="547.752,-1498 408.248,-1498 408.248,-1424 547.752,-1424 547.752,-1498"/>
<text text-anchor="middle" x="478" y="-1481.4" style="font-family:Times New Roman;font-size:14.00;">0x1a</text>
<text text-anchor="middle" x="478" y="-1464.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] Mic at Sep Left</text>
<text text-anchor="middle" x="478" y="-1448.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="478" y="-1431.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;1a&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge179" class="edge"><title>nid&#45;1a&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M548,-1454C739,-1434 1258,-1375 1312,-1320 1672,-965 1232,-622 1512,-200 1521,-187 1534,-176 1548,-168"/>
<polygon style="fill:gray;stroke:gray;" points="1549.96,-170.916 1557,-163 1546.56,-164.797 1549.96,-170.916"/>
</g>
<!-- nid&#45;1a&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;26 -->
<g id="edge46" class="edge"><title>nid&#45;1a&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;26</title>
<path style="fill:none;stroke:#333333;" d="M548,-1427C555,-1422 562,-1417 568,-1412 677,-1321 659,-1254 768,-1163 779,-1154 792,-1146 805,-1139"/>
<polygon style="fill:#333333;stroke:#333333;" points="806.283,-1142.26 814,-1135 803.44,-1135.86 806.283,-1142.26"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;26 -->
<g id="node189" class="node"><title>nid&#45;23&#45;ampin&#45;26</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1665.9,-1628 1558.05,-1662.65 1558.05,-1593.35 1665.9,-1628"/>
<text text-anchor="middle" x="1594" y="-1623.65" style="font-family:Times New Roman;font-size:14.00;">2 (0x1a)</text>
</g>
<!-- nid&#45;1a&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;26 -->
<g id="edge218" class="edge"><title>nid&#45;1a&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;26</title>
<path style="fill:none;stroke:#333333;" d="M545,-1498C602,-1528 688,-1568 768,-1586 1059,-1654 1422,-1639 1548,-1632"/>
<polygon style="fill:#333333;stroke:#333333;" points="1548.4,-1635.48 1558,-1631 1547.7,-1628.51 1548.4,-1635.48"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;26 -->
<g id="node217" class="node"><title>nid&#45;24&#45;ampin&#45;26</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1665.9,-848 1558.05,-882.648 1558.05,-813.352 1665.9,-848"/>
<text text-anchor="middle" x="1594" y="-843.65" style="font-family:Times New Roman;font-size:14.00;">2 (0x1a)</text>
</g>
<!-- nid&#45;1a&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;26 -->
<g id="edge255" class="edge"><title>nid&#45;1a&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;26</title>
<path style="fill:none;stroke:#333333;" d="M548,-1478C705,-1512 1084,-1569 1312,-1390 1501,-1243 1352,-1069 1512,-891 1522,-880 1535,-872 1549,-865"/>
<polygon style="fill:#333333;stroke:#333333;" points="1550.28,-868.26 1558,-861 1547.44,-861.863 1550.28,-868.26"/>
</g>
<!-- nid&#45;1b&#45;out -->
<g id="node55" class="node"><title>nid&#45;1b&#45;out</title>
<polygon style="fill:none;stroke:green;" points="557.876,-379 398.124,-379 398.124,-305 557.876,-305 557.876,-379"/>
<text text-anchor="middle" x="478" y="-362.4" style="font-family:Times New Roman;font-size:14.00;">0x1b</text>
<text text-anchor="middle" x="478" y="-345.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] HP Out at Sep Left</text>
<text text-anchor="middle" x="478" y="-329.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="478" y="-312.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;1b&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge181" class="edge"><title>nid&#45;1b&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M543,-305C621,-261 744,-193 768,-186 916,-145 1387,-145 1543,-147"/>
<polygon style="fill:gray;stroke:gray;" points="1543,-150.5 1553,-147 1543,-143.5 1543,-150.5"/>
</g>
<!-- nid&#45;1b&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;27 -->
<g id="edge48" class="edge"><title>nid&#45;1b&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;27</title>
<path style="fill:none;stroke:#333333;" d="M549,-379C556,-383 562,-388 568,-393 677,-487 658,-556 768,-647 778,-656 792,-664 804,-671"/>
<polygon style="fill:#333333;stroke:#333333;" points="802.44,-674.137 813,-675 805.283,-667.74 802.44,-674.137"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;27 -->
<g id="node191" class="node"><title>nid&#45;23&#45;ampin&#45;27</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.9,-1112 1557.55,-1146.65 1557.55,-1077.35 1666.9,-1112"/>
<text text-anchor="middle" x="1594" y="-1107.65" style="font-family:Times New Roman;font-size:14.00;">3 (0x1b)</text>
</g>
<!-- nid&#45;1b&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;27 -->
<g id="edge220" class="edge"><title>nid&#45;1b&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;27</title>
<path style="fill:none;stroke:#333333;" d="M559,-361C617,-374 697,-392 768,-404 889,-425 1218,-400 1312,-477 1527,-654 1332,-858 1512,-1069 1522,-1080 1535,-1089 1548,-1096"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.44,-1099.14 1557,-1100 1549.28,-1092.74 1546.44,-1099.14"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;27 -->
<g id="node219" class="node"><title>nid&#45;24&#45;ampin&#45;27</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.9,-332 1557.55,-366.648 1557.55,-297.352 1666.9,-332"/>
<text text-anchor="middle" x="1594" y="-327.65" style="font-family:Times New Roman;font-size:14.00;">3 (0x1b)</text>
</g>
<!-- nid&#45;1b&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;27 -->
<g id="edge257" class="edge"><title>nid&#45;1b&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;27</title>
<path style="fill:none;stroke:#333333;" d="M559,-327C617,-318 697,-305 768,-300 1010,-283 1071,-287 1312,-300 1395,-306 1491,-318 1547,-326"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.7,-329.488 1557,-327 1547.4,-322.522 1546.7,-329.488"/>
</g>
<!-- nid&#45;1c&#45;out -->
<g id="node57" class="node"><title>nid&#45;1c&#45;out</title>
<polygon style="fill:none;stroke:green;" points="559,-1302 397,-1302 397,-1228 559,-1228 559,-1302"/>
<text text-anchor="middle" x="478" y="-1285.4" style="font-family:Times New Roman;font-size:14.00;">0x1c</text>
<text text-anchor="middle" x="478" y="-1268.9" style="font-family:Times New Roman;font-size:14.00;">[N/A] Speaker at Ext Rear</text>
<text text-anchor="middle" x="478" y="-1252.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="478" y="-1235.9" style="font-family:Times New Roman;font-size:14.00;">IN</text>
</g>
<!-- nid&#45;1c&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge183" class="edge"><title>nid&#45;1c&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M560,-1269C759,-1280 1256,-1300 1312,-1252 1677,-946 1247,-595 1512,-200 1521,-187 1535,-176 1548,-168"/>
<polygon style="fill:gray;stroke:gray;" points="1549.96,-170.916 1557,-163 1546.56,-164.797 1549.96,-170.916"/>
</g>
<!-- nid&#45;1c&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;28 -->
<g id="edge50" class="edge"><title>nid&#45;1c&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;28</title>
<path style="fill:none;stroke:#333333;" d="M511,-1228C563,-1172 666,-1065 768,-991 779,-983 792,-976 804,-970"/>
<polygon style="fill:#333333;stroke:#333333;" points="805.958,-972.916 813,-965 802.559,-966.797 805.958,-972.916"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;28 -->
<g id="node193" class="node"><title>nid&#45;23&#45;ampin&#45;28</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-1456 1557.93,-1490.65 1557.93,-1421.35 1666.15,-1456"/>
<text text-anchor="middle" x="1594" y="-1451.65" style="font-family:Times New Roman;font-size:14.00;">4 (0x1c)</text>
</g>
<!-- nid&#45;1c&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;28 -->
<g id="edge222" class="edge"><title>nid&#45;1c&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;28</title>
<path style="fill:none;stroke:#333333;" d="M552,-1302C623,-1337 726,-1385 768,-1396 1057,-1470 1420,-1463 1547,-1458"/>
<polygon style="fill:#333333;stroke:#333333;" points="1547,-1461.5 1557,-1458 1547,-1454.5 1547,-1461.5"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;28 -->
<g id="node221" class="node"><title>nid&#45;24&#45;ampin&#45;28</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-676 1557.93,-710.648 1557.93,-641.352 1666.15,-676"/>
<text text-anchor="middle" x="1594" y="-671.65" style="font-family:Times New Roman;font-size:14.00;">4 (0x1c)</text>
</g>
<!-- nid&#45;1c&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;28 -->
<g id="edge259" class="edge"><title>nid&#45;1c&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;28</title>
<path style="fill:none;stroke:#333333;" d="M560,-1296C720,-1350 1083,-1445 1312,-1282 1529,-1129 1338,-920 1512,-719 1522,-708 1535,-699 1548,-692"/>
<polygon style="fill:#333333;stroke:#333333;" points="1549.28,-695.26 1557,-688 1546.44,-688.863 1549.28,-695.26"/>
</g>
<!-- nid&#45;1d&#45;out -->
<g id="node59" class="node"><title>nid&#45;1d&#45;out</title>
<polygon style="fill:none;stroke:green;" points="549,-578 407,-578 407,-504 549,-504 549,-578"/>
<text text-anchor="middle" x="478" y="-561.4" style="font-family:Times New Roman;font-size:14.00;">0x1d</text>
<text text-anchor="middle" x="478" y="-544.9" style="font-family:Times New Roman;font-size:14.00;">[Fixed] Aux at Int N/A</text>
<text text-anchor="middle" x="478" y="-528.4" style="font-family:Times New Roman;font-size:14.00;">Mono</text>
<text text-anchor="middle" x="478" y="-511.9" style="font-family:Times New Roman;font-size:14.00;">IN</text>
</g>
<!-- nid&#45;1d&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge185" class="edge"><title>nid&#45;1d&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M549,-519C694,-475 1033,-369 1312,-264 1397,-233 1493,-192 1549,-167"/>
<polygon style="fill:gray;stroke:gray;" points="1550.28,-170.26 1558,-163 1547.44,-163.863 1550.28,-170.26"/>
</g>
<!-- nid&#45;1d&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;29 -->
<g id="edge52" class="edge"><title>nid&#45;1d&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;29</title>
<path style="fill:none;stroke:#333333;" d="M511,-578C562,-635 665,-745 768,-819 779,-827 792,-835 804,-841"/>
<polygon style="fill:#333333;stroke:#333333;" points="802.559,-844.203 813,-846 805.958,-838.084 802.559,-844.203"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;29 -->
<g id="node195" class="node"><title>nid&#45;23&#45;ampin&#45;29</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.9,-1284 1557.55,-1318.65 1557.55,-1249.35 1666.9,-1284"/>
<text text-anchor="middle" x="1594" y="-1279.65" style="font-family:Times New Roman;font-size:14.00;">5 (0x1d)</text>
</g>
<!-- nid&#45;1d&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;29 -->
<g id="edge224" class="edge"><title>nid&#45;1d&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;29</title>
<path style="fill:none;stroke:#333333;" d="M549,-540C745,-538 1283,-535 1312,-558 1564,-751 1312,-997 1512,-1241 1522,-1252 1535,-1261 1548,-1268"/>
<polygon style="fill:#333333;stroke:#333333;" points="1546.44,-1271.14 1557,-1272 1549.28,-1264.74 1546.44,-1271.14"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;29 -->
<g id="node223" class="node"><title>nid&#45;24&#45;ampin&#45;29</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.9,-504 1557.55,-538.648 1557.55,-469.352 1666.9,-504"/>
<text text-anchor="middle" x="1594" y="-499.65" style="font-family:Times New Roman;font-size:14.00;">5 (0x1d)</text>
</g>
<!-- nid&#45;1d&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;29 -->
<g id="edge261" class="edge"><title>nid&#45;1d&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;29</title>
<path style="fill:none;stroke:#333333;" d="M549,-538C608,-535 694,-531 768,-528 1065,-517 1421,-508 1547,-505"/>
<polygon style="fill:#333333;stroke:#333333;" points="1547,-508.5 1557,-505 1547,-501.5 1547,-508.5"/>
</g>
<!-- nid&#45;14&#45;out -->
<g id="node61" class="node"><title>nid&#45;14&#45;out</title>
<polygon style="fill:none;stroke:green;" points="556.875,-1400 399.125,-1400 399.125,-1326 556.875,-1326 556.875,-1400"/>
<text text-anchor="middle" x="478" y="-1383.4" style="font-family:Times New Roman;font-size:14.00;">0x14</text>
<text text-anchor="middle" x="478" y="-1366.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] HP Out at Ext Left</text>
<text text-anchor="middle" x="478" y="-1350.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="478" y="-1333.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;14&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge187" class="edge"><title>nid&#45;14&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M557,-1354C615,-1347 697,-1338 768,-1330 889,-1318 1223,-1363 1312,-1281 1674,-952 1241,-607 1512,-200 1521,-187 1534,-176 1548,-168"/>
<polygon style="fill:gray;stroke:gray;" points="1549.96,-170.916 1557,-163 1546.56,-164.797 1549.96,-170.916"/>
</g>
<!-- nid&#45;14&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;20 -->
<g id="edge54" class="edge"><title>nid&#45;14&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;20</title>
<path style="fill:none;stroke:#333333;" d="M552,-1326C557,-1322 563,-1318 568,-1314 675,-1227 661,-1164 768,-1077 779,-1068 792,-1061 804,-1055"/>
<polygon style="fill:#333333;stroke:#333333;" points="805.958,-1057.92 813,-1050 802.559,-1051.8 805.958,-1057.92"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;20 -->
<g id="node197" class="node"><title>nid&#45;23&#45;ampin&#45;20</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-1542 1557.93,-1576.65 1557.93,-1507.35 1666.15,-1542"/>
<text text-anchor="middle" x="1594" y="-1537.65" style="font-family:Times New Roman;font-size:14.00;">6 (0x14)</text>
</g>
<!-- nid&#45;14&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;20 -->
<g id="edge226" class="edge"><title>nid&#45;14&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;20</title>
<path style="fill:none;stroke:#333333;" d="M548,-1400C555,-1404 561,-1408 568,-1412 660,-1468 666,-1517 768,-1548 1053,-1636 1419,-1577 1547,-1552"/>
<polygon style="fill:#333333;stroke:#333333;" points="1547.88,-1555.39 1557,-1550 1546.51,-1548.53 1547.88,-1555.39"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;20 -->
<g id="node225" class="node"><title>nid&#45;24&#45;ampin&#45;20</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-762 1557.93,-796.648 1557.93,-727.352 1666.15,-762"/>
<text text-anchor="middle" x="1594" y="-757.65" style="font-family:Times New Roman;font-size:14.00;">6 (0x14)</text>
</g>
<!-- nid&#45;14&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;20 -->
<g id="edge263" class="edge"><title>nid&#45;14&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;20</title>
<path style="fill:none;stroke:#333333;" d="M557,-1388C718,-1433 1088,-1509 1312,-1334 1511,-1180 1346,-994 1512,-805 1522,-795 1535,-786 1548,-779"/>
<polygon style="fill:#333333;stroke:#333333;" points="1549.28,-782.26 1557,-775 1546.44,-775.863 1549.28,-782.26"/>
</g>
<!-- nid&#45;15&#45;out -->
<g id="node63" class="node"><title>nid&#45;15&#45;out</title>
<polygon style="fill:none;stroke:green;" points="560.25,-1642 395.75,-1642 395.75,-1568 560.25,-1568 560.25,-1642"/>
<text text-anchor="middle" x="478" y="-1625.4" style="font-family:Times New Roman;font-size:14.00;">0x15</text>
<text text-anchor="middle" x="478" y="-1608.9" style="font-family:Times New Roman;font-size:14.00;">[Fixed] Speaker at Int N/A</text>
<text text-anchor="middle" x="478" y="-1592.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="478" y="-1575.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;15&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge189" class="edge"><title>nid&#45;15&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M560,-1608C729,-1608 1115,-1583 1312,-1362 1662,-972 1224,-638 1512,-200 1521,-187 1535,-176 1548,-167"/>
<polygon style="fill:gray;stroke:gray;" points="1549.96,-169.916 1557,-162 1546.56,-163.797 1549.96,-169.916"/>
</g>
<!-- nid&#45;15&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;21 -->
<g id="edge56" class="edge"><title>nid&#45;15&#45;out&#45;&gt;nid&#45;0b&#45;ampin&#45;21</title>
<path style="fill:none;stroke:#333333;" d="M514,-1568C531,-1550 550,-1529 568,-1510 657,-1416 761,-1304 814,-1246"/>
<polygon style="fill:#333333;stroke:#333333;" points="817.049,-1247.83 821,-1238 811.781,-1243.22 817.049,-1247.83"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;21 -->
<g id="node199" class="node"><title>nid&#45;23&#45;ampin&#45;21</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-1714 1557.93,-1748.65 1557.93,-1679.35 1666.15,-1714"/>
<text text-anchor="middle" x="1594" y="-1709.65" style="font-family:Times New Roman;font-size:14.00;">7 (0x15)</text>
</g>
<!-- nid&#45;15&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;21 -->
<g id="edge228" class="edge"><title>nid&#45;15&#45;out&#45;&gt;nid&#45;23&#45;ampin&#45;21</title>
<path style="fill:none;stroke:#333333;" d="M560,-1624C618,-1637 697,-1653 768,-1662 1064,-1701 1422,-1710 1548,-1713"/>
<polygon style="fill:#333333;stroke:#333333;" points="1548,-1716.5 1558,-1713 1548,-1709.5 1548,-1716.5"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;21 -->
<g id="node227" class="node"><title>nid&#45;24&#45;ampin&#45;21</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="1666.15,-934 1557.93,-968.648 1557.93,-899.352 1666.15,-934"/>
<text text-anchor="middle" x="1594" y="-929.65" style="font-family:Times New Roman;font-size:14.00;">7 (0x15)</text>
</g>
<!-- nid&#45;15&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;21 -->
<g id="edge265" class="edge"><title>nid&#45;15&#45;out&#45;&gt;nid&#45;24&#45;ampin&#45;21</title>
<path style="fill:none;stroke:#333333;" d="M560,-1621C723,-1649 1088,-1685 1312,-1510 1511,-1356 1348,-1171 1512,-980 1522,-969 1535,-960 1548,-953"/>
<polygon style="fill:#333333;stroke:#333333;" points="1549.96,-955.916 1557,-948 1546.56,-949.797 1549.96,-955.916"/>
</g>
<!-- nid&#45;0c -->
<g id="node66" class="node"><title>nid&#45;0c</title>
<polygon style="fill:none;stroke:black;" points="1963.83,-1984 1943.91,-2017.48 1904.09,-2017.48 1884.17,-1984 1904.09,-1950.52 1943.91,-1950.52 1963.83,-1984"/>
<text text-anchor="middle" x="1924" y="-1987.9" style="font-family:Times New Roman;font-size:14.00;">0x0c</text>
<text text-anchor="middle" x="1924" y="-1971.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;0c&#45;ampout -->
<g id="node67" class="node"><title>nid&#45;0c&#45;ampout</title>
<polygon style="fill:none;stroke:#0000ff;" points="2242,-1984 2201.5,-2002 2201.5,-1966 2242,-1984"/>
</g>
<!-- nid&#45;0c&#45;&gt;nid&#45;0c&#45;ampout -->
<g id="edge59" class="edge"><title>nid&#45;0c&#45;&gt;nid&#45;0c&#45;ampout</title>
<path style="fill:none;stroke:#0000ff;" d="M1968,-1984C2033,-1984 2151,-1984 2196,-1984"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1966" cy="-1984" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2196,-1985.75 2201,-1984 2196,-1982.25 2196,-1985.75"/>
</g>
<!-- nid&#45;14&#45;in -->
<g id="node103" class="node"><title>nid&#45;14&#45;in</title>
<polygon style="fill:none;stroke:green;" points="2626.88,-1825 2469.12,-1825 2469.12,-1751 2626.88,-1751 2626.88,-1825"/>
<text text-anchor="middle" x="2548" y="-1808.4" style="font-family:Times New Roman;font-size:14.00;">0x14</text>
<text text-anchor="middle" x="2548" y="-1791.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] HP Out at Ext Left</text>
<text text-anchor="middle" x="2548" y="-1775.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="2548" y="-1758.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;0c&#45;ampout&#45;&gt;nid&#45;14&#45;in -->
<g id="edge103" class="edge"><title>nid&#45;0c&#45;ampout&#45;&gt;nid&#45;14&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M2227,-1977C2261,-1955 2368,-1889 2458,-1837 2462,-1835 2467,-1832 2471,-1830"/>
<polygon style="fill:#333333;stroke:#333333;" points="2472.96,-1832.92 2480,-1825 2469.56,-1826.8 2472.96,-1832.92"/>
</g>
<!-- nid&#45;15&#45;in -->
<g id="node112" class="node"><title>nid&#45;15&#45;in</title>
<polygon style="fill:none;stroke:green;" points="2630.25,-1727 2465.75,-1727 2465.75,-1653 2630.25,-1653 2630.25,-1727"/>
<text text-anchor="middle" x="2548" y="-1710.4" style="font-family:Times New Roman;font-size:14.00;">0x15</text>
<text text-anchor="middle" x="2548" y="-1693.9" style="font-family:Times New Roman;font-size:14.00;">[Fixed] Speaker at Int N/A</text>
<text text-anchor="middle" x="2548" y="-1677.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="2548" y="-1660.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;0c&#45;ampout&#45;&gt;nid&#45;15&#45;in -->
<g id="edge113" class="edge"><title>nid&#45;0c&#45;ampout&#45;&gt;nid&#45;15&#45;in</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M2223,-1976C2262,-1935 2432,-1760 2458,-1739 2461,-1737 2464,-1735 2468,-1733"/>
<polygon style="fill:gray;stroke:gray;" points="2470.1,-1735.8 2476,-1727 2465.9,-1730.2 2470.1,-1735.8"/>
</g>
<!-- nid&#45;18&#45;in -->
<g id="node126" class="node"><title>nid&#45;18&#45;in</title>
<polygon style="fill:none;stroke:green;" points="2616.75,-2217 2479.25,-2217 2479.25,-2143 2616.75,-2143 2616.75,-2217"/>
<text text-anchor="middle" x="2548" y="-2200.4" style="font-family:Times New Roman;font-size:14.00;">0x18</text>
<text text-anchor="middle" x="2548" y="-2183.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] Mic at Ext Left</text>
<text text-anchor="middle" x="2548" y="-2167.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="2548" y="-2150.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;0c&#45;ampout&#45;&gt;nid&#45;18&#45;in -->
<g id="edge128" class="edge"><title>nid&#45;0c&#45;ampout&#45;&gt;nid&#45;18&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M2227,-1991C2261,-2013 2368,-2080 2458,-2131 2462,-2133 2466,-2136 2470,-2138"/>
<polygon style="fill:#333333;stroke:#333333;" points="2468.56,-2141.2 2479,-2143 2471.96,-2135.08 2468.56,-2141.2"/>
</g>
<!-- nid&#45;19&#45;in -->
<g id="node135" class="node"><title>nid&#45;19&#45;in</title>
<polygon style="fill:none;stroke:green;" points="2618.12,-2119 2477.88,-2119 2477.88,-2045 2618.12,-2045 2618.12,-2119"/>
<text text-anchor="middle" x="2548" y="-2102.4" style="font-family:Times New Roman;font-size:14.00;">0x19</text>
<text text-anchor="middle" x="2548" y="-2085.9" style="font-family:Times New Roman;font-size:14.00;">[Fixed] Mic at Int N/A</text>
<text text-anchor="middle" x="2548" y="-2069.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="2548" y="-2052.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;0c&#45;ampout&#45;&gt;nid&#45;19&#45;in -->
<g id="edge138" class="edge"><title>nid&#45;0c&#45;ampout&#45;&gt;nid&#45;19&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M2232,-1989C2274,-2001 2388,-2035 2467,-2058"/>
<polygon style="fill:#333333;stroke:#333333;" points="2466.42,-2061.48 2477,-2061 2468.43,-2054.77 2466.42,-2061.48"/>
</g>
<!-- nid&#45;1a&#45;in -->
<g id="node144" class="node"><title>nid&#45;1a&#45;in</title>
<polygon style="fill:none;stroke:green;" points="2617.75,-2021 2478.25,-2021 2478.25,-1947 2617.75,-1947 2617.75,-2021"/>
<text text-anchor="middle" x="2548" y="-2004.4" style="font-family:Times New Roman;font-size:14.00;">0x1a</text>
<text text-anchor="middle" x="2548" y="-1987.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] Mic at Sep Left</text>
<text text-anchor="middle" x="2548" y="-1971.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="2548" y="-1954.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;0c&#45;ampout&#45;&gt;nid&#45;1a&#45;in -->
<g id="edge148" class="edge"><title>nid&#45;0c&#45;ampout&#45;&gt;nid&#45;1a&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M2242,-1984C2291,-1984 2394,-1984 2468,-1984"/>
<polygon style="fill:#333333;stroke:#333333;" points="2468,-1987.5 2478,-1984 2468,-1980.5 2468,-1987.5"/>
</g>
<!-- nid&#45;1b&#45;in -->
<g id="node153" class="node"><title>nid&#45;1b&#45;in</title>
<polygon style="fill:none;stroke:green;" points="2627.88,-1923 2468.12,-1923 2468.12,-1849 2627.88,-1849 2627.88,-1923"/>
<text text-anchor="middle" x="2548" y="-1906.4" style="font-family:Times New Roman;font-size:14.00;">0x1b</text>
<text text-anchor="middle" x="2548" y="-1889.9" style="font-family:Times New Roman;font-size:14.00;">[Jack] HP Out at Sep Left</text>
<text text-anchor="middle" x="2548" y="-1873.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="2548" y="-1856.9" style="font-family:Times New Roman;font-size:14.00;">IN OUT HP Detect</text>
</g>
<!-- nid&#45;0c&#45;ampout&#45;&gt;nid&#45;1b&#45;in -->
<g id="edge158" class="edge"><title>nid&#45;0c&#45;ampout&#45;&gt;nid&#45;1b&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M2232,-1979C2272,-1967 2380,-1936 2458,-1913"/>
<polygon style="fill:#333333;stroke:#333333;" points="2459.43,-1916.23 2468,-1910 2457.42,-1909.52 2459.43,-1916.23"/>
</g>
<!-- nid&#45;0c&#45;ampin&#45;2&#45;&gt;nid&#45;0c -->
<g id="edge61" class="edge"><title>nid&#45;0c&#45;ampin&#45;2&#45;&gt;nid&#45;0c</title>
<path style="fill:none;stroke:#0000ff;" d="M1638,-2059C1702,-2042 1821,-2011 1884,-1994"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1635.94" cy="-2059.51" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1884.44,-1995.7 1889,-1993 1883.75,-1992.26 1884.44,-1995.7"/>
</g>
<!-- nid&#45;0c&#45;ampin&#45;11&#45;&gt;nid&#45;0c -->
<g id="edge63" class="edge"><title>nid&#45;0c&#45;ampin&#45;11&#45;&gt;nid&#45;0c</title>
<path style="fill:none;stroke:#0000ff;" d="M1672,-1984C1737,-1984 1826,-1984 1879,-1984"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1670" cy="-1984" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1879,-1985.75 1884,-1984 1879,-1982.25 1879,-1985.75"/>
</g>
<!-- nid&#45;0d -->
<g id="node76" class="node"><title>nid&#45;0d</title>
<polygon style="fill:none;stroke:black;" points="1963.83,-1889 1943.91,-1922.48 1904.09,-1922.48 1884.17,-1889 1904.09,-1855.52 1943.91,-1855.52 1963.83,-1889"/>
<text text-anchor="middle" x="1924" y="-1892.9" style="font-family:Times New Roman;font-size:14.00;">0x0d</text>
<text text-anchor="middle" x="1924" y="-1876.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
</g>
<!-- nid&#45;0d&#45;ampout -->
<g id="node77" class="node"><title>nid&#45;0d&#45;ampout</title>
<polygon style="fill:none;stroke:#0000ff;" points="2242,-1889 2201.5,-1907 2201.5,-1871 2242,-1889"/>
</g>
<!-- nid&#45;0d&#45;&gt;nid&#45;0d&#45;ampout -->
<g id="edge70" class="edge"><title>nid&#45;0d&#45;&gt;nid&#45;0d&#45;ampout</title>
<path style="fill:none;stroke:#0000ff;" d="M1968,-1889C2033,-1889 2151,-1889 2196,-1889"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1966" cy="-1889" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2196,-1890.75 2201,-1889 2196,-1887.25 2196,-1890.75"/>
</g>
<!-- nid&#45;0d&#45;ampout&#45;&gt;nid&#45;14&#45;in -->
<g id="edge105" class="edge"><title>nid&#45;0d&#45;ampout&#45;&gt;nid&#45;14&#45;in</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M2231,-1884C2272,-1872 2381,-1839 2459,-1815"/>
<polygon style="fill:gray;stroke:gray;" points="2460.43,-1818.23 2469,-1812 2458.42,-1811.52 2460.43,-1818.23"/>
</g>
<!-- nid&#45;0d&#45;ampout&#45;&gt;nid&#45;15&#45;in -->
<g id="edge115" class="edge"><title>nid&#45;0d&#45;ampout&#45;&gt;nid&#45;15&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M2227,-1882C2261,-1859 2368,-1792 2458,-1739 2462,-1737 2467,-1734 2471,-1732"/>
<polygon style="fill:#333333;stroke:#333333;" points="2472.96,-1734.92 2480,-1727 2469.56,-1728.8 2472.96,-1734.92"/>
</g>
<!-- nid&#45;0d&#45;ampout&#45;&gt;nid&#45;18&#45;in -->
<g id="edge130" class="edge"><title>nid&#45;0d&#45;ampout&#45;&gt;nid&#45;18&#45;in</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M2223,-1898C2259,-1936 2405,-2092 2458,-2131 2462,-2134 2466,-2137 2470,-2140"/>
<polygon style="fill:gray;stroke:gray;" points="2468.56,-2143.2 2479,-2145 2471.96,-2137.08 2468.56,-2143.2"/>
</g>
<!-- nid&#45;0d&#45;ampout&#45;&gt;nid&#45;19&#45;in -->
<g id="edge140" class="edge"><title>nid&#45;0d&#45;ampout&#45;&gt;nid&#45;19&#45;in</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M2227,-1896C2261,-1917 2368,-1982 2458,-2033 2462,-2035 2466,-2038 2470,-2040"/>
<polygon style="fill:gray;stroke:gray;" points="2468.56,-2043.2 2479,-2045 2471.96,-2037.08 2468.56,-2043.2"/>
</g>
<!-- nid&#45;0d&#45;ampout&#45;&gt;nid&#45;1a&#45;in -->
<g id="edge150" class="edge"><title>nid&#45;0d&#45;ampout&#45;&gt;nid&#45;1a&#45;in</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M2232,-1894C2274,-1906 2389,-1938 2468,-1961"/>
<polygon style="fill:gray;stroke:gray;" points="2467.42,-1964.48 2478,-1964 2469.43,-1957.77 2467.42,-1964.48"/>
</g>
<!-- nid&#45;0d&#45;ampout&#45;&gt;nid&#45;1b&#45;in -->
<g id="edge160" class="edge"><title>nid&#45;0d&#45;ampout&#45;&gt;nid&#45;1b&#45;in</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M2242,-1889C2288,-1888 2385,-1887 2457,-1887"/>
<polygon style="fill:gray;stroke:gray;" points="2457,-1890.5 2467,-1887 2457,-1883.5 2457,-1890.5"/>
</g>
<!-- nid&#45;0d&#45;ampin&#45;3&#45;&gt;nid&#45;0d -->
<g id="edge72" class="edge"><title>nid&#45;0d&#45;ampin&#45;3&#45;&gt;nid&#45;0d</title>
<path style="fill:none;stroke:#0000ff;" d="M1669,-1891C1734,-1890 1825,-1890 1879,-1889"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1667" cy="-1891" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1879,-1890.75 1884,-1889 1879,-1887.25 1879,-1890.75"/>
</g>
<!-- nid&#45;0d&#45;ampin&#45;11&#45;&gt;nid&#45;0d -->
<g id="edge74" class="edge"><title>nid&#45;0d&#45;ampin&#45;11&#45;&gt;nid&#45;0d</title>
<path style="fill:none;stroke:#0000ff;" d="M1639,-1817C1703,-1833 1822,-1863 1884,-1879"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1636.94" cy="-1816.49" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1883.75,-1880.74 1889,-1880 1884.44,-1877.3 1883.75,-1880.74"/>
</g>
<!-- nid&#45;0e -->
<g id="node86" class="node"><title>nid&#45;0e</title>
<polygon style="fill:none;stroke:black;" points="1962.03,-2248 1943.01,-2281.48 1904.99,-2281.48 1885.97,-2248 1904.99,-2214.52 1943.01,-2214.52 1962.03,-2248"/>
<text text-anchor="middle" x="1924" y="-2251.9" style="font-family:Times New Roman;font-size:14.00;">0x0e</text>
<text text-anchor="middle" x="1924" y="-2235.4" style="font-family:Times New Roman;font-size:14.00;">Mono</text>
</g>
<!-- nid&#45;0e&#45;ampout -->
<g id="node87" class="node"><title>nid&#45;0e&#45;ampout</title>
<polygon style="fill:none;stroke:#0000ff;" points="2242,-2248 2201.5,-2266 2201.5,-2230 2242,-2248"/>
</g>
<!-- nid&#45;0e&#45;&gt;nid&#45;0e&#45;ampout -->
<g id="edge81" class="edge"><title>nid&#45;0e&#45;&gt;nid&#45;0e&#45;ampout</title>
<path style="fill:none;stroke:#0000ff;" d="M1967,-2248C2032,-2248 2150,-2248 2196,-2248"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1965" cy="-2248" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2196,-2249.75 2201,-2248 2196,-2246.25 2196,-2249.75"/>
</g>
<!-- nid&#45;16&#45;in -->
<g id="node121" class="node"><title>nid&#45;16&#45;in</title>
<polygon style="fill:none;stroke:green;" points="2629,-2315 2467,-2315 2467,-2241 2629,-2241 2629,-2315"/>
<text text-anchor="middle" x="2548" y="-2298.4" style="font-family:Times New Roman;font-size:14.00;">0x16</text>
<text text-anchor="middle" x="2548" y="-2281.9" style="font-family:Times New Roman;font-size:14.00;">[N/A] Speaker at Ext Rear</text>
<text text-anchor="middle" x="2548" y="-2265.4" style="font-family:Times New Roman;font-size:14.00;">Mono</text>
<text text-anchor="middle" x="2548" y="-2248.9" style="font-family:Times New Roman;font-size:14.00;">OUT</text>
</g>
<!-- nid&#45;0e&#45;ampout&#45;&gt;nid&#45;16&#45;in -->
<g id="edge119" class="edge"><title>nid&#45;0e&#45;ampout&#45;&gt;nid&#45;16&#45;in</title>
<path style="fill:none;stroke:#333333;" d="M2238,-2250C2282,-2254 2382,-2263 2456,-2270"/>
<polygon style="fill:#333333;stroke:#333333;" points="2455.7,-2273.49 2466,-2271 2456.4,-2266.52 2455.7,-2273.49"/>
</g>
<!-- nid&#45;0e&#45;ampin&#45;2&#45;&gt;nid&#45;0e -->
<g id="edge83" class="edge"><title>nid&#45;0e&#45;ampin&#45;2&#45;&gt;nid&#45;0e</title>
<path style="fill:none;stroke:#0000ff;" d="M1671,-2248C1736,-2248 1827,-2248 1880,-2248"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1669" cy="-2248" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1880,-2249.75 1885,-2248 1880,-2246.25 1880,-2249.75"/>
</g>
<!-- nid&#45;0e&#45;ampin&#45;11&#45;&gt;nid&#45;0e -->
<g id="edge85" class="edge"><title>nid&#45;0e&#45;ampin&#45;11&#45;&gt;nid&#45;0e</title>
<path style="fill:none;stroke:#0000ff;" d="M1638,-2173C1703,-2190 1823,-2221 1886,-2238"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1635.94" cy="-2172.49" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1885.75,-2239.74 1891,-2239 1886.44,-2236.3 1885.75,-2239.74"/>
</g>
<!-- nid&#45;12&#45;out -->
<g id="node100" class="node"><title>nid&#45;12&#45;out</title>
<polygon style="fill:none;stroke:green;" points="1303,-134 1141,-134 1141,-60 1303,-60 1303,-134"/>
<text text-anchor="middle" x="1222" y="-117.4" style="font-family:Times New Roman;font-size:14.00;">0x12</text>
<text text-anchor="middle" x="1222" y="-100.9" style="font-family:Times New Roman;font-size:14.00;">[N/A] Speaker at Ext Rear</text>
<text text-anchor="middle" x="1222" y="-84.4" style="font-family:Times New Roman;font-size:14.00;">Stereo</text>
<text text-anchor="middle" x="1222" y="-67.9" style="font-family:Times New Roman;font-size:14.00;">IN</text>
</g>
<!-- nid&#45;12&#45;out&#45;&gt;nid&#45;22 -->
<g id="edge193" class="edge"><title>nid&#45;12&#45;out&#45;&gt;nid&#45;22</title>
<path style="fill:none;stroke:gray;stroke-dasharray:5,2;" d="M1304,-108C1376,-118 1480,-131 1542,-140"/>
<polygon style="fill:gray;stroke:gray;" points="1541.7,-143.488 1552,-141 1542.4,-136.522 1541.7,-143.488"/>
</g>
<!-- nid&#45;14&#45;ampout -->
<g id="node104" class="node"><title>nid&#45;14&#45;ampout</title>
<polygon style="fill:none;stroke:#0000ff;" points="2900,-1788 2859.5,-1806 2859.5,-1770 2900,-1788"/>
</g>
<!-- nid&#45;14&#45;in&#45;&gt;nid&#45;14&#45;ampout -->
<g id="edge98" class="edge"><title>nid&#45;14&#45;in&#45;&gt;nid&#45;14&#45;ampout</title>
<path style="fill:none;stroke:#0000ff;" d="M2631,-1788C2707,-1788 2812,-1788 2854,-1788"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="2629" cy="-1788" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2854,-1789.75 2859,-1788 2854,-1786.25 2854,-1789.75"/>
</g>
<!-- nid&#45;14&#45;ampin -->
<g id="node107" class="node"><title>nid&#45;14&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="125,-1363 84.5,-1381 84.5,-1345 125,-1363"/>
</g>
<!-- nid&#45;14&#45;ampin&#45;&gt;nid&#45;14&#45;out -->
<g id="edge101" class="edge"><title>nid&#45;14&#45;ampin&#45;&gt;nid&#45;14&#45;out</title>
<path style="fill:none;stroke:#0000ff;" d="M129,-1363C186,-1363 310,-1363 394,-1363"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="127" cy="-1363" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="394,-1364.75 399,-1363 394,-1361.25 394,-1364.75"/>
</g>
<!-- nid&#45;15&#45;ampout -->
<g id="node113" class="node"><title>nid&#45;15&#45;ampout</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="2900,-1690 2859.5,-1708 2859.5,-1672 2900,-1690"/>
</g>
<!-- nid&#45;15&#45;in&#45;&gt;nid&#45;15&#45;ampout -->
<g id="edge108" class="edge"><title>nid&#45;15&#45;in&#45;&gt;nid&#45;15&#45;ampout</title>
<path style="fill:none;stroke:#c8c8c8;" d="M2634,-1690C2709,-1690 2813,-1690 2854,-1690"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="2632" cy="-1690" rx="2" ry="2"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="2854,-1691.75 2859,-1690 2854,-1688.25 2854,-1691.75"/>
</g>
<!-- nid&#45;15&#45;ampin -->
<g id="node116" class="node"><title>nid&#45;15&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="125,-1605 84.5,-1623 84.5,-1587 125,-1605"/>
</g>
<!-- nid&#45;15&#45;ampin&#45;&gt;nid&#45;15&#45;out -->
<g id="edge111" class="edge"><title>nid&#45;15&#45;ampin&#45;&gt;nid&#45;15&#45;out</title>
<path style="fill:none;stroke:#0000ff;" d="M129,-1605C186,-1605 307,-1605 391,-1605"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="127" cy="-1605" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="391,-1606.75 396,-1605 391,-1603.25 391,-1606.75"/>
</g>
<!-- nid&#45;18&#45;ampout -->
<g id="node127" class="node"><title>nid&#45;18&#45;ampout</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="2900,-2180 2859.5,-2198 2859.5,-2162 2900,-2180"/>
</g>
<!-- nid&#45;18&#45;in&#45;&gt;nid&#45;18&#45;ampout -->
<g id="edge123" class="edge"><title>nid&#45;18&#45;in&#45;&gt;nid&#45;18&#45;ampout</title>
<path style="fill:none;stroke:#c8c8c8;" d="M2621,-2180C2696,-2180 2810,-2180 2854,-2180"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="2619" cy="-2180" rx="2" ry="2"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="2854,-2181.75 2859,-2180 2854,-2178.25 2854,-2181.75"/>
</g>
<!-- nid&#45;18&#45;ampin -->
<g id="node130" class="node"><title>nid&#45;18&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="125,-239 84.5,-257 84.5,-221 125,-239"/>
</g>
<!-- nid&#45;18&#45;ampin&#45;&gt;nid&#45;18&#45;out -->
<g id="edge126" class="edge"><title>nid&#45;18&#45;ampin&#45;&gt;nid&#45;18&#45;out</title>
<path style="fill:none;stroke:#0000ff;" d="M129,-239C190,-239 320,-239 404,-239"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="127" cy="-239" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="404,-240.75 409,-239 404,-237.25 404,-240.75"/>
</g>
<!-- nid&#45;19&#45;ampout -->
<g id="node136" class="node"><title>nid&#45;19&#45;ampout</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="2900,-2082 2859.5,-2100 2859.5,-2064 2900,-2082"/>
</g>
<!-- nid&#45;19&#45;in&#45;&gt;nid&#45;19&#45;ampout -->
<g id="edge133" class="edge"><title>nid&#45;19&#45;in&#45;&gt;nid&#45;19&#45;ampout</title>
<path style="fill:none;stroke:#c8c8c8;" d="M2623,-2082C2698,-2082 2810,-2082 2854,-2082"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="2621" cy="-2082" rx="2" ry="2"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="2854,-2083.75 2859,-2082 2854,-2080.25 2854,-2083.75"/>
</g>
<!-- nid&#45;19&#45;ampin -->
<g id="node139" class="node"><title>nid&#45;19&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="125,-442 84.5,-460 84.5,-424 125,-442"/>
</g>
<!-- nid&#45;19&#45;ampin&#45;&gt;nid&#45;19&#45;out -->
<g id="edge136" class="edge"><title>nid&#45;19&#45;ampin&#45;&gt;nid&#45;19&#45;out</title>
<path style="fill:none;stroke:#0000ff;" d="M129,-442C188,-442 318,-442 402,-442"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="127" cy="-442" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="402,-443.75 407,-442 402,-440.25 402,-443.75"/>
</g>
<!-- nid&#45;1a&#45;ampout -->
<g id="node145" class="node"><title>nid&#45;1a&#45;ampout</title>
<polygon style="fill:none;stroke:#c8c8c8;" points="2900,-1984 2859.5,-2002 2859.5,-1966 2900,-1984"/>
</g>
<!-- nid&#45;1a&#45;in&#45;&gt;nid&#45;1a&#45;ampout -->
<g id="edge143" class="edge"><title>nid&#45;1a&#45;in&#45;&gt;nid&#45;1a&#45;ampout</title>
<path style="fill:none;stroke:#c8c8c8;" d="M2623,-1984C2698,-1984 2810,-1984 2854,-1984"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="2621" cy="-1984" rx="2" ry="2"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="2854,-1985.75 2859,-1984 2854,-1982.25 2854,-1985.75"/>
</g>
<!-- nid&#45;1a&#45;ampin -->
<g id="node148" class="node"><title>nid&#45;1a&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="125,-1461 84.5,-1479 84.5,-1443 125,-1461"/>
</g>
<!-- nid&#45;1a&#45;ampin&#45;&gt;nid&#45;1a&#45;out -->
<g id="edge146" class="edge"><title>nid&#45;1a&#45;ampin&#45;&gt;nid&#45;1a&#45;out</title>
<path style="fill:none;stroke:#0000ff;" d="M129,-1461C188,-1461 318,-1461 402,-1461"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="127" cy="-1461" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="402,-1462.75 407,-1461 402,-1459.25 402,-1462.75"/>
</g>
<!-- nid&#45;1b&#45;ampout -->
<g id="node154" class="node"><title>nid&#45;1b&#45;ampout</title>
<polygon style="fill:none;stroke:#0000ff;" points="2900,-1886 2859.5,-1904 2859.5,-1868 2900,-1886"/>
</g>
<!-- nid&#45;1b&#45;in&#45;&gt;nid&#45;1b&#45;ampout -->
<g id="edge153" class="edge"><title>nid&#45;1b&#45;in&#45;&gt;nid&#45;1b&#45;ampout</title>
<path style="fill:none;stroke:#0000ff;" d="M2633,-1886C2708,-1886 2812,-1886 2854,-1886"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="2631" cy="-1886" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="2854,-1887.75 2859,-1886 2854,-1884.25 2854,-1887.75"/>
</g>
<!-- nid&#45;1b&#45;ampin -->
<g id="node157" class="node"><title>nid&#45;1b&#45;ampin</title>
<polygon style="fill:none;stroke:#0000ff;" points="125,-342 84.5,-360 84.5,-324 125,-342"/>
</g>
<!-- nid&#45;1b&#45;ampin&#45;&gt;nid&#45;1b&#45;out -->
<g id="edge156" class="edge"><title>nid&#45;1b&#45;ampin&#45;&gt;nid&#45;1b&#45;out</title>
<path style="fill:none;stroke:#0000ff;" d="M129,-342C186,-342 309,-342 393,-342"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="127" cy="-342" rx="2" ry="2"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="393,-343.75 398,-342 393,-340.25 393,-343.75"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;24&#45;&gt;nid&#45;23 -->
<g id="edge196" class="edge"><title>nid&#45;23&#45;ampin&#45;24&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#0000ff;" d="M1627,-1042C1640,-1050 1655,-1059 1668,-1069 1767,-1152 1858,-1274 1900,-1334"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1624.79" cy="-1040.89" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1898.6,-1335.05 1903,-1338 1901.4,-1332.95 1898.6,-1335.05"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;25&#45;&gt;nid&#45;23 -->
<g id="edge198" class="edge"><title>nid&#45;23&#45;ampin&#45;25&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-1214C1687,-1246 1823,-1318 1888,-1352"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-1212.89" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1887.71,-1353.77 1893,-1354 1889.01,-1350.52 1887.71,-1353.77"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;26&#45;&gt;nid&#45;23 -->
<g id="edge200" class="edge"><title>nid&#45;23&#45;ampin&#45;26&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-1612C1638,-1604 1654,-1595 1668,-1585 1756,-1525 1849,-1441 1894,-1398"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-1613.11" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1895.7,-1398.77 1898,-1394 1893.23,-1396.3 1895.7,-1398.77"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;27&#45;&gt;nid&#45;23 -->
<g id="edge202" class="edge"><title>nid&#45;23&#45;ampin&#45;27&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-1129C1638,-1137 1654,-1146 1668,-1155 1756,-1216 1849,-1300 1894,-1343"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-1127.89" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1892.95,-1344.4 1898,-1346 1895.05,-1341.6 1892.95,-1344.4"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;28&#45;&gt;nid&#45;23 -->
<g id="edge204" class="edge"><title>nid&#45;23&#45;ampin&#45;28&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1638,-1445C1702,-1428 1821,-1397 1884,-1380"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1635.94" cy="-1445.51" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1884.44,-1381.7 1889,-1379 1883.75,-1378.26 1884.44,-1381.7"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;29&#45;&gt;nid&#45;23 -->
<g id="edge206" class="edge"><title>nid&#45;23&#45;ampin&#45;29&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1638,-1295C1702,-1312 1821,-1343 1884,-1360"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1635.94" cy="-1294.49" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1883.75,-1361.74 1889,-1361 1884.44,-1358.3 1883.75,-1361.74"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;20&#45;&gt;nid&#45;23 -->
<g id="edge208" class="edge"><title>nid&#45;23&#45;ampin&#45;20&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-1526C1687,-1494 1823,-1422 1888,-1388"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-1527.11" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1889.01,-1389.48 1893,-1386 1887.71,-1386.23 1889.01,-1389.48"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;21&#45;&gt;nid&#45;23 -->
<g id="edge210" class="edge"><title>nid&#45;23&#45;ampin&#45;21&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1627,-1698C1641,-1691 1656,-1682 1668,-1671 1767,-1589 1859,-1466 1900,-1405"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1624.79" cy="-1699.11" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1901.4,-1406.05 1903,-1401 1898.6,-1403.95 1901.4,-1406.05"/>
</g>
<!-- nid&#45;23&#45;ampin&#45;11&#45;&gt;nid&#45;23 -->
<g id="edge212" class="edge"><title>nid&#45;23&#45;ampin&#45;11&#45;&gt;nid&#45;23</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1672,-1370C1737,-1370 1826,-1370 1879,-1370"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1670" cy="-1370" rx="2" ry="2"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1879,-1371.75 1884,-1370 1879,-1368.25 1879,-1371.75"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;24&#45;&gt;nid&#45;24 -->
<g id="edge233" class="edge"><title>nid&#45;24&#45;ampin&#45;24&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#0000ff;" d="M1627,-262C1640,-270 1655,-279 1668,-289 1767,-372 1858,-494 1900,-554"/>
<ellipse style="fill:#0000ff;stroke:#0000ff;" cx="1624.79" cy="-260.894" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#0000ff;stroke:#0000ff;" points="1898.6,-555.05 1903,-558 1901.4,-552.95 1898.6,-555.05"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;25&#45;&gt;nid&#45;24 -->
<g id="edge235" class="edge"><title>nid&#45;24&#45;ampin&#45;25&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-434C1687,-466 1823,-538 1888,-572"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-432.894" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1887.71,-573.768 1893,-574 1889.01,-570.518 1887.71,-573.768"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;26&#45;&gt;nid&#45;24 -->
<g id="edge237" class="edge"><title>nid&#45;24&#45;ampin&#45;26&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-832C1638,-824 1654,-815 1668,-805 1756,-745 1849,-661 1894,-618"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-833.106" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1895.7,-618.773 1898,-614 1893.23,-616.298 1895.7,-618.773"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;27&#45;&gt;nid&#45;24 -->
<g id="edge239" class="edge"><title>nid&#45;24&#45;ampin&#45;27&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-349C1638,-357 1654,-366 1668,-375 1756,-436 1849,-520 1894,-563"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-347.894" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1892.95,-564.4 1898,-566 1895.05,-561.6 1892.95,-564.4"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;28&#45;&gt;nid&#45;24 -->
<g id="edge241" class="edge"><title>nid&#45;24&#45;ampin&#45;28&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1638,-665C1702,-648 1821,-617 1884,-600"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1635.94" cy="-665.515" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1884.44,-601.697 1889,-599 1883.75,-598.265 1884.44,-601.697"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;29&#45;&gt;nid&#45;24 -->
<g id="edge243" class="edge"><title>nid&#45;24&#45;ampin&#45;29&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1638,-515C1702,-532 1821,-563 1884,-580"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1635.94" cy="-514.485" rx="2.00001" ry="2.00001"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1883.75,-581.735 1889,-581 1884.44,-578.303 1883.75,-581.735"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;20&#45;&gt;nid&#45;24 -->
<g id="edge245" class="edge"><title>nid&#45;24&#45;ampin&#45;20&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1625,-746C1687,-714 1823,-642 1888,-608"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1622.79" cy="-747.106" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1889.01,-609.482 1893,-606 1887.71,-606.232 1889.01,-609.482"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;21&#45;&gt;nid&#45;24 -->
<g id="edge247" class="edge"><title>nid&#45;24&#45;ampin&#45;21&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1627,-918C1641,-911 1656,-902 1668,-891 1767,-809 1859,-686 1900,-625"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1624.79" cy="-919.106" rx="2.00002" ry="2.00002"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1901.4,-626.05 1903,-621 1898.6,-623.95 1901.4,-626.05"/>
</g>
<!-- nid&#45;24&#45;ampin&#45;11&#45;&gt;nid&#45;24 -->
<g id="edge249" class="edge"><title>nid&#45;24&#45;ampin&#45;11&#45;&gt;nid&#45;24</title>
<path style="fill:none;stroke:#c8c8c8;" d="M1672,-590C1737,-590 1826,-590 1879,-590"/>
<ellipse style="fill:#c8c8c8;stroke:#c8c8c8;" cx="1670" cy="-590" rx="2" ry="2"/>
<polygon style="fill:#c8c8c8;stroke:#c8c8c8;" points="1879,-591.75 1884,-590 1879,-588.25 1879,-591.75"/>
</g>
</g>
</svg>

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2008-03-14 13:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-14 13:32 Tony Vroon [this message]
2008-03-14 13:43 ` [ALC262 patch_realtek.c] Fujitsu Lifebook port replicator/dock headphone jack sense Takashi Iwai
2008-03-14 15:15   ` #2 " Tony Vroon
2008-03-14 16:08     ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1205501568.5407.19.camel@localhost \
    --to=tony@linx.net \
    --cc=alsa-devel@alsa-project.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.