diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2022-04-13 14:42:21 +0300 |
|---|---|---|
| committer | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2022-04-14 02:34:16 +0300 |
| commit | 9fa878c6f1d7ade672d6fd8efcee7e3d059b0c81 (patch) | |
| tree | 1e5d9201a786d02dc8efd703fa38fc77e4058f8c /qcom | |
| parent | 8a2d811764e7fcc9e2862549f91487770b70563b (diff) | |
qcom: apq8096: add aDSP firmware
Add the audio DSP firmware for the Qualcomm APQ8096 boards. The files
come from the redistributable linux-board-support-package-r01700.1.zip
for the Dragonboard 820c.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Diffstat (limited to 'qcom')
| -rw-r--r-- | qcom/apq8096/adsp.mbn | bin | 0 -> 10533521 bytes | |||
| -rw-r--r-- | qcom/apq8096/adspr.jsn | 21 | ||||
| -rw-r--r-- | qcom/apq8096/adspua.jsn | 21 |
3 files changed, 42 insertions, 0 deletions
diff --git a/qcom/apq8096/adsp.mbn b/qcom/apq8096/adsp.mbn Binary files differnew file mode 100644 index 00000000..0eca44bf --- /dev/null +++ b/qcom/apq8096/adsp.mbn diff --git a/qcom/apq8096/adspr.jsn b/qcom/apq8096/adspr.jsn new file mode 100644 index 00000000..6b349cff --- /dev/null +++ b/qcom/apq8096/adspr.jsn @@ -0,0 +1,21 @@ +{ + "sr_version": { + "major": 1, + "minor": 1, + "patch": 1 + }, + "sr_domain": { + "soc": "msm", + "domain": "adsp", + "subdomain": "root_pd", + "qmi_instance_id": 4 + }, + "sr_service": [ + { + "provider": "tms", + "service": "servreg", + "service_data_valid": 0, + "service_data": 0 + } + ] +}
\ No newline at end of file diff --git a/qcom/apq8096/adspua.jsn b/qcom/apq8096/adspua.jsn new file mode 100644 index 00000000..0b531c07 --- /dev/null +++ b/qcom/apq8096/adspua.jsn @@ -0,0 +1,21 @@ +{ + "sr_version": { + "major": 1, + "minor": 1, + "patch": 1 + }, + "sr_domain": { + "soc": "msm", + "domain": "adsp", + "subdomain": "audio_pd", + "qmi_instance_id": 4 + }, + "sr_service": [ + { + "provider": "tms", + "service": "servreg", + "service_data_valid": 0, + "service_data": 0 + } + ] +}
\ No newline at end of file |
