Fix broken chtrt5645 UCM profile, fixing mic input on chtrt5645 devices
This commit is contained in:
parent
f1d50d1ffd
commit
7eb207d622
9
alsa-lib-1.1.7-ucm-chtrt5645.patch
Normal file
9
alsa-lib-1.1.7-ucm-chtrt5645.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
diff -up alsa-lib-1.1.7/src/conf/ucm/chtrt5645/HiFi.conf~ alsa-lib-1.1.7/src/conf/ucm/chtrt5645/HiFi.conf
|
||||||
|
--- alsa-lib-1.1.7/src/conf/ucm/chtrt5645/HiFi.conf~ 2018-10-16 10:08:35.000000000 +0200
|
||||||
|
+++ alsa-lib-1.1.7/src/conf/ucm/chtrt5645/HiFi.conf 2018-12-25 14:46:21.860175750 +0100
|
||||||
|
@@ -1,3 +1,5 @@
|
||||||
|
+<searchdir:ucm>
|
||||||
|
+
|
||||||
|
SectionVerb {
|
||||||
|
# ALSA PCM
|
||||||
|
Value {
|
@ -5,7 +5,7 @@
|
|||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
Summary: The Advanced Linux Sound Architecture (ALSA) library
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: 1.1.7
|
Version: 1.1.7
|
||||||
Release: 2%{?prever_dot}%{?dist}
|
Release: 3%{?prever_dot}%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -17,6 +17,8 @@ Source12: modprobe-dist-oss.conf
|
|||||||
Patch0: alsa-git.patch
|
Patch0: alsa-git.patch
|
||||||
Patch1: alsa-lib-1.0.24-config.patch
|
Patch1: alsa-lib-1.0.24-config.patch
|
||||||
Patch2: alsa-lib-1.0.14-glibc-open.patch
|
Patch2: alsa-lib-1.0.14-glibc-open.patch
|
||||||
|
# Fixed differently upstream, drop on next rebase
|
||||||
|
Patch3: alsa-lib-1.1.7-ucm-chtrt5645.patch
|
||||||
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
@ -68,6 +70,7 @@ contains alsa-lib configuration of SoC topology
|
|||||||
%patch0 -p1 -b .alsa-git
|
%patch0 -p1 -b .alsa-git
|
||||||
%patch1 -p1 -b .config
|
%patch1 -p1 -b .config
|
||||||
%patch2 -p1 -b .glibc-open
|
%patch2 -p1 -b .glibc-open
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
@ -141,6 +144,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%{_datadir}/alsa/topology
|
%{_datadir}/alsa/topology
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 25 2018 Hans de Goede <hdegoede@redhat.com> - 1.1.7-3
|
||||||
|
- Fix broken chtrt5645 UCM profile, fixing mic input on chtrt5645 devices
|
||||||
|
|
||||||
* Wed Oct 24 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.7-2
|
* Wed Oct 24 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.7-2
|
||||||
- Moved topology files to alsa-topology
|
- Moved topology files to alsa-topology
|
||||||
- Updated to 1.1.7
|
- Updated to 1.1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user