Recovered_ALC_Mic_Feature_AK4953_OK_WM8731

This commit is contained in:
Brumi-2021
2022-05-28 22:29:10 +02:00
parent 840da4c685
commit 379ad6dbf0
7 changed files with 368 additions and 110 deletions

View File

@@ -168,8 +168,8 @@ void speaker_mute() {
namespace input {
void start() {
audio_codec->microphone_enable();
void start(int8_t alc_mode) {
audio_codec->microphone_enable(alc_mode); // added user-GUI selection for AK4951, ALC mode parameter.
i2s::i2s0::rx_start();
}