pixelstats: add speaker_version sysfs for VendorSpeakerStatsReported

Bug: 326342880
Test: Local Test
Change-Id: Ib8c93e9297a7afb61005fb523fd664be0a00b459
This commit is contained in:
Poomarin Phloyphisut 2024-06-11 05:49:20 +00:00
parent 4afe14cec9
commit f3a1a067f1

View file

@ -130,7 +130,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/hdcp/hdcp1_success_count", "/sys/devices/platform/hdcp/hdcp1_success_count",
"/sys/devices/platform/hdcp/hdcp1_fail_count", "/sys/devices/platform/hdcp/hdcp1_fail_count",
"/sys/devices/platform/hdcp/hdcp0_count", "/sys/devices/platform/hdcp/hdcp0_count",
} },
.SpeakerVersionPath = "/sys/devices/platform/audiometrics/speaker_version"
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {