From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Robinson Subject: Re: [PATCH 2/2] ALSA: HDA: Add a new model "asus" for Conexant 5066/205xx Date: Sat, 22 Jan 2011 02:10:53 -0500 Message-ID: References: <4D398008.8080707@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qy0-f179.google.com (mail-qy0-f179.google.com [209.85.216.179]) by alsa0.perex.cz (Postfix) with ESMTP id 5EC302438A for ; Sat, 22 Jan 2011 08:10:55 +0100 (CET) Received: by qyj19 with SMTP id 19so2521520qyj.17 for ; Fri, 21 Jan 2011 23:10:53 -0800 (PST) In-Reply-To: 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: David Henningsson Cc: ALSA Development Mailing List List-Id: alsa-devel@alsa-project.org In addition, looking at http://launchpadlibrarian.net/59412617/Card0.Codecs.codec.0.txt , the Asus A52J (0x1043 0x13f3) should use the asus model instead of the hp-laptop model that it now uses. On Sat, Jan 22, 2011 at 1:19 AM, Andy Robinson wrote: > Thanks! This also works for the Asus U50F (0x1043 0x1993); however, > the U50F has a SPDIF output, which the model disables. There is an > additional issue with that.. on the U50F, the jack is connected to the > digital output at node 0x12, not the node 0x21 that is currently used > bu the cxt5066 patch. > > On Fri, Jan 21, 2011 at 7:46 AM, David Henningsson > wrote: >> BugLink: http://bugs.launchpad.net/bugs/701271 >> >> This new model, named "asus", is identical to the "hp_laptop" model, >> except for the location of the internal mic, which is at pin 0x1a. >> It is used for Asus K52JU and Lenovo G560. >> >> Signed-off-by: David Henningsson >> -- >> David Henningsson, Canonical Ltd. >> http://launchpad.net/~diwic >