ALSA: hda - Add quirk for Dell Inspiron Mini9
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Jan 2009 14:52:09 +0000 (15:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Jan 2009 14:52:09 +0000 (15:52 +0100)
Added a quirk, model=dell, for Dell Inspiron Mini9 with ALC268 codec.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index ad23dc3a1807fea492d5a3b9cfde118cffd1fdd6..e8ec74173525cad181a34d1a9830828702fa9f8c 100644 (file)
@@ -11693,6 +11693,7 @@ static struct snd_pci_quirk alc268_cfg_tbl[] = {
        SND_PCI_QUIRK(0x1025, 0x015b, "Acer Aspire One",
                                                ALC268_ACER_ASPIRE_ONE),
        SND_PCI_QUIRK(0x1028, 0x0253, "Dell OEM", ALC268_DELL),
+       SND_PCI_QUIRK(0x1028, 0x02b0, "Dell Inspiron Mini9", ALC268_DELL),
        SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA),
        SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
        SND_PCI_QUIRK(0x1179, 0xff10, "TOSHIBA A205", ALC268_TOSHIBA),