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 536BAC433F5 for ; Mon, 16 May 2022 07:44:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241222AbiEPHoB (ORCPT ); Mon, 16 May 2022 03:44:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232877AbiEPHn6 (ORCPT ); Mon, 16 May 2022 03:43:58 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DFBF248E6 for ; Mon, 16 May 2022 00:43:57 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id C2D5B21B49; Mon, 16 May 2022 07:43:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1652687035; 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=KaNoTPvq+cdMQ64tgkHR/Rr59SqJYGviHcgzR10l/JA=; b=BrjXr+sztJBBXyjjEMP3ZxsHZudB2NoXOkEHQ7fR/ZoS/K9ygDdMWJA1W8DLw5in/9dCC5 cNr/M5GnmcQ7SSN2A1Om0z051BgBb+jrAKIlewgYpfBpzHMvA/EsYuXH777cUryT/3LECI fAfrwvTwrwP7ocNCDkMirdI5LnOPSho= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1652687035; 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=KaNoTPvq+cdMQ64tgkHR/Rr59SqJYGviHcgzR10l/JA=; b=QwbSGwuyPY8E5s+IU04u7bzlrmrKeku8RXHKXGiksskrZ749wJxyrtmmTipaXsCpwXDwSa dOmQ0hq1WHEZt7Bg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 349FB2C141; Mon, 16 May 2022 07:43:55 +0000 (UTC) Date: Mon, 16 May 2022 09:43:55 +0200 Message-ID: From: Takashi Iwai To: Andy Chi Cc: Jaroslav Kysela , Takashi Iwai , Jeremy Szu , Werner Sembach , Kai-Heng Feng , Lucas Tanure , Cameron Berkenpas , Kailang Yang , Yong Wu , Elia Devito , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine In-Reply-To: <20220513121648.28584-1-andy.chi@canonical.com> References: <20220513121648.28584-1-andy.chi@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") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 May 2022 14:16:45 +0200, Andy Chi wrote: > > * The HP EliteBook 630 is using ALC236 codec which used 0x02 to control mute LED > and 0x01 to control micmute LED. Therefore, add a quirk to make it works. > > Signed-off-by: Andy Chi Thanks, applied now. Takashi