feat: audio stack working — pulseaudio + x6200_control + voice_rec

- Add pulseaudio in system mode
- Add alsactl restore with correct mixer state from Aether
- Add x6200-control package (I2C hardware control library)
- Audio chain: pulseaudio -> x6200_control_init -> voice_rec -> speaker
This commit is contained in:
Joakim
2026-05-05 16:03:48 +02:00
parent a5b9efae15
commit c500e75417
12 changed files with 937 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
menu "Mestre"
# Custom packages will be sourced here as they are added.
# Each line should look like:
# source "$BR2_EXTERNAL_MESTRE_PATH/package/<name>/Config.in"
source "$BR2_EXTERNAL_MESTRE_PATH/package/x6200-control/Config.in"
endmenu