On Fri, Mar 22, 2024 at 08:06:28PM +0100, vazub wrote:
>
> uaudio1 at uhub0 port 22 configuration 1 interface 1 "R\M-XDE Microphones 
> R\M-XDE NT-USB Mini" rev 2.00/2.36 addr 6
> uaudio_process_conf: skipped iface
> uaudio_process_conf: 0: AC already claimed
                          ^^^^^^^^^^^^^^^^^^

This looks wrong: when an interface is claimed, there is at least one
message like:

        uaudio_process_ac: ifnum = %d, %zd bytes to process

which is missing for this device. Maybe another driver has claimed the
audio interface?

There is one uhidev(4) interface before uaudio, but I see no calls to
usbd_claim_iface() in the uhidev(4) driver.

Reply via email to