From: "Luca Weiss" <luca.weiss@fairphone.com>
To: "Wesley Cheng" <quic_wcheng@quicinc.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Felipe Balbi" <balbi@kernel.org>,
"Srinivas Kandagatla" <srini@kernel.org>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Mark Brown" <broonie@kernel.org>,
"Jaroslav Kysela" <perex@perex.cz>,
"Takashi Iwai" <tiwai@suse.com>,
"Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konradybcio@kernel.org>,
"Stephan Gerhold" <stephan.gerhold@linaro.org>
Cc: <~postmarketos/upstreaming@lists.sr.ht>,
<phone-devel@vger.kernel.org>, <linux-usb@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
<linux-arm-msm@vger.kernel.org>, <linux-sound@vger.kernel.org>
Subject: Re: [PATCH 1/6] dt-bindings: usb: dwc3: Document usb-soc-be property
Date: Mon, 28 Apr 2025 09:34:11 +0200 [thread overview]
Message-ID: <D9I3JK9RAP0C.NT3K81FYMLCR@fairphone.com> (raw)
In-Reply-To: <bcca2d97-2092-42f0-951d-f09f144e515d@quicinc.com>
On Fri Apr 25, 2025 at 11:39 PM CEST, Wesley Cheng wrote:
>
>
> On 4/25/2025 3:44 AM, Luca Weiss wrote:
>> The property usb-soc-be is used by the new SoC USB layer which is used
>> for USB audio offloading on Qualcomm SoCs.
>
> Hi Luca,
>
> This property can be dropped now, as in the latest revision I added
> utilizing the auxiliary device/bus now between the Q6USB backend DAI and
> the vendor USB offload driver. Reduces the need to add more properties.
Great, thanks for letting me know! Will remove it in v2.
I see the code in sound/soc/soc-usb.c is still parsing 'usb-soc-be', is
that now kept for other use cases or should that be removed as well?
Regards
Luca
>
> Thanks
> Wesley Cheng
>
>>
>> Cc: Wesley Cheng <quic_wcheng@quicinc.com>
>> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
>> ---
>> Documentation/devicetree/bindings/usb/snps,dwc3-common.yaml | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3-common.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3-common.yaml
>> index 6c0b8b6538246adf746fe7ccd6df936131c61444..07549dec0f74234465fa9b6ab21871762a2f5127 100644
>> --- a/Documentation/devicetree/bindings/usb/snps,dwc3-common.yaml
>> +++ b/Documentation/devicetree/bindings/usb/snps,dwc3-common.yaml
>> @@ -38,6 +38,10 @@ properties:
>> - description: USB2/HS PHY
>> - description: USB3/SS PHY
>>
>> + usb-soc-be:
>> + $ref: /schemas/types.yaml#/definitions/phandle
>> + description: Link to the USB SoC sound backend
>> +
>> phys:
>> minItems: 1
>> maxItems: 19
>>
next prev parent reply other threads:[~2025-04-28 7:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-25 10:44 [PATCH 0/6] Enable USB audio offloading on Fairphone 4 smartphone Luca Weiss
2025-04-25 10:44 ` [PATCH 1/6] dt-bindings: usb: dwc3: Document usb-soc-be property Luca Weiss
2025-04-25 21:39 ` Wesley Cheng
2025-04-28 7:34 ` Luca Weiss [this message]
2025-04-25 10:44 ` [PATCH 2/6] ASoC: dt-bindings: qcom,q6afe: Document q6usb subnode Luca Weiss
2025-04-25 10:44 ` [PATCH 3/6] ASoC: dt-bindings: qcom,sm8250: Add Fairphone 4 sound card Luca Weiss
2025-04-28 8:31 ` Krzysztof Kozlowski
2025-04-25 10:44 ` [PATCH 4/6] ASoC: qcom: sm8250: Add Fairphone 4 soundcard compatible Luca Weiss
2025-04-25 19:02 ` Dmitry Baryshkov
2025-04-25 10:44 ` [PATCH 5/6] arm64: dts: qcom: sm6350: Add q6usbdai node Luca Weiss
2025-04-25 19:03 ` Dmitry Baryshkov
2025-04-25 10:44 ` [PATCH 6/6] arm64: dts: qcom: sm7225-fairphone-fp4: Enable USB audio offload support Luca Weiss
2025-04-25 19:04 ` Dmitry Baryshkov
2025-04-25 21:06 ` Konrad Dybcio
2025-04-28 7:41 ` Luca Weiss
2025-04-28 21:20 ` Konrad Dybcio
2025-04-28 21:43 ` Konrad Dybcio
2025-04-29 8:55 ` Luca Weiss
2025-04-29 9:00 ` Konrad Dybcio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D9I3JK9RAP0C.NT3K81FYMLCR@fairphone.com \
--to=luca.weiss@fairphone.com \
--cc=andersson@kernel.org \
--cc=balbi@kernel.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=perex@perex.cz \
--cc=phone-devel@vger.kernel.org \
--cc=quic_wcheng@quicinc.com \
--cc=robh@kernel.org \
--cc=srini@kernel.org \
--cc=stephan.gerhold@linaro.org \
--cc=tiwai@suse.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox