From: 邱建斌 Date: Tue, 9 Aug 2011 09:13:14 +0000 (+0800) Subject: wm8994: Reduce the recording volume X-Git-Tag: firefly_0821_release~9772^2~18^2~23^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72ff3348a91f950836d5570b71a4656a9b99fbf4;p=firefly-linux-kernel-4.4.55.git wm8994: Reduce the recording volume --- diff --git a/arch/arm/mach-rk29/board-rk29-phonesdk.c b/arch/arm/mach-rk29/board-rk29-phonesdk.c index 69e8dcecabf0..2b44a7f47072 100755 --- a/arch/arm/mach-rk29/board-rk29-phonesdk.c +++ b/arch/arm/mach-rk29/board-rk29-phonesdk.c @@ -1612,10 +1612,10 @@ struct wm8994_pdata wm8994_platdata = { .earpiece_incall_vol = 0, .headset_incall_vol = 6, .headset_incall_mic_vol = -6, - .headset_normal_vol = 6, + .headset_normal_vol = -6, .BT_incall_vol = 0, .BT_incall_mic_vol = 0, - .recorder_vol = 50, + .recorder_vol = 30, }; //#endif