<p>Last I checked, this quirk enabled playback. I presume the mic autoselect works, too?</p>
<p><blockquote type="cite">On Sep 30, 2009 5:58 PM, "Manoj Iyer" <<a href="mailto:manoj.iyer@canonical.com">manoj.iyer@canonical.com</a>> wrote:<br><br><br>
This patch enables sound on Toshiba NB200/205 netbooks. I submitted the<br>
patch upstream, and maintainer wants me to test 2.6.32-rc1, as the recent<br>
fixes might have fixed this without the quirk. Submitting to the list in<br>
case we need it sooner.<br>
<br>
>From a09d48287041b355400372029415ac163179b829 Mon Sep 17 00:00:00 2001<br>
From: Manoj Iyer <manjo@hungry.(none)><br>
Date: Wed, 30 Sep 2009 16:44:06 -0500<br>
Subject: [PATCH] UBUNTU: SAUCE: Added quirk to enable sound on Toshiba NB200<br>
<br>
Submitted patch upstream.<br>
<br>
BugLink: <a href="http://bugs.launchpad.net/bugs/438318" target="_blank">http://bugs.launchpad.net/bugs/438318</a><br>
<br>
Signed-off-by: Manoj Iyer <<a href="mailto:manoj.iyer@canonical.com">manoj.iyer@canonical.com</a>><br>
---<br>
  sound/pci/hda/patch_realtek.c |    1 +<br>
  1 files changed, 1 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c<br>
index 30eeb30..713bf69 100644<br>
--- a/sound/pci/hda/patch_realtek.c<br>
+++ b/sound/pci/hda/patch_realtek.c<br>
@@ -16876,6 +16876,7 @@ static struct snd_pci_quirk alc662_cfg_tbl[] = {<br>
        SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_ECS),<br>
        SND_PCI_QUIRK(0x105b, 0x0d47, "Foxconn 45CMX/45GMX/45CMX-K",<br>
                      ALC662_3ST_6ch_DIG),<br>
+       SND_PCI_QUIRK(0x1179, 0xff6e, "Toshiba NB200", ALC663_ASUS_MODE4),<br>
        SND_PCI_QUIRK(0x144d, 0xca00, "Samsung NC10", ALC272_SAMSUNG_NC10),<br>
        SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte 945GCM-S2L",<br>
                      ALC662_3ST_6ch_DIG),<br>
--<br>
1.6.3.3<br>
<br>
<br>
The following changes since commit<br>
756d7655a09ade66d08fffe73854fce81b7f82a8:<br>
   Tim Gardner (1):<br>
         UBUNTU: [Config] Fix a couple more instances of SRCPKGNAME-headers<br>
<br>
are available in the git repository at:<br>
<br>
   git://<a href="http://kernel.ubuntu.com/manjo/ubuntu-karmic.git" target="_blank">kernel.ubuntu.com/manjo/ubuntu-karmic.git</a> lp438318<br>
<br>
Manoj Iyer (2):<br>
       UBUNTU: LP#438323 Added omnibook module to support Toshiba (HP)<br>
netbooks<br>
       UBUNTU: SAUCE: Added quirk to enable sound on Toshiba NB200<br>
<br>
<br>
--- manjo<br>
<font color="#888888"><br>
--<br>
kernel-team mailing list<br>
<a href="mailto:kernel-team@lists.ubuntu.com">kernel-team@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/kernel-team" target="_blank">https://lists.ubuntu.com/mailman/listinfo/kernel-team</a><br>
</font></blockquote></p>