diff options
| author | Haynes Mathew George <hgeorge@codeaurora.org> | 2016-04-13 15:45:13 -0700 |
|---|---|---|
| committer | Kyle Yan <kyan@codeaurora.org> | 2016-06-22 14:45:07 -0700 |
| commit | 44ddcabde232ba003d034803fdc4a63e72fadf7b (patch) | |
| tree | 94bbf8d68462febda4b2d39ecc0b69ce361ea5da /Documentation | |
| parent | 3026cbf1d0486b9d56ce512c2d5762c08e27a125 (diff) | |
ASoC: msm: qdsp6v2: pull mode playback and push mode record
Implement platform drivers to support shared memory based
pcm playback and capture.
Change-Id: I882c67ae1c3d950b98bd002ac384cc3a7e77874a
CRs-Fixed: 992798
Signed-off-by: Haynes Mathew George <hgeorge@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rwxr-xr-x | Documentation/devicetree/bindings/sound/qcom-audio-dev.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt b/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt index 8fd124123e27..660d87f46f3b 100755 --- a/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt +++ b/Documentation/devicetree/bindings/sound/qcom-audio-dev.txt @@ -27,6 +27,22 @@ Required properties: regular : regular low latency stream ultra : ultra low latency stream ull-pp : ultra low latency stream with post-processing capability + +* msm-pcm-dsp-noirq + +Required properties: + + - compatible : "qcom,msm-pcm-dsp-noirq"; + + Optional properties + + - qcom,msm-pcm-low-latency : Flag indicating whether + the device node is of type low latency + + - qcom,latency-level : Flag indicating whether the device node + is of type low latency or ultra low latency + ultra : ultra low latency stream + ull-pp : ultra low latency stream with post-processing capability * msm-pcm-routing Required properties: |
