diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index 5c381ebe..56959712 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -36,6 +36,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { .UFSLifetimeC = UFSHC_PATH(health_descriptor/life_time_estimation_c), .UFSHostResetPath = UFSHC_PATH(err_stats/dev_reset_count), .F2fsStatsPath = "/sys/fs/f2fs/", + .ImpedancePath = "/sys/devices/platform/audiometrics/speaker_impedance", + .CodecPath = "/sys/devices/platform/audiometrics/codec_state", }; int main() {