Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4db17402 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: qdsp6v2: set device channels on vocproc"

parents 33d44862 6445f4d4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3990,6 +3990,10 @@ static int voice_send_cvp_media_fmt_info_cmd(struct voice_data *v)
{
	int ret;

	ret = voice_send_cvp_device_channels_cmd(v);
	if (ret < 0)
		goto done;

	if (voice_get_cvd_int_version(common.cvd_version) >=
	    CVD_INT_VERSION_2_3) {
		ret = voice_send_cvp_media_format_cmd(v, RX_PATH);
@@ -4002,8 +4006,6 @@ static int voice_send_cvp_media_fmt_info_cmd(struct voice_data *v)

		if (common.ec_ref_ext)
			ret = voice_send_cvp_media_format_cmd(v, EC_REF_PATH);
	} else {
		ret = voice_send_cvp_device_channels_cmd(v);
	}

done: