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 6DEB9C433EF for ; Wed, 6 Oct 2021 14:26:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FF0061056 for ; Wed, 6 Oct 2021 14:26:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238218AbhJFO2c (ORCPT ); Wed, 6 Oct 2021 10:28:32 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:56870 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238875AbhJFO2X (ORCPT ); Wed, 6 Oct 2021 10:28:23 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id B3E7D20381; Wed, 6 Oct 2021 14:26:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1633530390; 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=8blPcIDRn8wgZpHnyTjwPBHxn3x/PErMAMLru6BHaMY=; b=yd30QTqLmaurd754m+eeroJ5IEUeD7QSTgoPKy10aabUl6Qko6NXqDMYbou2AalEpTuM6y wJpA30j/5ekiU0pYJ0oE9XcyRp7zIvF2xd1ThVzUEAJ8qQv1lbHew7al2UT3R+jaDyfGzD jErK92NMWT6GHhD3w0LVULC0qqTkU5g= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1633530390; 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=8blPcIDRn8wgZpHnyTjwPBHxn3x/PErMAMLru6BHaMY=; b=g8Dc6NteLzSA5fLottbmBYskj+/NdPYUPyUpyI0UKa1FOZug9jlevV/u7Rlyf3GCsmGdVR 2YM9tMxcsv2bK8Aw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id A7E87A3B88; Wed, 6 Oct 2021 14:26:30 +0000 (UTC) Date: Wed, 06 Oct 2021 16:26: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: 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 16:25:13 +0200, Werner Sembach wrote: > > Am 06.10.21 um 16:10 schrieb Takashi Iwai: > > > 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 > > Thanks for being quick as always ^^ > > I forgot to add cc: stable to the patch. Whats the best practie to do that after the patch has already been applied? > > Just send it again mit with cc: stable? Don't worry, I already added it :) Takashi