Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alsa-topology-conf for openSUSE:Factory checked in at 2021-09-28 19:16:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-topology-conf (Old) and /work/SRC/openSUSE:Factory/.alsa-topology-conf.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-topology-conf" Tue Sep 28 19:16:50 2021 rev:6 rq:922012 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-topology-conf/alsa-topology-conf.changes 2021-06-01 10:41:13.973198273 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-topology-conf.new.1899/alsa-topology-conf.changes 2021-09-28 19:17:48.148273629 +0200 @@ -1,0 +2,8 @@ +Tue Sep 7 17:05:13 CEST 2021 - [email protected] + +- Install the topology binary for skl_hda_dsp_generic-tplg, too + (boo#1189688) + Add the supplements for Skylake and Kabylake-LP (8086:9d70 and + 8086:9d71), too + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-topology-conf.spec ++++++ --- /var/tmp/diff_new_pack.JvPlnF/_old 2021-09-28 19:17:48.528274067 +0200 +++ /var/tmp/diff_new_pack.JvPlnF/_new 2021-09-28 19:17:48.528274067 +0200 @@ -16,6 +16,10 @@ # +%if 0%{?suse_version} < 1550 +%define _firmwaredir /lib/firmware +%endif + %define src_ver 1.2.4.2.g15998 Name: alsa-topology-conf Version: 1.2.5 @@ -24,8 +28,12 @@ License: BSD-3-Clause URL: https://www.alsa-project.org/ Source: https://www.alsa-project.org/files/pub/lib/alsa-topology-conf-%{version}.tar.bz2 +BuildRequires: alsa-utils BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +# Skylake and Kayblake-LP +Supplements: modalias(pci:v00008086d00009D70sv*sd*bc*sc*i*) +Supplements: modalias(pci:v00008086d00009D71sv*sd*bc*sc*i*) %description This package contains the configuration files for ALSA topology support. @@ -38,11 +46,15 @@ %install mkdir -p %{buildroot}%{_datadir}/alsa cp -a topology %{buildroot}%{_datadir}/alsa/ +mkdir -p %{buildroot}%{_firmwaredir} +alsatplg -c topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ + -o %{buildroot}%{_firmwaredir}/skl_hda_dsp_generic-tplg.bin %files %defattr(-, root, root) %doc README.md %license LICENSE %{_datadir}/alsa +%{_firmwaredir}/* %changelog
