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

This commit is contained in:
Joey Poomarin Phloyphisut 2023-06-08 03:27:16 +00:00 committed by Android (Google) Code Review
commit c95125c1a7

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