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

Commit 6aa4cd13 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ASoC: msm: Add compress audio playback code base



Support bits and pieces to make msm-compress-q6-v2.c usable
will be added in subsequent commits.

Change-Id: If4a66fcfa690d88761ad26cfc88f370cf7fdf66d
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 53ae662f
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line Diff line number Diff line
Qualcomm technologies inc audio devices for ALSA sound SoC

* msm-compress-dsp

Required properties:

 - compatible : "qcom,msm-compress-dsp"

Optional properties
 - qcom,adsp-version:
	This property can be used to specify the ADSP version/name.
	Based on ADSP version, we decide if we have to use older
	ADSP APIs or newer. Right now we are adding "MDSP 1.2" for
	8909 purpose.If the ADSP version is anything other than this
	we use new ADSP APIs.

Example:

        qcom,msm-compress-dsp {
                compatible = "qcom,msm-compress-dsp";
        };
+952 −0

File added.

Preview size limit exceeded, changes collapsed.