-
tried the usual `configfs` stuff in `/opt/Bela/bela_gadget.sh`:
```
mkdir -p functions/uac2.usb0
....
ln -s functions/uac2.usb0 configs/c.1/
```
so that the default values are loaded:
```
root…
-
**Describe the bug**
Using nRF Connect SDK 2.7.0 with an nRF5340 DK, the example in https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/usb/uac2_explicit_feedback fails to start a…
-
I was looking for the keywords "long range mt7610u" when I came across the product `Tube-UAC2` from Alfa.
Here is a [datasheet](https://alfa-network.eu/media/sparsh/product_attachment/alfa_tubeuac2…
-
When using amixer and alsamixer, I noticed that the volume controls for certain channels are reversed. I have verified the problem with two sound cards:
Terratec Aureon XFire8.0HD
hifidom DSC8-MAI…
-
I'd like to see USB-Audio Class 2.0 (UAC2) support
Advantages:
- Lower latency on MCU's with USB 2.0 High Speed support
- Increased channel count & higher sample-rates/bit-depths
- More flexible…
-
The main [CMakeLists.txt](https://github.com/raspberrypi/pico-examples/blob/master/CMakeLists.txt) starts with `add_subdirectory`, and it does:
add_subdirectory(usb)
[usb/CMakeLists.txt](htt…
sdbbs updated
3 months ago
-
When I followed the example gadget_uac2.c to create UAC2 gadget, usbg_create_function returns NO_ACCESS error. And I found that &f_uac2_attrs causes this error in usbg_set_function_attrs method.
Do…
yxue2 updated
3 years ago
-
### Operating System
Linux
### Board
N/A
### Firmware
examples/device/uac2_headset/src/main.c
### What happened ?
https://github.com/hathach/tinyusb/blob/2720392a154dac5ff4529fbcc16c0a0718c9c8a…
szsam updated
9 months ago
-
### Operating System
Linux
### Board
RP2040
### Firmware
examples/device/uac2_headset
### What happened ?
After upload the `.uf2` file from `uac2_headset` example compilation it w…
-
Hi all,
I've seen that there have been changes on UAC2 support for running the RPI as an audio usb gadget. I know that there have been problems in former versions and windows didn't properly connec…