Re: [PATCH] ALSA: usb-audio: qcom: fix USB_XHCI dependency

From: Arnd Bergmann
Date: Mon May 05 2025 - 02:00:02 EST


On Mon, May 5, 2025, at 07:20, Arnd Bergmann wrote:
> config SND_USB_AUDIO_QMI
> tristate "Qualcomm Audio Offload driver"
> - depends on QCOM_QMI_HELPERS && SND_USB_AUDIO && USB_XHCI_SIDEBAND &&
> SND_SOC_USB
> + depends on QCOM_QMI_HELPERS && SND_USB_AUDIO && SND_SOC_USB
> + depends on USB_XHCI && USB_XHCI_SIDEBAND


Sorry, this should have been USB_XHCI_HCD, not USB_XHCI. I have some
more patches for this driver that I'm still testing I'll include
a fixed version when I send the rest, or you can fix it up yourself
when applying this one.

Arnd