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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF721C47082 for ; Sat, 5 Jun 2021 12:52:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A016E613F9 for ; Sat, 5 Jun 2021 12:52:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230169AbhFEMyU (ORCPT ); Sat, 5 Jun 2021 08:54:20 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:44212 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbhFEMyT (ORCPT ); Sat, 5 Jun 2021 08:54:19 -0400 Received: from relay2.suse.de (unknown [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id C80BD21A1B; Sat, 5 Jun 2021 12:52:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1622897550; 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=PiNpktxwaBLpMxp02+QYeNR49gCDKuJMGpSeFzGPk+M=; b=IjxxsjK0iWn/sJPt4bwrjONroHweNKcTaGJOLBiH62qJ6yUrr1IiUPl2EK6aEuHNliNKeY ffUp3w25sKDYJ6o0ATLIdj67gTEzqqvmOXaIFvHpuVOaT1t9zW8WBw8OpoZ2bhVsh5VV/o r9SWi7GWb2cwutXk6sFltVx1iXPw6Ps= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1622897550; 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=PiNpktxwaBLpMxp02+QYeNR49gCDKuJMGpSeFzGPk+M=; b=USfn+kmibqGZt4VLlybeZGP8aG5OhoNGhZ2Kd4r+zayBc3Cqy3wNJbSrDoA2XX0r8xU1KX 67gN0dATEpR0TzAg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id B3317A3B8F; Sat, 5 Jun 2021 12:52:30 +0000 (UTC) Date: Sat, 05 Jun 2021 14:52:30 +0200 Message-ID: From: Takashi Iwai To: Jeremy Szu Cc: tiwai@suse.com, Jaroslav Kysela , Kailang Yang , Hui Wang , Jian-Hong Pan , Chris Chiu , Huacai Chen , alsa-devel@alsa-project.org (moderated list:SOUND), linux-kernel@vger.kernel.org (open list) Subject: Re: [PATCH 3/3] ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 840 Aero G8 In-Reply-To: <20210605082539.41797-3-jeremy.szu@canonical.com> References: <20210605082539.41797-1-jeremy.szu@canonical.com> <20210605082539.41797-3-jeremy.szu@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 Sat, 05 Jun 2021 10:25:38 +0200, Jeremy Szu wrote: > > The HP EliteBook 840 Aero G8 using ALC285 codec which using 0x04 to > control mute LED and 0x01 to control micmute LED. > In the other hand, there is no output from right channel of speaker. > Therefore, add a quirk to make it works. > > Signed-off-by: Jeremy Szu Applied, thanks. Takashi