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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54143C433F5 for ; Fri, 14 Jan 2022 16:54:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243486AbiANQyu (ORCPT ); Fri, 14 Jan 2022 11:54:50 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:56368 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229729AbiANQyt (ORCPT ); Fri, 14 Jan 2022 11:54:49 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 6388D1F388; Fri, 14 Jan 2022 16:54:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1642179288; 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=gTJO2axjK/hf4a0W3MCG3BHo2U3Vy7XpoOpTIN5PLPo=; b=NYDnUl3qjIifQj6N4gDZH9eEZqAm6wlT9J+YHabNjKm7qMr7XCITwsVKzxTQ5dl9mmnGLy LjRQCwrgD6bmqLGusdQmcQbwL7DYrbJd2LTMQRqgLSI0/1wbl2om+Sox8XlQsn9+VqRjjZ RIkCatAKKqBjjgLBaXl6boVoSrvpERA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1642179288; 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=gTJO2axjK/hf4a0W3MCG3BHo2U3Vy7XpoOpTIN5PLPo=; b=gP0OwgmP6qJcsebmb5/uA5zSuxVyoBekWmQx6/bRd4p7CXy5lhZ76aa/03ZxctkyULdQhh ev/5N8W8UquzdtDQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 49887A3B85; Fri, 14 Jan 2022 16:54:48 +0000 (UTC) Date: Fri, 14 Jan 2022 17:54:48 +0100 Message-ID: From: Takashi Iwai To: Alexander Sergeyev Cc: Jaroslav Kysela , Takashi Iwai , Jeremy Szu , Werner Sembach , Hui Wang , Cameron Berkenpas , Kailang Yang , Sami Loone , Elia Devito , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/1] ALSA: hda/realtek: fix speakers and micmute on HP 855 G8 In-Reply-To: <20220114165050.ouw2nknuspclynro@localhost.localdomain> References: <20220114164904.lgj7yimbei6fmloe@localhost.localdomain> <20220114165050.ouw2nknuspclynro@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 Fri, 14 Jan 2022 17:50:50 +0100, Alexander Sergeyev wrote: > > There are several PCI ids associated with HP EliteBook 855 G8 Notebook > PC. Commit 0e68c4b11f1e6 ("ALSA: hda/realtek: fix mute/micmute LEDs for > HP 855 G8") covers 0x103c:0x8896, while this commit covers 0x103c:0x8895 > which needs some additional work on top of the quirk from 0e68c4b11f1e6. > > Note that the device can boot up with working speakers and micmute LED > without this patch, but the success rate would be quite low (order of > 16 working boots across 709 boots) at least for the built-in drivers > scenario. This also means that there are some timing issues during early > boot and this patch is a workaround. > > With this patch applied speakers and headphones are consistenly working, > as well as mute/micmute LEDs and the internal microphone. > > Signed-off-by: Alexander Sergeyev Thanks, applied now. Takashi