Comment 19 for bug 1718824

Revision history for this message
Hui Wang (hui.wang) wrote :

@Daniel,

The commit https://git.launchpad.net/~ubuntu-audio-dev/pulseaudio/commit/?h=ubuntu-xenial&id=312b9b8d36b90c6bae520722cf68e01b53832eeb is not sufficient to fix this problem, this commit only adds the conf file in the source repository, but forgot to add the conf in the build-sys. I already submitted a simple patch to upstream to fix it, but looks like the maintainer is on vacation, he has not shown up in the maillist for several days.

I am wondering if we could merge this simple fix ahead of upstream, if we could, may I send an independent commit and set the version to 1:8.0-0ubuntu3.6; or you revert my previous commit, then I send one commit which contains both my previous commit and this new simple fix?

And the simple fix like this:

src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index e610db7..0348250 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.7.4