Merge "hal: Remove setting DAP bypass /DAP on from HAL"

This commit is contained in:
Linux Build Service Account 2014-11-29 04:55:34 -08:00 committed by Gerrit - the friendly Code Review server
commit a8646d9d71
1 changed files with 0 additions and 4 deletions

View File

@ -1441,10 +1441,6 @@ int start_output_stream(struct stream_out *out)
if (out->devices & AUDIO_DEVICE_OUT_AUX_DIGITAL) {
if (is_offload_usecase(out->usecase)) {
if (audio_extn_dolby_is_passthrough_stream(out->flags)) {
ret = audio_extn_dolby_set_dap_bypass(adev, DAP_STATE_BYPASS);
if(ret != 0) {
goto error_open;
}
audio_extn_dolby_update_passt_stream_configuration(adev, out);
}
}