qcom: Add Audio firmware for X1E80100 CRD/QCPs

Add audio firmware for X1E80100 CRD/QCPs, which are required to get
charging and audio functional.

Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
main
Sibi Sankar 2024-10-18 11:44:17 +05:30 committed by Mario Limonciello
parent 9b2a30ea06
commit feb324e311
7 changed files with 102 additions and 0 deletions

7
WHENCE
View File

@ -6289,6 +6289,13 @@ RawFile: qcom/sc8280xp/LENOVO/21BX/cdspr.jsn
File: qcom/sc8280xp/LENOVO/21BX/qcadsp8280.mbn
File: qcom/sc8280xp/LENOVO/21BX/qccdsp8280.mbn
File: qcom/sc8280xp/LENOVO/21BX/qcslpi8280.mbn
File: qcom/x1e80100/adsp.mbn
File: qcom/x1e80100/adsp_dtb.mbn
Version: ADSP.HT.5.9-00796-HAMOA-1
RawFile: qcom/x1e80100/adspr.jsn
RawFile: qcom/x1e80100/adsps.jsn
RawFile: qcom/x1e80100/adspua.jsn
RawFile: qcom/x1e80100/battmgr.jsn

Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details


BIN
qcom/x1e80100/adsp.mbn Normal file

Binary file not shown.

BIN
qcom/x1e80100/adsp_dtb.mbn Normal file

Binary file not shown.

22
qcom/x1e80100/adspr.jsn Normal file
View File

@ -0,0 +1,22 @@
{
"sr_version": {
"major": 1,
"minor": 1,
"patch": 1
},
"sr_domain": {
"soc": "msm",
"domain": "adsp",
"subdomain": "root_pd",
"qmi_instance_id": 74
},
"sr_service": [
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0,
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
}
]
}

22
qcom/x1e80100/adsps.jsn Normal file
View File

@ -0,0 +1,22 @@
{
"sr_version": {
"major": 1,
"minor": 1,
"patch": 1
},
"sr_domain": {
"soc": "msm",
"domain": "adsp",
"subdomain": "sensor_pd",
"qmi_instance_id": 74
},
"sr_service": [
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0,
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
}
]
}

29
qcom/x1e80100/adspua.jsn Normal file
View File

@ -0,0 +1,29 @@
{
"sr_version": {
"major": 1,
"minor": 1,
"patch": 1
},
"sr_domain": {
"soc": "msm",
"domain": "adsp",
"subdomain": "audio_pd",
"qmi_instance_id": 74
},
"sr_service": [
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0,
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
},
{
"provider": "avs",
"service": "audio",
"service_data_valid": 0,
"service_data": 0,
"dcomment": "No comment"
}
]
}

22
qcom/x1e80100/battmgr.jsn Normal file
View File

@ -0,0 +1,22 @@
{
"sr_version": {
"major": 1,
"minor": 1,
"patch": 1
},
"sr_domain": {
"soc": "msm",
"domain": "adsp",
"subdomain": "charger_pd",
"qmi_instance_id": 74
},
"sr_service": [
{
"provider": "tms",
"service": "servreg",
"service_data_valid": 0,
"service_data": 0,
"dcomment": "data can be used to configure ACK timeout.Make data_valid 1 as well.Unit is second"
}
]
}