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 0BFA3C77B7F for ; Fri, 12 May 2023 08:28:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240185AbjELI2q (ORCPT ); Fri, 12 May 2023 04:28:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240170AbjELI2l (ORCPT ); Fri, 12 May 2023 04:28:41 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0C6E11608 for ; Fri, 12 May 2023 01:28:16 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 5262D22778; Fri, 12 May 2023 08:28:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683880095; 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=3mGB+smqRhvtSbDmLxnlDyB2A5TVjgue/Be+0M57G18=; b=vzrdciWlHcUwrcZ/A1T4r0g534r5DXoqdXQIyoU5ABYTdaijhOplVKBxSL2eozD29VkkTz UVSGFcUY6TGlnj8OsCRTXwC4KTL0bg4x3axpAzpd2JBzxPthdd+UWPeCPOkSKEpdx3tiXl 5UoXNN6Ekxd7bnPLsi1RBFUrfipeFj0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683880095; 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=3mGB+smqRhvtSbDmLxnlDyB2A5TVjgue/Be+0M57G18=; b=zDqffYIxuqv92sD98suDupfD/TSrdKv5llzrnsirLoupG1h+AcY7Uc5NJWTRs7GRpxY31I b4Jk8gPM5GRXA8Cw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 24B5E13466; Fri, 12 May 2023 08:28:15 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id gGggCJ/4XWTEIgAAMHmgww (envelope-from ); Fri, 12 May 2023 08:28:15 +0000 Date: Fri, 12 May 2023 10:28:14 +0200 Message-ID: <871qjmar8h.wl-tiwai@suse.de> From: Takashi Iwai To: nemesis@icequake.net Cc: alsa-devel@alsa-project.org, Jaroslav Kysela , linux-kernel@vger.kernel.org Subject: Re: [PATCH] snd-hda-intel: Apply HP B&O top speaker profile to Pavilion 15 In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 May 2023 19:32:21 +0200, Ryan C. Underwood wrote: > > > The Pavilion 15 line has B&O top speakers similar to the x360 and > applying the same profile produces good sound. Without this, the > sound would be tinny and underpowered without either applying > model=alc295-hp-x360 or booting another OS first. > > Signed-off-by: Ryan Underwood The patch seems mangled by your mailer (spaces instead of tabs). I applied it manually as it's a trivial change. But at the next time, please check your mailer setup. Also, please include all maintainers to Cc :) thanks, Takashi