import alsa-sof-firmware-1.9.3-1.el8
This commit is contained in:
parent
f6e140bf42
commit
09b3be8908
@ -1 +1 @@
|
|||||||
8504748ab38905108597dffcd44b85bbea18c52b SOURCES/sof-bin-v1.8.tar.gz
|
276426a461afd307a523b589931d6a5efec90088 SOURCES/sof-bin-v1.9.3.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/sof-bin-v1.8.tar.gz
|
SOURCES/sof-bin-v1.9.3.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define _binaries_in_noarch_packages_terminate_build 0
|
%define _binaries_in_noarch_packages_terminate_build 0
|
||||||
%global _firmwarepath /usr/lib/firmware
|
%global _firmwarepath /usr/lib/firmware
|
||||||
|
|
||||||
%global sof_ver 1.8
|
%global sof_ver 1.9.3
|
||||||
#global sof_ver_pre rc2
|
#global sof_ver_pre rc2
|
||||||
%global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}}
|
%global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}}
|
||||||
%global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}}
|
%global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}}
|
||||||
@ -50,6 +50,9 @@ mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg
|
|||||||
rm LICENCE.NXP
|
rm LICENCE.NXP
|
||||||
rm -rf firmware/intel/sof-tplg/sof-imx8*
|
rm -rf firmware/intel/sof-tplg/sof-imx8*
|
||||||
|
|
||||||
|
# remove Mediatek firmware files
|
||||||
|
rm -rf firmware/intel/sof-tplg/sof-mt8*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# SST topology files (not SOF related, but it's a Intel hw support
|
# SST topology files (not SOF related, but it's a Intel hw support
|
||||||
# and this package seems a good place to distribute them
|
# and this package seems a good place to distribute them
|
||||||
@ -91,6 +94,15 @@ cat alsa-sof-firmware.files
|
|||||||
%files debug -f alsa-sof-firmware.debug-files
|
%files debug -f alsa-sof-firmware.debug-files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 16 2021 Jaroslav Kysela <perex@perex.cz> - 1.9.3-1
|
||||||
|
- Update to v1.9.3
|
||||||
|
|
||||||
|
* Tue Nov 23 2021 Jaroslav Kysela <perex@perex.cz> - 1.9.2-1
|
||||||
|
- Update to v1.9.2
|
||||||
|
|
||||||
|
* Tue Oct 26 2021 Jaroslav Kysela <perex@perex.cz> - 1.9-1
|
||||||
|
- Update to v1.9
|
||||||
|
|
||||||
* Thu Jul 22 2021 Jaroslav Kysela <perex@perex.cz> - 1.8-1
|
* Thu Jul 22 2021 Jaroslav Kysela <perex@perex.cz> - 1.8-1
|
||||||
- Update to v1.8
|
- Update to v1.8
|
||||||
- Add SST Skylake HDA topology binary
|
- Add SST Skylake HDA topology binary
|
||||||
|
Loading…
Reference in New Issue
Block a user