From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EBA0319AD5A; Tue, 16 Jul 2024 16:03:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721145794; cv=none; b=APm9BSukUPY61eCu/FA0f60Or0hb3UxSOT9/GjY+DAxb7IiU7n7et4NOXekmXHX6eDP9XnBDK40QlSHxe+74JGLZDLmxK1bam+U87Cf806jkfqHWgesLEyI8Tnb1QeMG81iE31wCMpuo5HT/lAVkJtnMJnWh8DFC1xu2/7r3IvM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721145794; c=relaxed/simple; bh=uoXUARzZPN2f1Z5Gm6KtdAeJgQ2VelsjzF1zr0vi/ME=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lFcWUakk7m6RRtp18e9CKpT3lNdbkHup8IP+D49f46UqiB+qyjaPFWc0tvtgLy3XpApEVswCV0w1odGwaB4lqGSkVO6VZ0uy/53n+2SpF+RJ4IdRkGBP8LLYC9cRlgJ+qsVt0FxuUij7uDxzUZ3uL5K7jlpwKVMkv4tWt25GnGA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=dQGnLhTl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="dQGnLhTl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 749F4C116B1; Tue, 16 Jul 2024 16:03:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721145793; bh=uoXUARzZPN2f1Z5Gm6KtdAeJgQ2VelsjzF1zr0vi/ME=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dQGnLhTls8e1voeaT2jrsF6OKNncaPB7zvXBv2qMhBD2vgqUfA0jSR0pdSDF9FaZt Zsr46pVSgDM5Q5tihnj4u4IhmlSUoq+aWpsy0WLlIQjTSk18TGBjWHy17BVBBHDE0M gorVI7v0fPUPuDYJhZ6X4KWTfAZbKujYEPmn/BUA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Nazar Bilinskyi , Takashi Iwai Subject: [PATCH 6.6 085/121] ALSA: hda/realtek: Enable Mute LED on HP 250 G7 Date: Tue, 16 Jul 2024 17:32:27 +0200 Message-ID: <20240716152754.598392295@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240716152751.312512071@linuxfoundation.org> References: <20240716152751.312512071@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nazar Bilinskyi commit b46953029c52bd3a3306ff79f631418b75384656 upstream. HP 250 G7 has a mute LED that can be made to work using quirk ALC269_FIXUP_HP_LINE1_MIC1_LED. Enable already existing quirk. Signed-off-by: Nazar Bilinskyi Cc: Link: https://patch.msgid.link/20240709080546.18344-1-nbilinskyi@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9817,6 +9817,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3), SND_PCI_QUIRK(0x103c, 0x841c, "HP Pavilion 15-CK0xx", ALC269_FIXUP_HP_MUTE_LED_MIC3), SND_PCI_QUIRK(0x103c, 0x8497, "HP Envy x360", ALC269_FIXUP_HP_MUTE_LED_MIC3), + SND_PCI_QUIRK(0x103c, 0x84a6, "HP 250 G7 Notebook PC", ALC269_FIXUP_HP_LINE1_MIC1_LED), SND_PCI_QUIRK(0x103c, 0x84ae, "HP 15-db0403ng", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x84da, "HP OMEN dc0019-ur", ALC295_FIXUP_HP_OMEN), SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),