Hi,
I submitted an issue with alsa-driver 1.0.18rc3 (see
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4229). Raymond
advised me to send the patch, so everybody with the same motherboard
could get automatic recognition of sound card model. And here it is.
I just don't know if I got it right. Are the hexadecimal values ok?
SND_PCI_QUIRK(0x1462, 0x7260, "MSI 7260", ALC883_TARGA_DIG),
I got this from alsainfo:
!!HDA-Intel Codec information
!!---------------------------
--startcollapse--
Codec: Realtek ALC883
Address: 0
Vendor Id: 0x10ec0883
Subsystem Id: 0x14627260
Revision Id: 0x100002
No Modem Function Group found
So, I guess 0x1462 0x7260 is ok, right? If that is so, I have attached
the diff with this message.
Cheers,
Strahinya
--
_ _ ______________________________________________________
/(_____)\ | ____ __ __ __ __ |
\_/~ ~\_/ |/ __// /_/ // // / http://www.gnu.org/home.sr.html |
(\'_'/) / / / __ /_\ ' / http://www.stallman.org |
(o_o) /_/ /_/ /_//____/ http://alas.matf.bg.ac.yu/~mr99164 |
|______________________________________________________|
--- a/sound/pci/hda/patch_realtek.c 2008-09-09 18:55:25.000000000 +0200
+++ b/sound/pci/hda/patch_realtek.c 2008-11-24 17:56:31.000000000 +0100
@@ -8320,6 +8320,7 @@
SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3783, "NEC S970", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG),
+ SND_PCI_QUIRK(0x1462, 0x7260, "MSI 7260", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3fc1, "MSI", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3fc3, "MSI", ALC883_TARGA_DIG),
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel