Loading sound/soc/msm/qdsp6v2/q6voice.c +4 −0 Original line number Diff line number Diff line Loading @@ -3426,6 +3426,10 @@ static int voice_destroy_vocproc(struct voice_data *v) mvm_handle = voice_get_mvm_handle(v); cvp_handle = voice_get_cvp_handle(v); /* disable slowtalk if st_enable is set */ if (v->st_enable) voice_send_set_pp_enable_cmd(v, MODULE_ID_VOICE_MODULE_ST, 0); /* stop playback or recording */ v->music_info.force = 1; voice_cvs_stop_playback(v); Loading Loading
sound/soc/msm/qdsp6v2/q6voice.c +4 −0 Original line number Diff line number Diff line Loading @@ -3426,6 +3426,10 @@ static int voice_destroy_vocproc(struct voice_data *v) mvm_handle = voice_get_mvm_handle(v); cvp_handle = voice_get_cvp_handle(v); /* disable slowtalk if st_enable is set */ if (v->st_enable) voice_send_set_pp_enable_cmd(v, MODULE_ID_VOICE_MODULE_ST, 0); /* stop playback or recording */ v->music_info.force = 1; voice_cvs_stop_playback(v); Loading