From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20572CA9EBB for ; Thu, 24 Oct 2019 10:36:02 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 95A6521872 for ; Thu, 24 Oct 2019 10:36:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="EJe0Y0KG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 95A6521872 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 1F8BE165F; Thu, 24 Oct 2019 12:35:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1F8BE165F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1571913359; bh=n69u0RDZ5nIYfZT66Ouf2cvCNbvG8KO4fJ/ZeaDzQeo=; h=Date:From:To:In-Reply-To:References:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=EJe0Y0KG1jfzo+92txq2GOCg1383VnxrKK65uZRhgZ5Skbd1iVSg8QbaATeMwplcz 1dhwjPiq2Wgi1goid2JIZ6nButNwKf8jRk/uaDaz08E7Um9nOgLgasVhyB3nUgXqqz QpA4MKAa8PCMZl03nIZ272mb1SdTQKEqEZsrn8xo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B1A08F80112; Thu, 24 Oct 2019 12:35:08 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id EBC86F8036B; Thu, 24 Oct 2019 12:35:07 +0200 (CEST) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 60DE6F80112 for ; Thu, 24 Oct 2019 12:35:05 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 60DE6F80112 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id DB1C2B28A; Thu, 24 Oct 2019 10:35:04 +0000 (UTC) Date: Thu, 24 Oct 2019 12:35:04 +0200 Message-ID: From: Takashi Iwai To: Kailang In-Reply-To: References: <20191022153855.14368-1-aaron.ma@canonical.com> <848ebd7fd86e4c05936e70f500f718e9@realtek.com> <892889ae-0ce1-fbf6-d19f-50a5686e84c2@canonical.com> 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/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Cc: Aaron Ma , "hui.wang@canonical.com" , "alsa-devel@alsa-project.org" , "linux-kernel@vger.kernel.org" Subject: Re: [alsa-devel] [PATCH] ALSA: hda/realtek - Fix 2 front mics of codec 0x623 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Thu, 24 Oct 2019 09:20:19 +0200, Kailang wrote: > > Hi Takashi, > > Attach patch was support ALC623. Thanks, applied now. Aaron, could you rebase your patch and resubmit? Takashi > > BR, > Kailang > > > -----Original Message----- > > From: Aaron Ma > > Sent: Wednesday, October 23, 2019 6:06 PM > > To: Kailang ; Takashi Iwai > > Cc: perex@perex.cz; hui.wang@canonical.com; alsa-devel@alsa-project.org; > > linux-kernel@vger.kernel.org > > Subject: Re: [PATCH] ALSA: hda/realtek - Fix 2 front mics of codec 0x623 > > > > On 10/23/19 4:44 PM, Kailang wrote: > > > > > > > > >> -----Original Message----- > > >> From: Takashi Iwai > > >> Sent: Wednesday, October 23, 2019 12:08 AM > > >> To: Aaron Ma > > >> Cc: perex@perex.cz; Kailang ; > > >> hui.wang@canonical.com; alsa-devel@alsa-project.org; > > >> linux-kernel@vger.kernel.org > > >> Subject: Re: [PATCH] ALSA: hda/realtek - Fix 2 front mics of codec > > >> 0x623 > > >> > > >> On Tue, 22 Oct 2019 17:38:55 +0200, > > >> Aaron Ma wrote: > > >>> > > >>> These 2 ThinkCentres installed a new realtek codec ID 0x623, it has > > >>> 2 front mics with the same location on pin 0x18 and 0x19. > > >>> > > >>> Apply fixup ALC283_FIXUP_HEADSET_MIC to change 1 front mic location > > >>> to right, then pulseaudio can handle them. > > >>> One "Front Mic" and one "Mic" will be shown, and audio output works > > >>> fine. > > >>> > > >>> Signed-off-by: Aaron Ma > > >> > > >> I'd like to have Kailang's review about the new codec before applying. > > >> > > >> Kailang, could you take a look? > > > OK. > > > I will post you the patch for ALC623 codec tomorrow. > > > Thanks. > > > > Cc me too. > > > > Thank you. > > Aaron > > > > > > > >> > > >> > > >> thanks, > > >> > > >> Takashi > > >> > > >>> --- > > >>> sound/pci/hda/patch_realtek.c | 3 +++ > > >>> 1 file changed, 3 insertions(+) > > >>> > > >>> diff --git a/sound/pci/hda/patch_realtek.c > > >>> b/sound/pci/hda/patch_realtek.c index b000b36ac3c6..c34d8b435f58 > > >>> 100644 > > >>> --- a/sound/pci/hda/patch_realtek.c > > >>> +++ b/sound/pci/hda/patch_realtek.c > > >>> @@ -7186,6 +7186,8 @@ static const struct snd_pci_quirk > > >>> alc269_fixup_tbl[] > > >> = { > > >>> SND_PCI_QUIRK(0x17aa, 0x312f, "ThinkCentre Station", > > >> ALC294_FIXUP_LENOVO_MIC_LOCATION), > > >>> SND_PCI_QUIRK(0x17aa, 0x313c, "ThinkCentre Station", > > >> ALC294_FIXUP_LENOVO_MIC_LOCATION), > > >>> SND_PCI_QUIRK(0x17aa, 0x3151, "ThinkCentre Station", > > >>> ALC283_FIXUP_HEADSET_MIC), > > >>> + SND_PCI_QUIRK(0x17aa, 0x3178, "ThinkCentre Station", > > >> ALC283_FIXUP_HEADSET_MIC), > > >>> + SND_PCI_QUIRK(0x17aa, 0x3176, "ThinkCentre Station", > > >>> +ALC283_FIXUP_HEADSET_MIC), > > >>> SND_PCI_QUIRK(0x17aa, 0x3902, "Lenovo E50-80", > > >> ALC269_FIXUP_DMIC_THINKPAD_ACPI), > > >>> SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", > > >> ALC283_FIXUP_INT_MIC), > > >>> SND_PCI_QUIRK(0x17aa, 0x3978, "Lenovo B50-70", > > >>> ALC269_FIXUP_DMIC_THINKPAD_ACPI), @@ -9187,6 +9189,7 @@ static > > >> const struct hda_device_id snd_hda_id_realtek[] = { > > >>> HDA_CODEC_ENTRY(0x10ec0298, "ALC298", patch_alc269), > > >>> HDA_CODEC_ENTRY(0x10ec0299, "ALC299", patch_alc269), > > >>> HDA_CODEC_ENTRY(0x10ec0300, "ALC300", patch_alc269), > > >>> + HDA_CODEC_ENTRY(0x10ec0623, "ALC623", patch_alc269), > > >>> HDA_CODEC_REV_ENTRY(0x10ec0861, 0x100340, "ALC660", > > >> patch_alc861), > > >>> HDA_CODEC_ENTRY(0x10ec0660, "ALC660-VD", patch_alc861vd), > > >>> HDA_CODEC_ENTRY(0x10ec0861, "ALC861", patch_alc861), > > >>> -- > > >>> 2.17.1 > > >>> > > >> > > >> ------Please consider the environment before printing this e-mail. > [2 0000-add-support-alc623.patch ] > _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel