All of lore.kernel.org
 help / color / mirror / Atom feed
* MSI 7260 patch
@ 2008-11-24 17:29 Страхиња Радић
  2008-11-25 14:55 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Страхиња Радић @ 2008-11-24 17:29 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1182 bytes --]

	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  |
            |______________________________________________________|

[-- Attachment #2: alsa-driver-MS-7260.diff --]
[-- Type: text/plain, Size: 591 bytes --]

--- 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),

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: MSI 7260 patch
  2008-11-24 17:29 MSI 7260 patch Страхиња Радић
@ 2008-11-25 14:55 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-11-25 14:55 UTC (permalink / raw)
  To: Страхиња Радић
  Cc: alsa-devel

At Mon, 24 Nov 2008 18:29:59 +0100,
Страхиња Радић wrote:
> 
> 	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.

Thanks, now applied.


Takashi
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-25 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 17:29 MSI 7260 patch Страхиња Радић
2008-11-25 14:55 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.