Commit 3527c98c authored by Vidhya V P's avatar Vidhya V P
Browse files

Removed a condition check

parent f26cc865
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -389,10 +389,6 @@ ivas_error ivas_sba_enc_reconfigure(
        /*TODO : Verify if full SPAR close and open can be used instead of submodules close and open */
        if ( ( sba_mode_old != st_ivas->sba_mode ) || ( nchan_transport_old != st_ivas->nchan_transport ) )
        {
            if ( hEncoderConfig->Opt_DTX_ON && ( st_ivas->nchan_transport > 2 ) )
            {
                return IVAS_ERR_DTX_NOT_SUPPORTED;
            }
            /* FB mixer handle */
            if ( st_ivas->sba_mode == SBA_MODE_SPAR )
            {