pixelstats: add ams_rate sysfs for ATOM of VendorAudioHardwareStatsReported

Bug: 245057559
Test: manually test passed

Signed-off-by: Roger Fang <rogerfang@google.com>
Change-Id: I498d8a62fb276cd51dd0e37445d304a4233013d8
This commit is contained in:
Roger Fang 2022-10-03 17:28:02 +08:00
parent efd9331e4f
commit fc34f1b32a

View file

@ -55,6 +55,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
UFS_ERR_PATH(fatal_err_count), UFS_ERR_PATH(fatal_err_count),
UFS_ERR_PATH(auto_hibern8_err_count) UFS_ERR_PATH(auto_hibern8_err_count)
}, },
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {