lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 01 Jan 2007 19:00:54 +0200
From:	Leonard Norrgard <leonard.norrgard@...actor.fi>
To:	Linus Torvalds <torvalds@...l.org>
CC:	linux-kernel@...r.kernel.org, linux-sound@...r.kernel.org
Subject: [PATCH] sound: hda: detect ALC883 on MSI K9A Platinum motherboards
 (MS-7280)

From: Leonard Norrgård <leonard.norrgard@...actor.fi>

Recognize the Realtek ALC883 chip on MSI K9A Platinum motherboards
(model no. MS-7280), enabling full sound capabilities.

Signed-off-by: Leonard Norrgård <leonard.norrgard@...actor.fi>

---
Error messages seen before this patch:

cannot find the slot for index 0 (range 0-0)
hda-intel: Error creating card!
HDA Intel: probe of 0000:00:14.2 failed with error -12
---

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 29e4c48..4e0c3c1 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5070,6 +5070,8 @@ static struct hda_board_config alc883_cfg_tbl[] = {
     { .modelname = "6stack-dig", .config = ALC883_6ST_DIG },
     { .pci_subvendor = 0x1462, .pci_subdevice = 0x6668,
       .config = ALC883_6ST_DIG }, /* MSI  */
+    { .pci_subvendor = 0x1462, .pci_subdevice = 0x7280,
+      .config = ALC883_6ST_DIG }, /* MSI K9A Platinum (MS-7280) */
     { .pci_subvendor = 0x105b, .pci_subdevice = 0x6668,
       .config = ALC883_6ST_DIG }, /* Foxconn */
     { .modelname = "6stack-dig-demo", .config = ALC888_DEMO_BOARD },


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ