Skip to content

Commit 42acbac

Browse files
committed
fw/apps/prf/mfg_mic: increase line gain to 10dB
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 34dcb10 commit 42acbac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fw/apps/prf_apps/mfg_mic_app.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ static void prv_codec_setup(void) {
199199
da7212_register_write(DA7212_MIXOUT_R_SELECT, 0x08);
200200
// MIXOUT_R_CTRL: enable, softmix enable, amp enable
201201
da7212_register_write(DA7212_MIXOUT_R_CTRL, 0x98);
202-
// LINE_GAIN: 0dB
203-
da7212_register_write(DA7212_LINE_GAIN, 0x30);
202+
// LINE_GAIN: 10dB
203+
da7212_register_write(DA7212_LINE_GAIN, 0x3a);
204204
// LINE_CTRL: enable
205205
da7212_register_write(DA7212_LINE_CTRL, 0x80);
206206
}

0 commit comments

Comments
 (0)