Loading hal/audio_extn/passthru.c +14 −12 Original line number Diff line number Diff line Loading @@ -443,6 +443,7 @@ void audio_extn_passthru_update_stream_configuration( struct audio_device *adev, struct stream_out *out, const void *buffer __unused, size_t bytes __unused) { if(out->compr_config.codec != NULL) { if (audio_extn_passthru_is_passt_supported(adev, out)) { ALOGV("%s:PASSTHROUGH", __func__); out->compr_config.codec->compr_passthr = PASSTHROUGH; Loading @@ -457,6 +458,7 @@ void audio_extn_passthru_update_stream_configuration( out->compr_config.codec->compr_passthr = LEGACY_PCM; } } } bool audio_extn_passthru_is_passthrough_stream(struct stream_out *out) { Loading Loading
hal/audio_extn/passthru.c +14 −12 Original line number Diff line number Diff line Loading @@ -443,6 +443,7 @@ void audio_extn_passthru_update_stream_configuration( struct audio_device *adev, struct stream_out *out, const void *buffer __unused, size_t bytes __unused) { if(out->compr_config.codec != NULL) { if (audio_extn_passthru_is_passt_supported(adev, out)) { ALOGV("%s:PASSTHROUGH", __func__); out->compr_config.codec->compr_passthr = PASSTHROUGH; Loading @@ -457,6 +458,7 @@ void audio_extn_passthru_update_stream_configuration( out->compr_config.codec->compr_passthr = LEGACY_PCM; } } } bool audio_extn_passthru_is_passthrough_stream(struct stream_out *out) { Loading