Merge "[Audio Metric] pixelstats: add cca_rate sysfs for VendorAudioHardwareStatsReported on Zuma" into udc-d1-dev am: d65f8322ac

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/23840385

Change-Id: I169787c4a8a7d9dcc582d8ef61dd61b68dcc16ac
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Joey Poomarin Phloyphisut 2023-07-13 12:27:10 +00:00 committed by Automerger Merge Worker
commit ef223760dc

View file

@ -91,7 +91,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.PDMStatePath = "/sys/devices/platform/audiometrics/pdm_state",
.WavesPath = "/sys/devices/platform/audiometrics/waves",
.AdaptedInfoCountPath = "/sys/devices/platform/audiometrics/adapted_info_active_count",
.AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration"
.AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration",
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once"
};
const struct UeventListener::UeventPaths ueventPaths = {