diff mbox

UBUNTU: SAUCE: Added quirk to enable sound on Toshiba NB200

Message ID 604760770909301529l708a2a2n1b2164015b28d90@mail.gmail.com
State Superseded
Headers show

Commit Message

Daniel Chen Sept. 30, 2009, 10:29 p.m. UTC
Last I checked, this quirk enabled playback. I presume the mic autoselect
works, too?

On Sep 30, 2009 5:58 PM, "Manoj Iyer" <manoj.iyer@canonical.com> wrote:


This patch enables sound on Toshiba NB200/205 netbooks. I submitted the
patch upstream, and maintainer wants me to test 2.6.32-rc1, as the recent
fixes might have fixed this without the quirk. Submitting to the list in
case we need it sooner.

From a09d48287041b355400372029415ac163179b829 Mon Sep 17 00:00:00 2001
From: Manoj Iyer <manjo@hungry.(none)>
Date: Wed, 30 Sep 2009 16:44:06 -0500
Subject: [PATCH] UBUNTU: SAUCE: Added quirk to enable sound on Toshiba NB200

Submitted patch upstream.

BugLink: http://bugs.launchpad.net/bugs/438318

Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
---
 sound/pci/hda/patch_realtek.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

--
1.6.3.3


The following changes since commit
756d7655a09ade66d08fffe73854fce81b7f82a8:
  Tim Gardner (1):
        UBUNTU: [Config] Fix a couple more instances of SRCPKGNAME-headers

are available in the git repository at:

  git://kernel.ubuntu.com/manjo/ubuntu-karmic.git lp438318

Manoj Iyer (2):
      UBUNTU: LP#438323 Added omnibook module to support Toshiba (HP)
netbooks
      UBUNTU: SAUCE: Added quirk to enable sound on Toshiba NB200


--- manjo

--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team

Comments

Manoj Iyer Sept. 30, 2009, 10:36 p.m. UTC | #1
Daniel,

Joey did the testing on mics, and his note in the bug says its working 
perfectly. Only issue is with speakers are not muting when he plugs in 
headphones.

--- manjo

On Wed, 30 Sep 2009, Daniel Chen wrote:

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

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 30eeb30..713bf69 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -16876,6 +16876,7 @@  static struct snd_pci_quirk alc662_cfg_tbl[] = {
       SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_ECS),
       SND_PCI_QUIRK(0x105b, 0x0d47, "Foxconn 45CMX/45GMX/45CMX-K",
                     ALC662_3ST_6ch_DIG),
+       SND_PCI_QUIRK(0x1179, 0xff6e, "Toshiba NB200", ALC663_ASUS_MODE4),
       SND_PCI_QUIRK(0x144d, 0xca00, "Samsung NC10", ALC272_SAMSUNG_NC10),
       SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte 945GCM-S2L",
                     ALC662_3ST_6ch_DIG),