import alsa-sof-firmware-1.9.3-4.el8_6
This commit is contained in:
parent
94da27ebe2
commit
328550801f
@ -1 +1,2 @@
|
||||
9ae11529f21b8a256fd653512a5a0840b760c380 SOURCES/sof-adl-rt711-l2-rt1316-l01.tplg.gz
|
||||
276426a461afd307a523b589931d6a5efec90088 SOURCES/sof-bin-v1.9.3.tar.gz
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/sof-adl-rt711-l2-rt1316-l01.tplg.gz
|
||||
SOURCES/sof-bin-v1.9.3.tar.gz
|
||||
|
@ -13,11 +13,12 @@
|
||||
Summary: Firmware and topology files for Sound Open Firmware project
|
||||
Name: alsa-sof-firmware
|
||||
Version: %{sof_ver}
|
||||
Release: 1%{?sof_ver_rel}%{?dist}
|
||||
Release: 4%{?sof_ver_rel}%{?dist}
|
||||
# See later in the spec for a breakdown of licensing
|
||||
License: BSD
|
||||
URL: https://github.com/thesofproject/sof-bin
|
||||
Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg}.tar.gz
|
||||
Source10: sof-adl-rt711-l2-rt1316-l01.tplg.gz
|
||||
BuildRequires: alsa-topology >= %{tplg_version}
|
||||
BuildRequires: alsa-topology-utils >= %{tplg_version}
|
||||
|
||||
@ -46,6 +47,9 @@ mv sof-%{sof_ver_pkg}/* firmware/intel/sof
|
||||
# move topology files
|
||||
mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg
|
||||
|
||||
# addons
|
||||
gunzip -c %{SOURCE10} > firmware/intel/sof-tplg/sof-adl-rt711-l2-rt1316-l01.tplg
|
||||
|
||||
# remove NXP firmware files
|
||||
rm LICENCE.NXP
|
||||
rm -rf firmware/intel/sof-tplg/sof-imx8*
|
||||
@ -94,6 +98,9 @@ cat alsa-sof-firmware.files
|
||||
%files debug -f alsa-sof-firmware.debug-files
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2022 Jaroslav Kysela <perex@perex.cz> - 1.9.3-4
|
||||
- Add sof-adl-rt711-l2-rt1316-l01.tplg topology file
|
||||
|
||||
* Thu Dec 16 2021 Jaroslav Kysela <perex@perex.cz> - 1.9.3-1
|
||||
- Update to v1.9.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user