Re: hda_intel : Patch + Regression in 2.6.18 -> 2.6.22



At Fri, 07 Sep 2007 10:22:27 +0200,
Romano Giannetti wrote:

Takashi: good news!

On Thu, 2007-09-06 at 23:48 +0200, Romano Giannetti wrote:
On Thu, 2007-09-06 at 17:25 +0200, Takashi Iwai wrote:
At Thu, 06 Sep 2007 17:09:50 +0200,
Romano Giannetti wrote:


Just one hand up: I haven't tested the patch pointed to by Andrew, will
do asap, but it seems that contains the changes from

https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3104

which are needed to have sound at all on my toshiba (although with some
remaining problems).

No, it's a different one. This Toshiba model is still not supported
well. The patch in mm tree is basically equivalent with the latest
ALSA HG tree, so if you tested ALSA HG version (or daily snapshot),
it should be same.

Unfortunately you're right. The patch I posted to the alsa bugtrack,
extracted from the pshou files, works for me. The alsa-git patch gives
me a system without sound.

I stand corrected: by loading snd-hda-intel with model=toshiba sound
works (output and input) with my toshiba A305. So, I think that the only
patch needed to make it works out of the box on top of current alsa-git
is:

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 3557865..496d119 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9044,6 +9044,7 @@ static const char *alc268_models[ALC268_MODEL_LAST] = {
static struct snd_pci_quirk alc268_cfg_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
SND_PCI_QUIRK(0x1179, 0xff10, "TOSHIBA A205", ALC268_TOSHIBA),
+ SND_PCI_QUIRK(0x1179, 0xff50, "TOSHIBA A305", ALC268_TOSHIBA),
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),

Ah good. I added it to ALSA HG tree now.
Thanks!


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



Relevant Pages

  • Re: realtek ALC272 support
    ... Andres Salomon wrote: ... patch for ALSA intel-hda. ... I found a bug in my patch, and fixed and updated GIT tree now. ...
    (Linux-Kernel)
  • [PATCH] ALSA 1.0.8
    ... Documentation,ATIIXP driver ... [ALSA] ... AC97 Codec Core ... Add suspend callback for each codec patch. ...
    (Linux-Kernel)
  • Re: ALC883 recording troubles...
    ... I am still finding this recording +ve saturation on my ALC883 Intel ... HDA sound device with 2.6.27-rc3 (ie ALSA 1.0.17 drivers) and ALSA ... With this patch, unused connections ...
    (Linux-Kernel)
  • Re: ALC883 recording troubles...
    ... Daniel J Blueman wrote: ... HDA sound device with 2.6.27-rc3 (ie ALSA 1.0.17 drivers) and ALSA ... With this patch, unused connections ...
    (Linux-Kernel)
  • Re: hda_intel : Patch + Regression in 2.6.18 -> 2.6.22
    ... Andrew Morton wrote: ... I haven't tested the patch pointed to by Andrew, ... The patch in mm tree is basically equivalent with the latest ... ALSA HG tree, so if you tested ALSA HG version, ...
    (Linux-Kernel)