Hello,
I was able to get the audio codec on Bela Mini to play and record audio using the Bela IDE, but i'd really like to be able to use ALSA to access the same capabilities, aplay, arecord etc.
When i try aplay -l the following is output.
root@bela:~# aplay -l
* List of PLAYBACK Hardware Devices *
From reading other posts, the driver exposes a RAW MIDI driver, which it does
root@bela:/# cat /proc/asound/cards
0 [fmidi ]: MIDI Gadget - f_midi
MIDI Gadget
I'm wondering how do I get access to a "normal?" ALSA driver/configuration. Sorry, I don't know a whole lot about how ALSA works.
From reading other posts, it looks like the regular Bela + Beagle bone black has the same problem, for which you need to load the BB-BONE-AUDI-02 overlay.
https://forum.bela.io/d/834-output-to-pulseaudio
Is there a similar overlay for Pocket Beagle. If there is, how do I go about loading it?
Thanks!