From e0c8b6bb0a04eab4b2499a3b2dae57e6b32bb594 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 1 Nov 2017 09:11:45 -0500 Subject: [PATCH] actually install new dell-dock-tb16-usb-audio.conf alsa profile (#1492344) --- ...nstall-dell-dock-tb16-usb-audio.conf.patch | 27 +++++++++++++++++++ pulseaudio.spec | 8 +++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 0066-install-dell-dock-tb16-usb-audio.conf.patch diff --git a/0066-install-dell-dock-tb16-usb-audio.conf.patch b/0066-install-dell-dock-tb16-usb-audio.conf.patch new file mode 100644 index 0000000..f44e48b --- /dev/null +++ b/0066-install-dell-dock-tb16-usb-audio.conf.patch @@ -0,0 +1,27 @@ +From 4aed58955b87f5aa1dfd13725ca3a38774d152ca Mon Sep 17 00:00:00 2001 +From: Rex Dieter +Date: Wed, 1 Nov 2017 09:03:05 -0500 +Subject: [PATCH 66/66] install dell-dock-tb16-usb-audio.conf + +introduced in 60c0edd5286dbb731c671ad3e6886c1e3e1eb067 +--- + src/Makefile.am | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/src/Makefile.am b/src/Makefile.am +index e610db74..03482502 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -1312,7 +1312,8 @@ dist_alsaprofilesets_DATA = \ + modules/alsa/mixer/profile-sets/native-instruments-korecontroller.conf \ + modules/alsa/mixer/profile-sets/kinect-audio.conf \ + modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf \ +- modules/alsa/mixer/profile-sets/steelseries-arctis-usb-audio.conf ++ modules/alsa/mixer/profile-sets/steelseries-arctis-usb-audio.conf \ ++ modules/alsa/mixer/profile-sets/dell-dock-tb16-usb-audio.conf + + if HAVE_UDEV + dist_udevrules_DATA = \ +-- +2.14.3 + diff --git a/pulseaudio.spec b/pulseaudio.spec index f6450c0..58141e9 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -25,7 +25,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: %{pa_major}%{?pa_minor:.%{pa_minor}} -Release: 4%{?snap:.%{snap}git%{shortcommit}}%{?dist} +Release: 5%{?snap:.%{snap}git%{shortcommit}}%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PulseAudio %if 0%{?gitrel} @@ -70,6 +70,8 @@ Patch101: v5-1-4-bluetooth-use-consistent-profile-names.patch Patch102: v5-2-4-bluetooth-separate-HSP-and-HFP.patch Patch103: v5-3-4-bluetooth-add-correct-HFP-rfcomm-negotiation.patch Patch104: v5-4-4-bluetooth-make-native-the-default-backend.patch +# addendum to patch4 above -- rex +Patch105: 0066-install-dell-dock-tb16-usb-audio.conf.patch BuildRequires: automake libtool BuildRequires: pkgconfig(bash-completion) @@ -266,6 +268,7 @@ This package contains GDM integration hooks for the PulseAudio sound server. %patch103 -p1 %patch104 -p1 %endif +%patch105 -p1 %patch1 -p1 -b .autostart %patch2 -p1 -b .disable_flat_volumes @@ -609,6 +612,9 @@ exit 0 %changelog +* Wed Nov 01 2017 Rex Dieter - 11.1-5 +- actually install new dell-dock-tb16-usb-audio.conf alsa profile (#1492344) + * Thu Oct 12 2017 Rex Dieter - 11.1-4 - experimental fixes bluetooth profile switching (f28+ only, fdo#93898)