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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A541C433F5 for ; Wed, 6 Oct 2021 14:10:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C9456105A for ; Wed, 6 Oct 2021 14:10:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238952AbhJFOM1 (ORCPT ); Wed, 6 Oct 2021 10:12:27 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:53916 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238894AbhJFOMY (ORCPT ); Wed, 6 Oct 2021 10:12:24 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id ADD952037E; Wed, 6 Oct 2021 14:10:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1633529430; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=coGjkfb3iyTH8wao1yG4Ye8VKWEPHzhsHR6KfGG9pOU=; b=ix3IJ31tTdId0Yfc1p+I+42HXUF5i3yk8rAMEi4fgmBDs9MNdE9+HNFlLxgmipyUIxsrSX uWjt8c3dY3laMx7/GJvgBT2UCnffkqadl95J9tJSCsrTXfzTa/jkkkmBlpsjKy4HNqLIYq 6+2RN/4cHHK6/ZZoFue+JUFj+abuGNQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1633529430; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=coGjkfb3iyTH8wao1yG4Ye8VKWEPHzhsHR6KfGG9pOU=; b=v/1oEEUzhcMii7ePQACt/6qtvVlCJDo4cdV/NO9Vntm7sxp1NkHPTDsyH6rurgMrtGgSkB Mk6bEbhcfvYmAsCQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id A0BE3A4293; Wed, 6 Oct 2021 14:10:30 +0000 (UTC) Date: Wed, 06 Oct 2021 16:10:30 +0200 Message-ID: From: Takashi Iwai To: Werner Sembach Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: Add quirk for TongFang PHxTxX1 In-Reply-To: <20211006130415.538243-1-wse@tuxedocomputers.com> References: <20211006130415.538243-1-wse@tuxedocomputers.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") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 06 Oct 2021 15:04:15 +0200, Werner Sembach wrote: > > This applies a SND_PCI_QUIRK(...) to the TongFang PHxTxX1 barebone. This > fixes the issue of the internal Microphone not working after booting > another OS. > > When booting a certain another OS this barebone keeps some coeff settings > even after a cold shutdown. These coeffs prevent the microphone detection > from working in Linux, making the Laptop think that there is always an > external microphone plugged-in and therefore preventing the use of the > internal one. > > The relevant indexes and values where gathered by naively diff-ing and > reading a working and a non-working coeff dump. > > Signed-off-by: Werner Sembach Thanks, applied. Takashi