gs101: add audio suez devices am: 1d6c433572

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14205927

Change-Id: Ia22a85328cfcd36ac1cd01d0b5f0c3ffe6d92f21
This commit is contained in:
Roger Fang 2021-04-28 08:54:24 +00:00 committed by Automerger Merge Worker
commit 84ca577c2c

View file

@ -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() {