diff --git a/WHENCE b/WHENCE
index d9792a6..eb4d5a5 100644
--- a/WHENCE
+++ b/WHENCE
@@ -5757,6 +5757,9 @@ https://developer.qualcomm.com/hardware/dragonboard-410c/tools
 
 Driver: qcom_q6v5_pas - Qualcomm remoteproc firmware
 
+File: qcom/apq8096/adsp.mbn
+File: qcom/apq8096/adspr.jsn
+File: qcom/apq8096/adspua.jsn
 File: qcom/sdm845/adsp.mbn
 File: qcom/sdm845/adspr.jsn
 File: qcom/sdm845/adspua.jsn
diff --git a/qcom/apq8096/adsp.mbn b/qcom/apq8096/adsp.mbn
new file mode 100644
index 0000000..0eca44b
Binary files /dev/null and b/qcom/apq8096/adsp.mbn differ
diff --git a/qcom/apq8096/adspr.jsn b/qcom/apq8096/adspr.jsn
new file mode 100644
index 0000000..6b349cf
--- /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 0000000..0b531c0
--- /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