generate_firmware_patterns: refresh firmware-sof-signed metadata
There were no changes, but let's record this was checked right before the release!
This commit is contained in:
parent
9d858acb1e
commit
1bf32ce6a6
|
@ -81,7 +81,7 @@ sub generate_patterns_from_components {
|
|||
# Workaround for firmware-sof-signed, which doesn't advertise firmware
|
||||
# files it might need through the MODULE_FIRMWARE() macro (meaning no
|
||||
# chance to generate DEP-11 info from there): alias info manually
|
||||
# extracted on 2023-01-18 (linux-image-6.1.0-1-amd64, 6.1.4-1).
|
||||
# extracted on 2023-06-07 (linux-image-6.1.0-9-amd64, 6.1.27-1).
|
||||
#
|
||||
# XXX: To be kept in sync! (#1029175)
|
||||
sub generate_patterns_for_firmware_sof_intel_workaround {
|
||||
|
@ -89,7 +89,7 @@ sub generate_patterns_for_firmware_sof_intel_workaround {
|
|||
# command. Note that descending under intel/ would lead to no
|
||||
# aliases, so stick to the top-level directory for sof:
|
||||
#
|
||||
# for x in $(dpkg -L linux-image-6.1.0-1-amd64 | egrep '(kernel/sound/soc/sof/.*\.ko|/snd-soc-.*sof.*\.ko)$'); do /usr/sbin/modinfo $x | awk '/^alias:/ { print $2 }'; done | sort -u
|
||||
# for x in $(dpkg -L linux-image-6.1.0-9-amd64 | egrep '(kernel/sound/soc/sof/.*\.ko|/snd-soc-.*sof.*\.ko)$'); do /usr/sbin/modinfo $x | awk '/^alias:/ { print $2 }'; done | sort -u
|
||||
|
||||
my @sof_aliases = qw(
|
||||
auxiliary:snd_sof.hda-probes
|
||||
|
|
Loading…
Reference in New Issue