At Sat, 10 Oct 2009 15:01:10 +0200, Luca Tettamanti wrote:
Hello, with current git kernel (bd381934) I see a GPF when the snd_hda_intel driver is loaded; the regression is recent, 0eca52a works fine. The machine is an ASUS laptop (F3Sa), this is the sound card:
Could you load the snd-hda-intel module with probe_only=1 option, and give the output of "alsa-info.sh --no-upload" ?
If 0eca52a worked, there are only a few changes regarding hda-intel.
defb5ab2e0ff08ff9a942e2bb7e14c21a55ec26b ALSA: hda - Fix yet another auto-mic bug in ALC268 01d4825df62d1d405035b90294bf38616d3f380b ALSA: hda - Don't pick up invalid HP pins in alc_subsystem_id() f8f25ba3563dab14b1c3ea4d829642b8a61ca5d7 ALSA: hda - Add a workaround for ASUS A7K 15870f05e90a365f8022da416e713be0c5024e2f ALSA: hda - Fix invalid initializations for ALC861 auto mode
The possible culprit is the third one, f8f25ba3563dab1. Could you try to revert this commit?
thanks,
Takashi