From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [ALSA] hda-codec - Fix laptop models for Cxt5045 Date: Tue, 01 Jul 2008 14:36:16 +0200 Message-ID: References: <871w2ea4ek.fsf@ixod.org> <87y74liyd4.fsf@ixod.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 78DE42433F for ; Tue, 1 Jul 2008 14:36:17 +0200 (CEST) In-Reply-To: <87y74liyd4.fsf@ixod.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: "Mark T.B. Carroll" Cc: ALSA development , Marc Boucher List-Id: alsa-devel@alsa-project.org At Tue, 01 Jul 2008 08:26:47 -0400, Mark T.B. Carroll wrote: > > Takashi Iwai writes: > > > At Tue, 1 Jul 2008 09:07:30 +0200 (CEST), > > Jaroslav Kysela wrote: > >> > >> On Mon, 30 Jun 2008, Mark T.B. Carroll wrote: > >> > >> > Greetings. I thought I should mention that your patch > >> > http://kerneltrap.org/mailarchive/git-commits-head/2008/2/1/670694 > >> > broke headphone sound for me on a Toshiba Satellite P105-S6197, > >> > sound card PCI ID 8086:27d8 with Conexant CX20549 codec. The speakers > >> > silence when I plug the headphones in but no sound comes from them. > > > > Do you mean that the no sound comes from the headphone even if you > > plug it? And, the speaker works again after unplugging the HP? > > Yes. > > >> > Details are at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488063 > >> > but half of my Debian bug reports go ignored for years. > >> > > >> > A sufficient workaround for me is to comment out the `default:' in the > >> > `switch (board_config)' in the function `patch_cxt5045' in > >> > sound/pci/hda/patch_conexant.c. Then everything works fine again. > > > > Does the speaker auto-muting work if you do that? > > Yes. > > In both cases, the speakers work fine: they mute if I plug the > headphones in, and unmute when I unplug them. OK, it means that your hardware does hardware-muting, thus the driver doesn't have to mute by itself. > The difference is that if I leave the `default:' in the code, no sound > comes from the headphones when they are plugged in. > > > Please run alsa-info.sh (with --no-upload option) for both working > > (patched) and non-working (the original) cases, and attach generated > > files to compare. This will be helpful to analyze the problem. > > Okay. Thanks. Takashi