Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754816Ab3I3JT7 (ORCPT ); Mon, 30 Sep 2013 05:19:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54234 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752828Ab3I3JT5 (ORCPT ); Mon, 30 Sep 2013 05:19:57 -0400 Date: Mon, 30 Sep 2013 11:22:30 +0200 Message-ID: From: Takashi Iwai To: Ondrej Zary Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [alsa-devel] [PATCH 1/2] [RESEND] snd-ac97-codec: Add ID for TI TLV320AIC27 codec In-Reply-To: <201309272027.59117.linux@rainbow-software.org> References: <201309272027.59117.linux@rainbow-software.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1718 Lines: 43 At Fri, 27 Sep 2013 20:27:58 +0200, Ondrej Zary wrote: > > Add 0x54584e03 ID for TI TLV320AIC27 AC'97 codec according to datasheet: > http://www.ti.com/lit/ds/slas253a/slas253a.pdf > > The weird thing is that the chip is physically marked 320AD91. > > Signed-off-by: Ondrej Zary Applied now. Thanks. Takashi > --- > sound/pci/ac97/ac97_codec.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c > index 445ca48..bf578ba2 100644 > --- a/sound/pci/ac97/ac97_codec.c > +++ b/sound/pci/ac97/ac97_codec.c > @@ -175,6 +175,7 @@ static const struct ac97_codec_id snd_ac97_codec_ids[] = { > { 0x54524106, 0xffffffff, "TR28026", NULL, NULL }, > { 0x54524108, 0xffffffff, "TR28028", patch_tritech_tr28028, NULL }, // added by xin jin [07/09/99] > { 0x54524123, 0xffffffff, "TR28602", NULL, NULL }, // only guess --jk [TR28023 = eMicro EM28023 (new CT1297)] > +{ 0x54584e03, 0xffffffff, "TLV320AIC27", NULL, NULL }, > { 0x54584e20, 0xffffffff, "TLC320AD9xC", NULL, NULL }, > { 0x56494161, 0xffffffff, "VIA1612A", NULL, NULL }, // modified ICE1232 with S/PDIF > { 0x56494170, 0xffffffff, "VIA1617A", patch_vt1617a, NULL }, // modified VT1616 with S/PDIF > -- > Ondrej Zary > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > -- 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/