Loading hal/audio_extn/audio_extn.c +1 −0 Original line number Diff line number Diff line Loading @@ -1254,6 +1254,7 @@ int audio_extn_check_and_set_multichannel_usecase(struct audio_device *adev, { bool ssr_supported = false; in->config.rate = config->sample_rate; in->sample_rate = config->sample_rate; ssr_supported = audio_extn_ssr_check_usecase(in); if (ssr_supported) { return audio_extn_ssr_set_usecase(in, config, update_params); Loading hal/audio_extn/ffv.c +1 −1 Original line number Diff line number Diff line Loading @@ -324,7 +324,7 @@ void audio_extn_ffv_update_enabled() { char ffv_enabled[PROPERTY_VALUE_MAX] = "false"; property_get("ro.qc.sdk.audio.ffv", ffv_enabled, "0"); property_get("ro.vendor.audio.sdk.ffv", ffv_enabled, "0"); if (!strncmp("true", ffv_enabled, 4)) { ALOGD("%s: ffv is supported", __func__); ffvmod.is_ffv_enabled = true; Loading Loading
hal/audio_extn/audio_extn.c +1 −0 Original line number Diff line number Diff line Loading @@ -1254,6 +1254,7 @@ int audio_extn_check_and_set_multichannel_usecase(struct audio_device *adev, { bool ssr_supported = false; in->config.rate = config->sample_rate; in->sample_rate = config->sample_rate; ssr_supported = audio_extn_ssr_check_usecase(in); if (ssr_supported) { return audio_extn_ssr_set_usecase(in, config, update_params); Loading
hal/audio_extn/ffv.c +1 −1 Original line number Diff line number Diff line Loading @@ -324,7 +324,7 @@ void audio_extn_ffv_update_enabled() { char ffv_enabled[PROPERTY_VALUE_MAX] = "false"; property_get("ro.qc.sdk.audio.ffv", ffv_enabled, "0"); property_get("ro.vendor.audio.sdk.ffv", ffv_enabled, "0"); if (!strncmp("true", ffv_enabled, 4)) { ALOGD("%s: ffv is supported", __func__); ffvmod.is_ffv_enabled = true; Loading