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 2AEA3C0015E for ; Tue, 25 Jul 2023 09:51:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233329AbjGYJvg (ORCPT ); Tue, 25 Jul 2023 05:51:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233309AbjGYJve (ORCPT ); Tue, 25 Jul 2023 05:51:34 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8933E64 for ; Tue, 25 Jul 2023 02:51:32 -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 38BA121CF5; Tue, 25 Jul 2023 09:51:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1690278691; 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=YuwGiB7CDjEOEo2dqfgTzEoaBo/NkwZrdim6kOaulcc=; b=dnXcXib79aRGz0+K5Gx3dX8WOXs7rvUVbmcKKl/MEh1w8rOh6OUl5l5OkdNQd/TwDeQ9Nn g0Fzkdd5rfL+Cio6LA2Of9Pr4oboz41H414zlDjdIKb/BYSb3oTsWpWgzCRmrtkCFC1/IK 2VEl5AdW3SUZTtEled4PF8B+2MAxN54= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1690278691; 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=YuwGiB7CDjEOEo2dqfgTzEoaBo/NkwZrdim6kOaulcc=; b=Te2Kcc8Gi6y7zrH9XVLahjn0V0t8gwf0xWQayu+510l1M3h5VGesqzsZrfC0gXkvlnrr+n f8m8lxz5haYEhIBQ== 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 07F7B13487; Tue, 25 Jul 2023 09:51:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id oDYtASObv2R/ZwAAMHmgww (envelope-from ); Tue, 25 Jul 2023 09:51:31 +0000 Date: Tue, 25 Jul 2023 11:51:30 +0200 Message-ID: <87tttstj31.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: tiwai@suse.com, Richard Fitzgerald , perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com Subject: Re: [PATCH v5 00/11] ALSA: hda: Adding support for CS35L56 on HDA systems In-Reply-To: <169022328831.1044066.6080075080661040862.b4-ty@kernel.org> References: <20230721132120.5523-1-rf@opensource.cirrus.com> <169022328831.1044066.6080075080661040862.b4-ty@kernel.org> 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 Mon, 24 Jul 2023 20:28:08 +0200, Mark Brown wrote: > > On Fri, 21 Jul 2023 14:21:09 +0100, Richard Fitzgerald wrote: > > This set of patches adds support for using the CS35L56 boosted smart > > amplifier on HDA systems. In these systems the CS35L56 audio is > > routed through a HDA-to-I2S bridge codec. > > > > This doesn't include the changes to the Realtek driver to actually hook > > up the CS35L56 driver, because we don't yet have the QUIRK IDs to > > associate it with. But we want to publish the driver now so that it is > > available for bringing up hardware with the CS35L56. > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Mark, could you send an earlier PR including this? Otherwise we'll be in a messy situation when applying further conflicting patches like TAS HD-audio codec patches. thanks, Takashi