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 31C1DC433FE for ; Fri, 21 Jan 2022 14:39:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351072AbiAUOju (ORCPT ); Fri, 21 Jan 2022 09:39:50 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:53304 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231265AbiAUOjs (ORCPT ); Fri, 21 Jan 2022 09:39:48 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 45E7721982; Fri, 21 Jan 2022 14:39:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1642775987; 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=YAahMuqFx1y2j0gx3GLTjHZcyfAflC+QYlZqqlZMHYw=; b=ylXZ/uq4riyl2WMBJerF50H8mr8mmJsjlX2lWZUHkkwGnix2p2Xw7mOLUlQRDeS7Trj7G7 +r8EymvLNE34/l5Cxvpfp33mrb67kq6ZbQtDSmzoZea34N59RaK9dIFO250PDbxwRVmeF3 AtWbwKUIPrM/8+tMDaV8vgIIyw2Ud8U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1642775987; 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=YAahMuqFx1y2j0gx3GLTjHZcyfAflC+QYlZqqlZMHYw=; b=183+lWyCjbEjxA2fvSIfSHKWw+NcSIBEosL8NXuPOlEtW4z6puOb3/abH/CYseF1PWl9ik dKn2juUMhwDFUxBw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 32EFEA3B85; Fri, 21 Jan 2022 14:39:47 +0000 (UTC) Date: Fri, 21 Jan 2022 15:39:47 +0100 Message-ID: From: Takashi Iwai To: Stefan Binding Cc: , , , 'Lucas Tanure' , "'Rafael J . Wysocki'" , , 'Takashi Iwai' , 'Mark Gross' , 'Hans de Goede' , 'Mark Brown' , , , 'Len Brown' Subject: Re: [PATCH v4 8/9] ALSA: hda/realtek: Add support for HP Laptops In-Reply-To: <018c01d80ed3$b5a5a610$20f0f230$@opensource.cirrus.com> References: <20220120134326.5295-1-sbinding@opensource.cirrus.com> <20220120134326.5295-9-sbinding@opensource.cirrus.com> <018c01d80ed3$b5a5a610$20f0f230$@opensource.cirrus.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 Fri, 21 Jan 2022 15:32:24 +0100, Stefan Binding wrote: > > Hi Takashi, > > > -----Original Message----- > > From: Alsa-devel On Behalf Of > > Takashi Iwai > > Sent: 20 January 2022 15:27 > > To: Stefan Binding > > Cc: platform-driver-x86@vger.kernel.org; alsa-devel@alsa-project.org; > linux- > > acpi@vger.kernel.org; Lucas Tanure ; > > Rafael J . Wysocki ; linux-kernel@vger.kernel.org; > > Takashi Iwai ; Mark Gross ; Hans > > de Goede ; Mark Brown ; > > patches@opensource.cirrus.com; linux-spi@vger.kernel.org; Len Brown > > > > Subject: Re: [PATCH v4 8/9] ALSA: hda/realtek: Add support for HP Laptops > > > > On Thu, 20 Jan 2022 14:43:25 +0100, > > Stefan Binding wrote: > > > > > > From: Lucas Tanure > > > > > > Add support for two and four CS35L41 using the component > > > binding method > > > > > > Signed-off-by: Lucas Tanure > > > Signed-off-by: Stefan Binding > > > > I guess this patch won't be applicable until ACPI or other tree syncs > > with the latest Linus tree or sound git tree. Must this patch be > > merged with other patches? > > In order for these laptops to work correctly, it will need all of the > patches merged, > including both this change and the ACPI changes - without the ACPI changes, > some of the amps will not probe. Well, the question is whether merging it would break other things or not. Currently the sound on the laptop won't work anyway, and applying this in other tree would need the back-pull of existing HD-audio changes from sound.git tree or Linus treee, which is often cumbersome. The goal is to plumb everything up in 5.17-rc as soon as possible, and it's often faster if each tree concentrates on only the responsible bits. Takashi