From eacd76cb80db12adcce74980e69d116911a8cde7 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Tue, 17 Jun 2014 23:13:15 +0000 Subject: Radio and radio recording for Samsung YH-920. There is no simple method to detect radio through the 3-wire interface, so it's not implemented for the YH-925 for now. YH-920 always has a radio. Change-Id: Iea484d752915fcd40dbbbd7dbbf13e81aaf548db --- firmware/export/ak4537.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/ak4537.h') diff --git a/firmware/export/ak4537.h b/firmware/export/ak4537.h index 1c09b5aa2f..0ab0ca1594 100644 --- a/firmware/export/ak4537.h +++ b/firmware/export/ak4537.h @@ -34,6 +34,8 @@ AUDIOHW_SETTING(RIGHT_GAIN, "dB", 0, 1, -23, 12, 0) /* mic gain: +15dB fixed +20dB switchable mic preamp gain and the line stage of -23..+12dB make a total range of -8..+47dB */ AUDIOHW_SETTING(MIC_GAIN, "dB", 0, 1, -8, 47, 20) + +void audiohw_set_recsrc(int source); #endif /* HAVE_RECORDING */ #define AKC_NUM_REGS 0x11 -- cgit v1.2.3