pixelstats: add pdm_state sysfs for VendorAudioPDMStatsReported

Bug: 201737886
Test: manually test passed
Change-Id: I0a32a996b4f13c7ad9a807c4019d6c0ffd3de905
This commit is contained in:
Poomarin Phloyphisut 2023-03-15 06:14:33 +00:00
parent c899560f6b
commit 85d78e3743

View file

@ -87,7 +87,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/exynos-drm/primary-panel/error_count_unknown", "/sys/devices/platform/exynos-drm/primary-panel/error_count_unknown",
"/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"
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {