14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
|
* Voice Service binding
|
||
|
Provides an interface to access voice services
|
||
|
exposed by DSP over APR interface.
|
||
|
|
||
|
Required properties:
|
||
|
- compatible : "qcom,msm-voice-svc"
|
||
|
|
||
|
Example:
|
||
|
|
||
|
qcom,msm-voice-svc {
|
||
|
compatible = "qcom,msm-voice-svc";
|
||
|
};
|
||
|
|