All of lore.kernel.org
 help / color / mirror / Atom feed
* [ALC268 patch_realtek.c] COMPAL IFL90/JFL-92 laptop quirk to select ALC268_TOSHIBA
@ 2008-06-04  9:52 Tony Vroon
  0 siblings, 0 replies; only message in thread
From: Tony Vroon @ 2008-06-04  9:52 UTC (permalink / raw)
  To: Alsa-devel; +Cc: Takashi Iwai


[-- Attachment #1.1.1: Type: text/plain, Size: 530 bytes --]

Good morning,

Could you please consider the attached patch. The COMPAL IFL90/JFL-92
laptop defaults to an incorrect output channel on autoprobe, resulting
in no audio. The user was unable to enable analog audio with the mixer
controls provided.
Testing confirms that the Toshiba model enables both headphone with
automuting and the internal speakers. Embedded sign-off and short patch
description.

Tested-By: Guri <gurashka@gmail.com>
Signed-Off-By: Tony Vroon <tony@linx.net>

Regards,
Tony V.
LINX sysadmin

[-- Attachment #1.1.2: COMPAL-ALC268_TOSHIBA.patch --]
[-- Type: text/x-patch, Size: 697 bytes --]

Use quirk table to assign ALC268_TOSHIBA to COMPAL IFL90/JFL-92 laptops.
No analog output on autoprobe.

Tested-By: Guri <gurashka@gmail.com>
Signed-off-by: Tony Vroon <tony@linx.net>

--- sound/pci/hda/patch_realtek.c.orig	2008-06-03 22:13:04.000000000 +0100
+++ sound/pci/hda/patch_realtek.c	2008-06-03 22:14:42.000000000 +0100
@@ -9280,6 +9280,7 @@
 	SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA),
 	SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER),
 	SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER),
+	SND_PCI_QUIRK(0x14c0, 0x0025, "COMPAL IFL90/JFL-92", ALC268_TOSHIBA),
 	SND_PCI_QUIRK(0x152d, 0x0763, "Diverse (CPR2000)", ALC268_ACER),
 	{}
 };

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: 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] only message in thread

only message in thread, other threads:[~2008-06-04  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04  9:52 [ALC268 patch_realtek.c] COMPAL IFL90/JFL-92 laptop quirk to select ALC268_TOSHIBA Tony Vroon

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.