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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 261D4C433EF for ; Fri, 13 May 2022 06:24:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377278AbiEMGYN (ORCPT ); Fri, 13 May 2022 02:24:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240920AbiEMGYL (ORCPT ); Fri, 13 May 2022 02:24:11 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D12F28E4E3 for ; Thu, 12 May 2022 23:24:10 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 149D621ABB; Fri, 13 May 2022 06:24:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1652423049; 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=N7rXMfQbLsXfHJPruIxmUvAiOrPwGhvnNEokdMVcbcs=; b=gXU9cSSwHNNoWYlBexQK7CyRefoVArsPN33pqE/OjvzH2oSzDoxuDxbq5VJmfyL5zxG1Xd 29alTnrBo//KeBu0W9locFW63b1YPcHoskmhBNC/P5LIYv9W6QhQC9l7BgJwm49j5jZmbm 67XRGhEZE+R+/kTYKD+hjoxzQ17jsII= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1652423049; 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=N7rXMfQbLsXfHJPruIxmUvAiOrPwGhvnNEokdMVcbcs=; b=iTE029J9WH3+lVUeVoWAYvMjiSW2ESroOBAWERzVYt/2luuOtiOax3xR+Y4/qIUD+Qqiu2 qB0Fk2RcCzr3nHAw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 987E82C141; Fri, 13 May 2022 06:24:08 +0000 (UTC) Date: Fri, 13 May 2022 08:24:08 +0200 Message-ID: From: Takashi Iwai To: Werner Sembach Cc: perex@perex.cz, tiwai@suse.com, kai.vehmanen@linux.intel.com, pierre-louis.bossart@linux.intel.com, imre.deak@intel.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ALSA: hda/realtek: Add quirk for TongFang devices with pop noise In-Reply-To: <20220512180956.281804-1-wse@tuxedocomputers.com> References: <20220512180956.281804-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 Thu, 12 May 2022 20:09:56 +0200, Werner Sembach wrote: > > When audio stops playing there is an audible "pop"-noise when using > headphones on the TongFang GMxMRxx, GKxNRxx, GMxZGxx, GMxTGxx and GMxAGxx. > > This quirk fixes this mostly. > > Signed-off-by: Werner Sembach > Cc: stable@vger.kernel.org Thanks, applied now. Takashi