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 F3BD3C47082 for ; Sat, 5 Jun 2021 12:52:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D45DB613AA for ; Sat, 5 Jun 2021 12:52:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230149AbhFEMyK (ORCPT ); Sat, 5 Jun 2021 08:54:10 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:44198 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbhFEMyJ (ORCPT ); Sat, 5 Jun 2021 08:54:09 -0400 Received: from relay2.suse.de (unknown [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id A4F8321A17; Sat, 5 Jun 2021 12:52:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1622897540; 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=LGPbiqAqKqqbKrLpUpTYs/aXqBN0DC+Xf/wnxIMgY+Y=; b=CkKQ1VNbHDedVTulWcxgBRaULWv746UfrrioXe17KGZV9H8StPKWAghMKU7NPuzuN7DkPh zUQfr6WvNKafLMWKgRQiKpZdd4CGt7VwVor7JPBg3vnoXte3jQxTf/INq1B0gpMhoEVMed yEQVdEVwB/ZadFZCPb+5EoGEWx1/oBg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1622897540; 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=LGPbiqAqKqqbKrLpUpTYs/aXqBN0DC+Xf/wnxIMgY+Y=; b=OJqBVY0EGhX6UAIRbnz6i5wVNNeZLh/g9JtqYV8cW9YegLpfT0s27pC+taV/duPPaa1Sub 61FU8JxX3BQ4lNCQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 8E691A3B81; Sat, 5 Jun 2021 12:52:20 +0000 (UTC) Date: Sat, 05 Jun 2021 14:52:20 +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 2/3] ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP EliteBook x360 1040 G8 In-Reply-To: <20210605082539.41797-2-jeremy.szu@canonical.com> References: <20210605082539.41797-1-jeremy.szu@canonical.com> <20210605082539.41797-2-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:37 +0200, Jeremy Szu wrote: > > The HP EliteBook x360 1040 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