Merge "pixelstats: add pdm_state sysfs for VendorAudioPDMStatsReported" into udc-d1-dev

This commit is contained in:
Joey Poomarin Phloyphisut 2023-06-02 07:23:19 +00:00 committed by Android (Google) Code Review
commit 18332b9265

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