- 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
13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
config BR2_PACKAGE_X6200_CONTROL
|
|
bool "x6200-control"
|
|
select BR2_PACKAGE_LIBGPIOD
|
|
help
|
|
Aether-Radio's base control library for the Xiegu X6200.
|
|
Provides I2C-based control of the X6200's MCU/FPGA, including
|
|
audio routing (RX/DAC switch), VFO/mode/AGC, ATU, and TX/RX
|
|
state.
|
|
|
|
Required for Mestre to drive the X6200's hardware.
|
|
|
|
https://github.com/gdyuldin/X6200Control
|