From: Takashi Iwai <tiwai@suse.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Roger Gammans <roger@computer-surgery.co.uk>,
linux-kernel@vger.kernel.org, Jaroslav Kysela <perex@suse.cz>
Subject: Re: hda_intel : Patch + Regression in 2.6.18 -> 2.6.22
Date: Wed, 05 Sep 2007 18:05:44 +0200 [thread overview]
Message-ID: <s5hlkbl6qsn.wl%tiwai@suse.de> (raw)
In-Reply-To: <20070905083844.6637da1e.akpm@linux-foundation.org>
At Wed, 5 Sep 2007 08:38:44 -0700,
Andrew Morton wrote:
>
> > On Wed, 22 Aug 2007 23:29:02 +0100 Roger Gammans <roger@computer-surgery.co.uk> wrote:
> > Hi
>
> A distinct regression, a confirmed fix, yet no reply after more than two weeks.
Sorry, I've overseen this report (as I'm obviously no akpm ;-)
> > I'm fighting a problem with my (new) Acer laptop. (Aspire 9303)
> >
> > In 2.6.18 the audio worked fine, but now I've upgraded to 2.6.22
> > it has stopped working.
> >
> > I note that there is a acer specific quirk mode in patch_realtek.c
> > enabled for all acer devices introduced in the timeframe. Disabling
> > the quirk so that the driver uses it auot mode makes playback work
> > fine again.
> >
> > To be clear this pathc seems to work for me:-
> >
> > --- /usr/src/linux-source-2.6.22/sound/pci/hda/patch_realtek.c 2007-07-09 00:32:17.000000000 +0100
> > +++ linux-source-2.6.22/sound/pci/hda/patch_realtek.c 2007-08-20 22:21:37.000000000 +0100
> > @@ -6392,7 +6392,7 @@
> > SND_PCI_QUIRK(0x1462, 0x4319, "MSI", ALC883_TARGA_DIG),
> > SND_PCI_QUIRK(0x1462, 0x4324, "MSI", ALC883_TARGA_DIG),
> > SND_PCI_QUIRK(0x1462, 0xa422, "MSI", ALC883_TARGA_2ch_DIG),
> > - SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER),
> > +/* SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER) , */
> > SND_PCI_QUIRK(0x15d9, 0x8780, "Supermicro PDSBA", ALC883_3ST_6ch),
> > SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_MEDION),
> > SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC883_LAPTOP_EAPD),
> >
> >
> > Unfortunately I think it's pretty clear it will break for others.
> >
> > The lspci reports the following on the appropriate device:-
> > 00:10.1 0403: 10de:026c (rev a2)
> > Subsystem: 1025:0112
> > Flags: 66MHz, fast devsel, IRQ 19
> > Memory at c0000000 (32-bit, non-prefetchable) [size=16K]
> > Capabilities: <access denied>
> >
>
> Jaroslav, Takashi: can you please comment on this?
The patch would definitely break many other machines, so no, it can't
be applied as is. Note that there is an equivalent workaround by
adding "model=auto" module option.
The support for Acer Aspire was already improved in mm tree. At
least, we have the support for Aspire 9810 and co. If it's the
compatible one, the chance is high.
Roger, could you try git-alsa patch in the latest mm together with
model=acer-aspiore option? If it works, I can easily add your device
ID to the table.
thanks,
Takashi
next prev parent reply other threads:[~2007-09-05 16:05 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 22:29 Roger Gammans
2007-09-05 15:38 ` Andrew Morton
2007-09-05 16:05 ` Takashi Iwai [this message]
2007-09-05 16:16 ` Andrew Morton
2007-09-05 16:44 ` Takashi Iwai
2007-09-06 15:09 ` Romano Giannetti
2007-09-06 15:25 ` Takashi Iwai
2007-09-06 21:48 ` Romano Giannetti
2007-09-07 8:22 ` Romano Giannetti
2007-09-07 10:21 ` Takashi Iwai
2007-09-07 12:04 ` easy alsa patches for the stable kernel? (was: Re: hda_intel : Patch + Regression in 2.6.18 -> 2.6.22) Thorsten Leemhuis
2007-09-07 12:58 ` Takashi Iwai
2007-09-07 19:42 ` easy alsa patches for the stable kernel? Thorsten Leemhuis
2007-09-07 20:59 ` Romano Giannetti
2007-09-07 23:42 ` Takashi Iwai
2007-09-10 8:46 ` Toshiba A305 hda-intel (Was: Re: easy alsa patches for the stablekernel?) Romano Giannetti
2007-09-07 23:38 ` easy alsa patches for the stable kernel? Takashi Iwai
2007-09-08 6:30 ` Thorsten Leemhuis
2007-09-08 17:49 ` Stefan Richter
2007-09-09 10:45 ` Thorsten Leemhuis
2007-09-05 16:26 ` hda_intel : Patch + Regression in 2.6.18 -> 2.6.22 Roger Gammans
2007-09-05 16:46 ` Takashi Iwai
2007-09-05 17:01 ` Roger Gammans
2007-09-05 17:18 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hlkbl6qsn.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@suse.cz \
--cc=roger@computer-surgery.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®