Merge "pixelstats: add waves sysfs for VendorAudioThirdPartyEffectStatsReported" into udc-d1-dev am: c95125c1a7 am: e91c998e7b

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

Change-Id: I40c257df6c25a62c40d3662f9dc64ecd96228d70
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Joey Poomarin Phloyphisut 2023-06-08 04:50:07 +00:00 committed by Automerger Merge Worker
commit 90592cbbdc

View file

@ -88,7 +88,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_te", "/sys/devices/platform/exynos-drm/secondary-panel/error_count_te",
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown", "/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
}, },
.PDMStatePath = "/sys/devices/platform/audiometrics/pdm_state" .PDMStatePath = "/sys/devices/platform/audiometrics/pdm_state",
.WavesPath = "/sys/devices/platform/audiometrics/waves"
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {