You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I completed build Aosp source to pi3/pi3+.
All functions work well except when I plug usb microphone to record. but it's not recognized in device.
cat /proc/asound/cards
0 [vc4hdmi ]: vc4-hdmi - vc4-hdmi
vc4-hdmi
1 [ALSA ]: bcm2835_alsa - bcm2835 ALSA
bcm2835 ALSA
I have added these lines into kernel source code to enable usb audio but it not work.
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=y
The text was updated successfully, but these errors were encountered:
I completed build Aosp source to pi3/pi3+.
All functions work well except when I plug usb microphone to record. but it's not recognized in device.
cat /proc/asound/cards
0 [vc4hdmi ]: vc4-hdmi - vc4-hdmi
vc4-hdmi
1 [ALSA ]: bcm2835_alsa - bcm2835 ALSA
bcm2835 ALSA
I have added these lines into kernel source code to enable usb audio but it not work.
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=y
The text was updated successfully, but these errors were encountered: