Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763673AbYBLRP1 (ORCPT ); Tue, 12 Feb 2008 12:15:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762908AbYBLRPB (ORCPT ); Tue, 12 Feb 2008 12:15:01 -0500 Received: from mx2.suse.de ([195.135.220.15]:33518 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762577AbYBLRO7 (ORCPT ); Tue, 12 Feb 2008 12:14:59 -0500 Date: Tue, 12 Feb 2008 18:14:58 +0100 Message-ID: From: Takashi Iwai To: Matej Laitl Cc: alsa-devel , LKML Subject: Re: [ALSA] HDA: no sound in headphone-out caused by commit f889fa91ad47e (2.6.25-rc1 regression) In-Reply-To: <200802121627.44422.strohel@gmail.com> References: <200802112158.41989.strohel@gmail.com> <200802121627.44422.strohel@gmail.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3096 Lines: 73 At Tue, 12 Feb 2008 16:27:44 +0100, Matej Laitl wrote: > > Takashi Iwai wrote: > > Takashi Iwai wrote: > > > Matej Laitl wrote: > > > > With your patch, the sound in headphone-out is working again, but > > > > surprisingly the integrated loudspeakers stopped working! ;) > > > > > > > > Also, new on/of control appeared in alsamixer - "Speaker", but unmuting > > > > it (and unmuting all playback controls, plugging-out headphones) didn't > > > > have an effect on non-working integrated loudspeakers. > > > > > > > > Some kernel mesgs with your patch: > > > > hda_codec: Unknown model for ALC262, trying auto-probe from BIOS... > > > > autoconfig: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) > > > > ? ?speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) > > > > ? ?hp_outs=1 (0x15/0x1b/0x0/0x0/0x0) > > > > ? ?mono: mono_out=0x0 > > > > ? ?inputs: mic=0x18, fmic=0x19, line=0x0, fline=0x0, cd=0x0, aux=0x0 > > > > > > > > alsa-info.sh output: > > > > http://pastebin.ca/901089 > > > > > > Thanks. ?There seems a couple of bugs in this auto-configuration > > > code. ?Try the additional patch below. ?This will unmute the > > > speaker-pin. > > > > This version might be slightly better... > > Yes, this "slightly better" patch applied on top of your first patch against > hda_codec.c did the trick, but with some side-effects: > * the "Speaker" switch now mutes/unmutes speakers > * muting/unmuting "Front" channel now has zero effect (in 2.6.24 it had the > same effect as the "Speaker" switch now has) > * changing volume on "Front" channel now affects volume in headphones (was not > so in 2.6.24) This is what your BIOS sets up. The main output is connected to the docking station. That's why "Front" (a silly name for ALC262; it should read "Line Out", maybe will be renamed in later versions) switch doesn't work. OTOH, all outputs (speaker, headphone and line-outs) use the same DAC, and this is controlled via line-out volume, i.e. "Front" volume. > So there are now 3 vol controls that affect both speakers and headphones: > * Master (which appeared somewhere between 2.6.24 and .25-rc1), when set to > zero, the sound is still audible in speakers and headphones This must be the behavior of the codec chip... Did "Front" volume 0 mute in the earlier version? If not, it actually doesn't mute with the lowest volume. Use the master switch to mute. Anyway, attach the alsa-info.sh output at the moment Master volume is zero. > * PCM, working as expected (0 volume = no sound) > * Front (0 volume = still audible sound) > > So it is usable now (and those Speaker and Headphones on/off switches make > sense), but kinda suboptimal. (is it my BIOS who is to blame?) Yep. For the perfect solution, you'd need to create a static "patch" for this particular model instead of auto-configuration. Then you can adjust everything as you like. Takashi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/