Message ID | 20240801011730.4797-1-quic_wcheng@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce QC USB SND audio offloading support | expand |
On 01/08/2024 03:16, Wesley Cheng wrote: > Requesting to see if we can get some Acked-By tags, and merge on usb-next. > > Several Qualcomm based chipsets can support USB audio offloading to a > dedicated audio DSP, which can take over issuing transfers to the USB > host controller. The intention is to reduce the load on the main > processors in the SoC, and allow them to be placed into lower power modes. > There are several parts to this design: > 1. Adding ASoC binding layer > 2. Create a USB backend for Q6DSP > 3. Introduce XHCI interrupter support Your patchset is not bisectable. It's v24 and such issues should not pop up... So please wait a week for reviews and then post v25 fixing all bisectability issues and any other comments. Best regards, Krzysztof
On 8/1/24 03:16, Wesley Cheng wrote:
> Requesting to see if we can get some Acked-By tags, and merge on usb-next.
I find this update a lot easier to review than previous versions, thanks
for this. That said, there are still quite a few confusing parts in the
documentation and implementation - specifically the get_offload_dev()
stuff makes sense at a high-level but the details can be improved a
great deal.
It's encouraging though, there aren't any major conceptual issues IMHO,
it shouldn't be too hard to make the patches clearer/cleaner.