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 1D86DC47082 for ; Sat, 5 Jun 2021 12:52:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E8E2E613AA for ; Sat, 5 Jun 2021 12:52:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230131AbhFEMyA (ORCPT ); Sat, 5 Jun 2021 08:54:00 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:38462 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbhFEMx7 (ORCPT ); Sat, 5 Jun 2021 08:53:59 -0400 Received: from relay2.suse.de (unknown [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id CE2E71FD2F; Sat, 5 Jun 2021 12:52:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1622897530; 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=dvwejg5im3V/I/BftLDkcgd+l0MkzOl0o+pK9Osuwu0=; b=SZDoBmqubKVEd9aN8yUT0d172+/vbw1vp4H4AUlId2E9WsHP3YkAn8wAx7ucTC1QRXceM9 T4vRsvQEDvaJxf1sa1KIqg3FO5w7T6IK7G3QGhsElOnGbQ/DcPqDsDlbPTs05/EEuptsxT uxmEhTUaXnIwujRERdAMVcDF81GE3g0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1622897530; 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=dvwejg5im3V/I/BftLDkcgd+l0MkzOl0o+pK9Osuwu0=; b=SWqYCyCfIj+Gl70YlmTNjRscqwe+HrVupncXpwZPVmT4SfYxujvjvb3SrLk8R35b5JP6VU I5SWUwg/2fVLitCA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 72012A3B81; Sat, 5 Jun 2021 12:52:10 +0000 (UTC) Date: Sat, 05 Jun 2021 14:52:10 +0200 Message-ID: From: Takashi Iwai To: Jeremy Szu Cc: tiwai@suse.com, Jaroslav Kysela , Kailang Yang , Hui Wang , Jian-Hong Pan , Huacai Chen , alsa-devel@alsa-project.org (moderated list:SOUND), linux-kernel@vger.kernel.org (open list) Subject: Re: [PATCH 1/3] ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Elite Dragonfly G2 In-Reply-To: <20210605082539.41797-1-jeremy.szu@canonical.com> References: <20210605082539.41797-1-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:36 +0200, Jeremy Szu wrote: > > The HP Elite Dragonfly G2 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