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 220E7C4332F for ; Fri, 10 Nov 2023 17:46:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235295AbjKJRqI (ORCPT ); Fri, 10 Nov 2023 12:46:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344822AbjKJRpG (ORCPT ); Fri, 10 Nov 2023 12:45:06 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C8E73F370; Fri, 10 Nov 2023 08:38:20 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 295E31F8BB; Fri, 10 Nov 2023 16:38:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1699634299; 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=Xs3BpkVTgV1ewZPdeQmpZ1dhNjsHeqvUEGhm0FD3eBg=; b=OSNH0qfF+m6e1TKkcvcG5W2XNlWcVofNbBLcbwaJGy9WGsEd+qd99M2K1gzo9uaXAlibPr MzPYQWGoeqJhZ4hhY4pNjGn7GCYorC2lERv42eysNZVnxDoW6de1aSxTX0LXoChIivjll9 VprcCN7+boH6OQ8QLzAWmiCCXx7XHXo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1699634299; 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=Xs3BpkVTgV1ewZPdeQmpZ1dhNjsHeqvUEGhm0FD3eBg=; b=wfmge9zH0y8+IDPRBGIsMGLojSrOt4y2ClO9/OyxFpYJaQFVFf+xCVQSbrI1SOULzIpFue nvE1xaEqP5Jr5UCQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id F06C713398; Fri, 10 Nov 2023 16:38:18 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id LlrOOXpcTmWlFQAAMHmgww (envelope-from ); Fri, 10 Nov 2023 16:38:18 +0000 Date: Fri, 10 Nov 2023 17:38:18 +0100 Message-ID: <87a5rlr2bp.wl-tiwai@suse.de> From: Takashi Iwai To: Eymen Yigit Cc: perex@perex.cz, tiwai@suse.com, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, Luka Guzenko Subject: Re: [PATCH] ALSA: hda/realtek: Enable Mute LED on HP 255 G8 In-Reply-To: <20231110150715.5141-1-eymenyg01@gmail.com> References: <20231110150715.5141-1-eymenyg01@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Nov 2023 16:07:15 +0100, Eymen Yigit wrote: > > This HP Notebook uses ALC236 codec with COEF 0x07 idx 1 controlling > the mute LED. Enable already existing quirk for this device. > > Signed-off-by: Eymen Yigit > Cc: Luka Guzenko Thanks, applied now. Takashi