From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: hda - apply CS420X erratum fix for CS4207 only Date: Thu, 03 Mar 2011 15:20:02 +0100 Message-ID: References: <1298955969.12314.12.camel@snowflake> <1299102498-29063-1-git-send-email-arun.raghavan@collabora.co.uk> <1299102498-29063-2-git-send-email-arun.raghavan@collabora.co.uk> <1299154822.5858.12.camel@snowflake> <1299161272.5858.14.camel@snowflake> 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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 819851038FC for ; Thu, 3 Mar 2011 15:20:03 +0100 (CET) In-Reply-To: <1299161272.5858.14.camel@snowflake> 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: Arun Raghavan Cc: alsa-devel@alsa-project.org, Brian Austin , Arun Raghavan List-Id: alsa-devel@alsa-project.org At Thu, 03 Mar 2011 19:37:52 +0530, Arun Raghavan wrote: > > On Thu, 2011-03-03 at 14:58 +0100, Takashi Iwai wrote: > > At Thu, 03 Mar 2011 17:50:22 +0530, > > Arun Raghavan wrote: > > > > > > On Thu, 2011-03-03 at 13:01 +0100, Takashi Iwai wrote: > > > > At Thu, 3 Mar 2011 03:18:18 +0530, > > > > Arun Raghavan wrote: > > > > > > > > > > From: Arun Raghavan > > > > > > > > > > The commit a769cbcf60cee51f4431c0938acd39e7e5b76b8d > > > > > ALSA: hda - Add errata initverb sequence for CS42xx codecs > > > > > applies a fix for a chip erratum that is specific to CS4207 > > > > > unconditionally. On CS4206, this causes digital output to never be > > > > > activated. > > > > > > > > It might be the power-state the verb table sets? > > > > Try to comment out only the line setting SPDIF Tx to D3, > > > > {0x08, AC_VERB_SET_POWER_STATE, 0x03} > > > > instead of disabling the whole verbs, just for testing. > > > > > > Indeed, this also works. > > > > OK, to be sure, try the patch below. > > Yep, works just fine. Thanks for checking. Merged now to sound git tree. Takashi