pixelstats: add waves sysfs for VendorAudioThirdPartyEffectStatsReported

Bug: 280248116
Test: Local Test
Change-Id: I611703dec29506a30f18f3e693cb8104320dfe9e
This commit is contained in:
Poomarin Phloyphisut 2023-05-10 10:48:04 +00:00
parent 18332b9265
commit eeaa79174d

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_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 = {