# modified with 2023-06-13 r19329 (partial)
# modified with 2023-10-23 r19416 (more partial)
# modified with 2024-03-27 r19512
+# modified with 2024-03-29 r19515
+# modified with 2024-03-29 r19518
# Inspired in gNewSense's find-firmware script.
# Written by Alexandre Oliva <lxoliva@fsfla.org>
# New in 6.8.2, 6.7.11, 6.6.23, 6.1.83.
accept '[\t]ret[ ]=[ ]request_firmware[(][&]\(sdev->basefw\.fw\|adata->fw_dbin\)[,][ ]fw_filename[,][ ]sdev->dev[)]' sound/soc/sof/amd/acp-loader.c
- accept '[\t][\t][\t]adata->fw_\(code\|data\)_bin[ ]=[ ]devm_kasprintf[(]sdev->dev[,][ \n\t]*GFP_KERNEL[,][ \n\t]*["]sof-%s-\(code\|data\)\.bin["]' sound/soc/sof/amd/acp.c
+ accept '[\t][\t][\t]*adata->fw_\(code\|data\)_bin[ ]=[ ]devm_kasprintf[(]sdev->dev[,][ \n\t]*GFP_KERNEL[,][ \n\t]*["]\(%s[/]\)\?sof-%s-\(code\|data\)\.bin["]' sound/soc/sof/amd/acp.c
;;