import CS alsa-lib-1.2.15.3-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 10:13:55 -04:00
parent 20f662f2ae
commit b57064469f
5 changed files with 20 additions and 2411 deletions

View File

@ -1,3 +1,3 @@
b99bf6fdf98ab88fc35d9cda370ea60663a19f5e SOURCES/alsa-lib-1.2.14.tar.bz2
1a6214981d2a2ea02e999b8ee2fc2fb59a8a44c8 SOURCES/alsa-lib-1.2.15.3.tar.bz2
8c1d225b9fe108797349e8d0cb6161271aab0f50 SOURCES/alsa-topology-conf-1.2.5.tar.bz2
b5aa8d3d56ea057a02fe853e2d6f922815df3ef7 SOURCES/alsa-ucm-conf-1.2.14.tar.bz2
be4ca4e8bb1d1ae01e37edc7a93d5bb4167fc9cf SOURCES/alsa-ucm-conf-1.2.15.3.tar.bz2

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/alsa-lib-1.2.14.tar.bz2
SOURCES/alsa-lib-1.2.15.3.tar.bz2
SOURCES/alsa-topology-conf-1.2.5.tar.bz2
SOURCES/alsa-ucm-conf-1.2.14.tar.bz2
SOURCES/alsa-ucm-conf-1.2.15.3.tar.bz2

View File

@ -1,31 +0,0 @@
From 07ec2ad34c42dba8656d3f543164f360f481c52e Mon Sep 17 00:00:00 2001
From: Daniel Dadap <ddadap@nvidia.com>
Date: Thu, 15 May 2025 08:32:35 -0500
Subject: [PATCH] conf: aliases: add hda-acpi -> HDA-Intel alias
The new snd_hda_acpi driver in Linux exposes the existing Azalia
interface to non-PCI devices advertised over ACPI. Add an alias
to the existing HDA-Intel configuration file so that devices using
this driver can be discovered properly.
Signed-off-by: Daniel Dadap <ddadap@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
src/conf/cards/aliases.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/conf/cards/aliases.conf b/src/conf/cards/aliases.conf
index a54824ae..e2d59aa7 100644
--- a/src/conf/cards/aliases.conf
+++ b/src/conf/cards/aliases.conf
@@ -57,6 +57,7 @@ CMI8786 cards.CMI8788
CMI8787 cards.CMI8788
pistachio cards.pistachio-card
VC4-HDMI cards.vc4-hdmi
+hda-acpi cards.HDA-Intel
<confdir:ctl/default.conf>
<confdir:pcm/default.conf>
--
2.49.0

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,13 @@
#define prever_dot .rc3
#define postver a
%define version_alsa_lib 1.2.14
%define version_alsa_ucm 1.2.14
%define version_alsa_lib 1.2.15.3
%define version_alsa_ucm 1.2.15.3
%define version_alsa_tplg 1.2.5
%global lib_patch 0
%global ucm_patch 0
Summary: The Advanced Linux Sound Architecture (ALSA) library
Name: alsa-lib
Version: %{version_alsa_lib}
@ -19,8 +22,12 @@ Source2: https://www.alsa-project.org/files/pub/lib/alsa-topology-conf-%{versio
Source10: asound.conf
Source11: modprobe-dist-alsa.conf
Source12: modprobe-dist-oss.conf
%if %{ucm_patch}
Source40: alsa-ucm-conf.patch
%endif
%if %{lib_patch}
Patch0: alsa-git.patch
%endif
Patch1: alsa-lib-1.2.3.1-config.patch
Patch2: alsa-lib-1.2.10-glibc-open.patch
@ -70,7 +77,9 @@ contains alsa-lib configuration of SoC topology
%prep
%setup -q -n %{name}-%{version}%{?prever}%{?postver}
%if %{lib_patch}
%patch -P 0 -p1 -b .alsa-git
%endif
%patch -P 1 -p1 -b .config
%patch -P 2 -p1 -b .glibc-open
@ -116,7 +125,9 @@ mkdir -p %{buildroot}/%{_datadir}/alsa/ucm2
# Unpack UCMs
tar xvjf %{SOURCE1} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/ucm" "*/ucm2"
%if %{ucm_patch}
patch -d %{buildroot}/%{_datadir}/alsa -p1 < %{SOURCE40}
%endif
# Create topology directory
mkdir -p %{buildroot}/%{_datadir}/alsa/topology
@ -167,6 +178,9 @@ rm %{buildroot}/%{_includedir}/asoundlib.h
%{_datadir}/alsa/topology
%changelog
* Thu Jan 8 2026 Jaroslav Kysela <perex@perex.cz> - 1.2.15.3-1
- update to alsa-lib 1.2.15.3 and alsa-ucm-conf 1.2.15.3
* Thu Jun 26 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.14-1
- update to alsa-lib 1.2.14 and alsa-ucm-conf 1.2.14