Home
last modified time | relevance | path

Searched refs:ffspEnable (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/qcom/audio/hal/msm8916/
H A Dplatform.c1047 char ffspEnable[PROPERTY_VALUE_MAX] = {0}; in platform_init() local
1172 property_get("persist.audio.FFSP.enable", ffspEnable, ""); in platform_init()
1173 if (!strncmp("true", ffspEnable, sizeof("true"))) { in platform_init()