Merge "pixelstats: add waves sysfs for VendorAudioThirdPartyEffectStatsReported" into udc-d1-dev am: c95125c1a7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/23126122 Change-Id: I9c3eecd45ffcaa76f011fe98e5aba7621f83a2d7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
307c347d11
1 changed files with 2 additions and 1 deletions
|
@ -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_te",
|
||||||
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
|
"/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 = {
|
const struct UeventListener::UeventPaths ueventPaths = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue