diff options
author | Ashish Jain <ashishj@codeaurora.org> | 2016-02-16 21:04:07 +0530 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:21:16 -0700 |
commit | 9d07dff310542464dbd1d32ad89e6d5657d9ff55 (patch) | |
tree | fbb59228839434b49bd181662e2bd4a1c3f148a9 /Documentation | |
parent | 705109f05d240c875989b59101b8d203e45bbeb4 (diff) |
ASoC: msm: Use legacy ASM APIs for older targets
With 3.18 kernel, get_session_time command to
DSP is updated to new command. This
command is not supported on older targets as
they have an older DSP version. To have backwards
compatibility, based on DSP version choose which
command to use.
CRs-Fixed: 978676
Change-Id: I76b0cfcd84df90d7a206690cb8aa1eb773fdc53d
Signed-off-by: Ashish Jain <ashishj@codeaurora.org>
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/devicetree/bindings/sound/qcom-audio-dev.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt b/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt index f3bb265da565..d34bc841863d 100755 --- a/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt +++ b/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt @@ -51,6 +51,14 @@ 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. + * msm-voip-dsp Required properties: |