Merge "pixelstats: add pcm_latency and pcm_count sysfs for VendorAudioPcmStatsReported" into udc-qpr-dev am: 883c4d6591 am: d72977ae18

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

Change-Id: Ic0d676d5b291cf63feb7ae91323e0a79ab454a49
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Joey Poomarin Phloyphisut 2023-07-12 06:42:24 +00:00 committed by Automerger Merge Worker
commit b3fc3506b3

View file

@ -91,7 +91,10 @@ 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",
.PcmLatencyPath = "/sys/devices/platform/audiometrics/pcm_latency",
.PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count"
};
const struct UeventListener::UeventPaths ueventPaths = {