[pull request] - LP Bug 200210 - Add automatic model setting for Samsung Q45

Leann Ogasawara leann.ogasawara at canonical.com
Thu Oct 9 23:20:10 UTC 2008


Hopefully, this is the right was to submit my pull request.  I'm sure
you'll let me know if it's not :)

The following changes since commit 2b7abc4c7b2fedc147af8060efb1387b79a23e2e:
  Leann Ogasawara (1):
        UBUNTU: Add automatic model setting for Samsung Q45

are available in the git repository at:

  git://kernel.ubuntu.com/ogasawara/ubuntu-intrepid.git master

commit 2b7abc4c7b2fedc147af8060efb1387b79a23e2e
Author: Leann Ogasawara <leann.ogasawara at canonical.com>
Date:   Thu Oct 9 14:26:39 2008 -0700

    UBUNTU: Add automatic model setting for Samsung Q45
    Bug: #200210
    
    Have the Samsung Q45 (144d:c510) select ALC262_HIPPO by default
    
    Signed-off-by: Leann Ogasawara <leann.ogasawara at 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 34c18af..d5cbefc 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9770,6 +9770,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
 	SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FUJITSU),
 	SND_PCI_QUIRK(0x144d, 0xc032, "Samsung Q1 Ultra", ALC262_ULTRA),
 	SND_PCI_QUIRK(0x144d, 0xc039, "Samsung Q1U EL", ALC262_ULTRA),
+	SND_PCI_QUIRK(0x144d, 0xc510, "Samsung Q45", ALC262_HIPPO),
 	SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000 y410", ALC262_LENOVO_3000),
 	SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_BENQ_ED8),
 	SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_BENQ_T31),






More information about the kernel-team mailing list