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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AD5E3C48BC4 for ; Fri, 23 Feb 2024 06:24:01 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 01615839; Fri, 23 Feb 2024 07:23:49 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 01615839 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1708669439; bh=E0nEqPdV2QlHfBxw2rYP1kW7aUMpkrIUH2IEVRz8+Ng=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=QRd4IqfW6kT0Wpw5hE79qQr3PZcnq/3EsZiDVmHkMFkZjuNdEAueI70uxdi/W9I6S RnId47743vr8R87DwJw98UujsapzfB4qQLHs6dTDH65Ykjiy3XtAhmUsVuH4Qe+o1t YfLl4jWrUArAhNCTFBwuZGir6knDshaDhizSx5ws= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 70F0CF8057E; Fri, 23 Feb 2024 07:23:27 +0100 (CET) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 2992DF8059F; Fri, 23 Feb 2024 07:23:26 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7D817F80496; Fri, 23 Feb 2024 07:23:19 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D455FF800EE for ; Fri, 23 Feb 2024 07:23:10 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D455FF800EE Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key, unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=xiTwVPlT Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id BADEA63325; Fri, 23 Feb 2024 06:23:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 983D9C433F1; Fri, 23 Feb 2024 06:23:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708669387; bh=E0nEqPdV2QlHfBxw2rYP1kW7aUMpkrIUH2IEVRz8+Ng=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xiTwVPlTadYJUCbYRaOeLO2ibb8HrtR2M6XYADwpIfsigHwnxriJngyeqk5OZ1b5r VfBsZGzawMJmDLSfopA0qKl34P6dpi0Q33ZTgREiACCotz5QGIDkinTyiEF4UWiUOy CiQJdAj0wYjK+oj//dnPgCS94k1TQ0a6weahgmPU= Date: Fri, 23 Feb 2024 07:23:03 +0100 From: Greg KH To: Mark Brown Cc: Krzysztof Kozlowski , Wesley Cheng , srinivas.kandagatla@linaro.org, mathias.nyman@intel.com, perex@perex.cz, conor+dt@kernel.org, corbet@lwn.net, lgirdwood@gmail.com, andersson@kernel.org, krzysztof.kozlowski+dt@linaro.org, Thinh.Nguyen@synopsys.com, bgoswami@quicinc.com, tiwai@suse.com, robh+dt@kernel.org, konrad.dybcio@linaro.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-sound@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-doc@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v17 36/51] ASoC: dt-bindings: Update example for enabling USB offload on SM8250 Message-ID: <2024022359-harmonize-bath-4a7c@gregkh> References: <20240217001017.29969-1-quic_wcheng@quicinc.com> <20240217001017.29969-37-quic_wcheng@quicinc.com> <7dc9e80e-0875-4dfc-adf9-9bfad2fb8589@linaro.org> <2024022300-routing-baffling-7ce0@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2024022300-routing-baffling-7ce0@gregkh> Message-ID-Hash: BYOK5N7WDAZ6CJ4AS5K3ENLZB5SBU6RB X-Message-ID-Hash: BYOK5N7WDAZ6CJ4AS5K3ENLZB5SBU6RB X-MailFrom: gregkh@linuxfoundation.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.9 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, Feb 23, 2024 at 06:59:30AM +0100, Greg KH wrote: > On Thu, Feb 22, 2024 at 04:50:08PM +0000, Mark Brown wrote: > > On Thu, Feb 22, 2024 at 05:24:58PM +0100, Krzysztof Kozlowski wrote: > > > On 17/02/2024 01:10, Wesley Cheng wrote: > > > > Add an example on enabling of USB offload for the Q6DSP. The routing can > > > > be done by the mixer, which can pass the multimedia stream to the USB > > > > backend. > > > > > > > > Acked-by: Rob Herring > > > > Signed-off-by: Wesley Cheng > > > > --- > > > > .../devicetree/bindings/sound/qcom,sm8250.yaml | 15 +++++++++++++++ > > > > 1 file changed, 15 insertions(+) > > > > > This broke next. > > > > > Wesley, are you sure you explained dependencies in this patch? Why is > > > next failing on this now? > > > > It's surprising to see this merged at all while the series is still in > > review? > > I took the first 10 and then these dt patches as I thought those were > safe to take also given the review. If I should revert them, I'll > gladly do so. Now reverted.