From fad4f2f288b71ea80dccc50c48a6d27846ee3c5e Mon Sep 17 00:00:00 2001 From: Han Wang <416810799@qq.com> Date: Sun, 4 Apr 2021 08:26:42 +0100 Subject: [PATCH] sm8250-common: Switch to OOS volume steps * Call volume step is directly picked from OOS and it seems that OOS hardcoded media volume step to 30, which is the behavior that user experiences. Change-Id: Ib306646dbde61934d8a29447cd186f54f775a407 --- product.prop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product.prop b/product.prop index 4b4c389..0c1edf2 100644 --- a/product.prop +++ b/product.prop @@ -1,3 +1,3 @@ # Audio -ro.config.media_vol_steps=25 -ro.config.vc_call_vol_steps=7 +ro.config.media_vol_steps=30 +ro.config.vc_call_vol_steps=9