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 2998DC433F5 for ; Wed, 12 Jan 2022 09:45:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352174AbiALJpt (ORCPT ); Wed, 12 Jan 2022 04:45:49 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:59032 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346466AbiALJps (ORCPT ); Wed, 12 Jan 2022 04:45:48 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id B5B681F37F; Wed, 12 Jan 2022 09:45:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1641980746; 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=S0hfHUEfEqIPRrTdwX5rGhyplG9JrqVKgLku5Gt6wPY=; b=qBs3n8dKfvZ6MccYUMHCxLTMgd48VTY7jZqxkZWh2ZIL3kw6/MwoPUeRdc5kKO1sO/VlOr rROU7NuNz8OG8wRWK/AtGWE7mmKU2hhULaht2DMYNxLFNGTMLA2SVfQiXK8toGGN5hYXbf zXZTdgBjmAHTNPApYI8Km+/+5vKNR24= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1641980746; 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=S0hfHUEfEqIPRrTdwX5rGhyplG9JrqVKgLku5Gt6wPY=; b=3mQqo6I44Z09ToqUhgHMdcRa1BhiT9XAaOSZreEzidOBBIAmHNHxbc5l6YRYr9+cPnFtsi AxacVEExEg9R8pAw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 61703A3B84; Wed, 12 Jan 2022 09:45:46 +0000 (UTC) Date: Wed, 12 Jan 2022 10:45:46 +0100 Message-ID: From: Takashi Iwai To: Alexander Sergeyev Cc: Jeremy Szu , tiwai@suse.com, "moderated list:SOUND" , Kailang Yang , open list , Huacai Chen , Jian-Hong Pan , Hui Wang , PeiSen Hou Subject: Re: [PATCH 1/4] ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8 In-Reply-To: <20220111195229.a77wrpjclqwrx4bx@localhost.localdomain> References: <20210519170357.58410-1-jeremy.szu@canonical.com> <20220111195229.a77wrpjclqwrx4bx@localhost.localdomain> 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 Tue, 11 Jan 2022 20:52:29 +0100, Alexander Sergeyev wrote: > > Hello, > > On Thu, May 20, 2021 at 01:03:53AM +0800, Jeremy Szu wrote: > >The HP EliteBook 855 G8 Notebook PC is using ALC285 codec which needs > >ALC285_FIXUP_HP_MUTE_LED fixup to make it works. After applying the > >fixup, the mute/micmute LEDs work good. > > I've recently got HP EliteBook 855 G8 and it happens that neither > micmute LED nor speakers work (except rare cases, more on that later) > in 5.16.0. The corresponding ALC285_FIXUP_HP_MUTE_LED fixup is > definitely applied (verified by adding a printk into > alc285_fixup_hp_mute_led). > > What is the most interesting, both micmute LED and speakers do work on > rare boots. I've written some scripts to pick up sound from speakers > using a known-good USB microphone. Out of 709 boots today only 16 > ended up with working micmute LED and speakers. > > Is there anything I can do to help with debugging of this problem? > > Initially reported at https://bugzilla.kernel.org/show_bug.cgi?id=215466 The problem is about the built-in drivers, or do you see the very same problem even with modules? AFAIK, quite a few AMD platforms tend to have some issues with various devices showing initialization problems at the early boot. Just reloading / rebinding the device later often helps. Takashi