[alsa-devel] [PATCH] ALSA: hda: add more board-specific information for Realtek ALC662 rev1
I recently got a chance to play with two boards with ALC662 rev1: * BIOSTAR TA780G M2+ * ASROCK K10N78FullHD-hSLI R3.0 Both use 3 stack, 6ch mode with digital out. Since autodetection isn't able to figure that out from BIOS, we need to specify that manually.
BTW, thanks for fixing NVIDIA MCP78S [GeForce 8200] HD audio in 1.0.18, it's much appreciated :-)
At Mon, 29 Sep 2008 20:39:33 +0200, =?UTF-8?Q?Vedran_Mileti=C4=87?= wrote:
I recently got a chance to play with two boards with ALC662 rev1:
- BIOSTAR TA780G M2+
- ASROCK K10N78FullHD-hSLI R3.0
Both use 3 stack, 6ch mode with digital out. Since autodetection isn't able to figure that out from BIOS, we need to specify that manually.
Thanks, applied now.
Takashi
Please correct this, I got the second PCI ID wrong. Instead of:
SND_PCI_QUIRK(0x1849, 0x0774, "ASROCK K10N78FullHD-hSLI R3.0",
it should be:
SND_PCI_QUIRK(0x1849, 0x3662, "ASROCK K10N78FullHD-hSLI R3.0",
according to:
00:07.0 Audio device [0403]: nVidia Corporation Device [10de:0774] (rev a1) Subsystem: ASRock Incorporation Device [1849:3662] Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21 Memory at f9e78000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel
Sorry for my mistake. If you need me to send a patch for this, just mention it.
2008/9/30 Takashi Iwai tiwai@suse.de:
At Mon, 29 Sep 2008 20:39:33 +0200, =?UTF-8?Q?Vedran_Mileti=C4=87?= wrote:
I recently got a chance to play with two boards with ALC662 rev1:
- BIOSTAR TA780G M2+
- ASROCK K10N78FullHD-hSLI R3.0
Both use 3 stack, 6ch mode with digital out. Since autodetection isn't able to figure that out from BIOS, we need to specify that manually.
Thanks, applied now.
Takashi
At Sat, 4 Oct 2008 19:35:23 +0200, =?UTF-8?Q?Vedran_Mileti=C4=87?= wrote:
Please correct this, I got the second PCI ID wrong. Instead of:
SND_PCI_QUIRK(0x1849, 0x0774, "ASROCK K10N78FullHD-hSLI R3.0",
it should be:
SND_PCI_QUIRK(0x1849, 0x3662, "ASROCK K10N78FullHD-hSLI R3.0",
according to:
00:07.0 Audio device [0403]: nVidia Corporation Device [10de:0774] (rev a1) Subsystem: ASRock Incorporation Device [1849:3662] Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21 Memory at f9e78000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel
Sorry for my mistake. If you need me to send a patch for this, just mention it.
OK, I fixed now on git. Thanks for checking.
Takashi
participants (2)
-
Takashi Iwai
-
Vedran Miletić