NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/60716: focusrite 2i2 format mismatch in uaudio.c triggers panic
The following reply was made to PR kern/60716; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/60716: focusrite 2i2 format mismatch in uaudio.c triggers panic
Date: Sat, 12 Sep 2026 05:14:04 -0000 (UTC)
gnats-admin%NetBSD.org@localhost ("camaren.simone%gmail.com@localhost via gnats") writes:
>[ 1.8635000] uaudio0: Focusrite (0x1235) Scarlett 2i2 USB (0x8210), rev 2.00/6.45, addr 1
>[ 1.8837462] uaudio0: audio rev 2.00
>[ 1.8934887] audio0 at uaudio0: playback, capture, full duplex, independent
>[ 1.8934887] panic: audio_indexof_format: cannot find matched format
The kernel queries the device for formats, selects an initial format
and tries to configure it. So it's difficult to understand why the
format isn't found then.
Can you test this with a kernel that has
options AUDIO_DEBUG
options UAUDIO_DEBUG
?
Greetings,
Home |
Main Index |
Thread Index |
Old Index