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

Commit 5f7d0acf authored by Vikram Panduranga's avatar Vikram Panduranga
Browse files

Documentation: sound: add voice mhi documentation



Add new voice mhi documentation for sdxprairie

Change-Id: I6514025393c6ae81280dc042d242f32786fab62e
Signed-off-by: default avatarVikram Panduranga <vpandura@codeaurora.org>
parent 04149f35
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -1849,3 +1849,20 @@ Example:
				"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
				"msm-dai-q6-auxpcm.2";
	};

* voice-mhi-audio

Required properties:
 - compatible : "qcom,voice-mhi-audio"
 - memory-region : CMA region owned by this device

Optional properties:
 - voice_mhi_voting : Property that defines whether voting is needed or not for this device

Example:

	qcom,voice-mhi-audio {
		compatible = "qcom,voice-mhi-audio";
		memory-region = <&mailbox_mem>;
		voice_mhi_voting;
	};
 No newline at end of file