Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04834a61f7 | ||
|
|
c2fd2621c4 | ||
|
|
c2ba4f892f | ||
|
|
79cc9f52ed | ||
|
|
7614ceee61 | ||
|
|
9bb0ba5cd7 |
4 changed files with 2421 additions and 7 deletions
|
|
@ -0,0 +1,31 @@
|
||||||
|
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
|
||||||
|
|
||||||
|
|
@ -2,14 +2,14 @@
|
||||||
#define prever_dot .rc3
|
#define prever_dot .rc3
|
||||||
#define postver a
|
#define postver a
|
||||||
|
|
||||||
%define version_alsa_lib 1.2.12
|
%define version_alsa_lib 1.2.14
|
||||||
%define version_alsa_ucm 1.2.12
|
%define version_alsa_ucm 1.2.14
|
||||||
%define version_alsa_tplg 1.2.5
|
%define version_alsa_tplg 1.2.5
|
||||||
|
|
||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: %{version_alsa_lib}
|
Version: %{version_alsa_lib}
|
||||||
Release: 2%{?prever_dot}%{?dist}
|
Release: 3%{?prever_dot}%{?dist}
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ Source10: asound.conf
|
||||||
Source11: modprobe-dist-alsa.conf
|
Source11: modprobe-dist-alsa.conf
|
||||||
Source12: modprobe-dist-oss.conf
|
Source12: modprobe-dist-oss.conf
|
||||||
Source40: alsa-ucm-conf.patch
|
Source40: alsa-ucm-conf.patch
|
||||||
#Patch0: alsa-git.patch
|
Patch0: alsa-git.patch
|
||||||
Patch1: alsa-lib-1.2.3.1-config.patch
|
Patch1: alsa-lib-1.2.3.1-config.patch
|
||||||
Patch2: alsa-lib-1.2.10-glibc-open.patch
|
Patch2: alsa-lib-1.2.10-glibc-open.patch
|
||||||
|
|
||||||
|
|
@ -70,7 +70,7 @@ contains alsa-lib configuration of SoC topology
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?prever}%{?postver}
|
%setup -q -n %{name}-%{version}%{?prever}%{?postver}
|
||||||
#patch -P0 -p1 -b .alsa-git
|
%patch -P0 -p1 -b .alsa-git
|
||||||
%patch -P1 -p1 -b .config
|
%patch -P1 -p1 -b .config
|
||||||
%patch -P2 -p1 -b .glibc-open
|
%patch -P2 -p1 -b .glibc-open
|
||||||
|
|
||||||
|
|
@ -167,6 +167,15 @@ rm %{buildroot}/%{_includedir}/asoundlib.h
|
||||||
%{_datadir}/alsa/topology
|
%{_datadir}/alsa/topology
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.14-3
|
||||||
|
- update to latest alsa-ucm-conf files
|
||||||
|
|
||||||
|
* Mon Apr 14 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.14-2
|
||||||
|
- update to 1.2.14
|
||||||
|
|
||||||
|
* Fri Nov 15 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.13-3
|
||||||
|
- update to 1.2.13
|
||||||
|
|
||||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-2
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2374
alsa-ucm-conf.patch
2374
alsa-ucm-conf.patch
File diff suppressed because it is too large
Load diff
4
sources
4
sources
|
|
@ -1,3 +1,3 @@
|
||||||
SHA512 (alsa-lib-1.2.12.tar.bz2) = 053e36e51c0ff28f07028b89c8845b50682a5c14035ab85c2fc8cae2f2f0d05e4cd45ed879602c15c1596fb7fe84bfd50ec0d119dfb55c66589a2d458a9b317d
|
SHA512 (alsa-lib-1.2.14.tar.bz2) = 2716cc3a2299da4a1a170d734af082d78dc452b253179d0f1a9ec190140734aecf002b6924eec4ff2699ce88ce1ae5c56821c267f36384910984db726d1f9626
|
||||||
SHA512 (alsa-ucm-conf-1.2.12.tar.bz2) = 391dde123271172d899c04865d1d6e21b4ad0060ee9b2256dfbc6fc89ad48edcaa43c861893ab0e5c70d972e20d15c528defc19c00308e7465f13f954cce25d7
|
SHA512 (alsa-ucm-conf-1.2.14.tar.bz2) = a224e890919306bdcd606dfb873b089950c9fa89f24c02947692ee8ab1a05c419f2a8dc174440d17c8a9575cab293806630f2cb43d74677f7ef0d956b7883dc5
|
||||||
SHA512 (alsa-topology-conf-1.2.5.tar.bz2) = 2eb4d8baf2dcbf0b631dd11dbf15bffc51694d9cc6931619e51787f3ba58d1a091d266e6721a3b737c040ec74a28270b93f39fb97f30a3227cf340dd646e5d51
|
SHA512 (alsa-topology-conf-1.2.5.tar.bz2) = 2eb4d8baf2dcbf0b631dd11dbf15bffc51694d9cc6931619e51787f3ba58d1a091d266e6721a3b737c040ec74a28270b93f39fb97f30a3227cf340dd646e5d51
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue