From eeaa79174d7b4a1f715bfc6c663d61e389cd0969 Mon Sep 17 00:00:00 2001 From: Poomarin Phloyphisut Date: Wed, 10 May 2023 10:48:04 +0000 Subject: [PATCH] pixelstats: add waves sysfs for VendorAudioThirdPartyEffectStatsReported Bug: 280248116 Test: Local Test Change-Id: I611703dec29506a30f18f3e693cb8104320dfe9e --- pixelstats/service.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 13ab5c34..333a32fb 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -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_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 = {