Skip to content

Instantly share code, notes, and snippets.

@HighwayStar
Created November 26, 2016 14:30
Show Gist options
  • Select an option

  • Save HighwayStar/2af32c84f68d4f72041900ba5f49da5e to your computer and use it in GitHub Desktop.

Select an option

Save HighwayStar/2af32c84f68d4f72041900ba5f49da5e to your computer and use it in GitHub Desktop.
From 18ff6ca3e39874fea67a8e30fee9beeccd72f37c Mon Sep 17 00:00:00 2001
From: Vitaliy Tomin <highwaystar.ru@xxxxx.com>
Date: Thu, 17 Nov 2016 20:09:01 +0800
Subject: [PATCH] Reorder order in public audio calibration header for older
binariies
Fixes in-call volume issue.
---
include/uapi/linux/msm_audio_calibration.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/uapi/linux/msm_audio_calibration.h b/include/uapi/linux/msm_audio_calibration.h
index de24f25..21c0070 100644
--- a/include/uapi/linux/msm_audio_calibration.h
+++ b/include/uapi/linux/msm_audio_calibration.h
@@ -72,8 +72,6 @@ enum {
AFE_HW_DELAY_CAL_TYPE,
AFE_SIDETONE_CAL_TYPE,
- LSM_CUST_TOPOLOGY_CAL_TYPE,
- LSM_TOPOLOGY_CAL_TYPE,
LSM_CAL_TYPE,
ADM_RTAC_INFO_CAL_TYPE,
@@ -90,6 +88,9 @@ enum {
AUDIO_CORE_METAINFO_CAL_TYPE,
SRS_TRUMEDIA_CAL_TYPE,
+ LSM_CUST_TOPOLOGY_CAL_TYPE,
+ LSM_TOPOLOGY_CAL_TYPE,
+
MAX_CAL_TYPES,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment