]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
sof-hda-dsp: Add back missing .conf suffix for product/user specific configs
authorJaroslav Kysela <perex@perex.cz>
Wed, 4 Dec 2024 09:20:51 +0000 (10:20 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 Dec 2024 09:21:21 +0000 (10:21 +0100)
Fixes: 6397c66 ("sof-hda-dsp: Fix the case where sysfs dmi product_name attribute is not set")
Closes: https://github.com/alsa-project/alsa-ucm-conf/issues/482
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Intel/sof-hda-dsp/HiFi-sof.conf

index 5fd1843ff1012efe1dd2ebcf5ad95ee89ee3d3e8..3a4c4457808f304ede3945568683a517a56c816d 100644 (file)
@@ -52,7 +52,7 @@ If.SOFPath {
                HeadphoneIirBlob "${var:BlobPath}/eq_iir/pass.blob"
                HeadphoneFirBlob "${var:BlobPath}/eq_fir/pass.blob"
                HeadphoneDrcBlob "${var:BlobPath}/drc/passthrough.blob"
-               ConfPathFromDMI "${var:SOFVendor}/${var:SOFProduct}"
+               ConfPathFromDMI "${var:SOFVendor}/${var:SOFProduct}.conf"
                SOFProductConfig "/blobs/sof/product_configs/${var:ConfPathFromDMI}"
                SOFConfFullPath "${ConfTopDir}${var:SOFProductConfig}"
                SOFUserConfig "/blobs/sof/user_configs/${var:ConfPathFromDMI}"