From 94ce5a56a92c97ae642925dd44ac6beb6dfc82dc Mon Sep 17 00:00:00 2001 From: Eric Moret Date: Mar 19 2008 20:01:04 +0000 Subject: Fix jack.conf --- diff --git a/alsa-plugins.spec b/alsa-plugins.spec index de748e4..7faa56e 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -1,6 +1,6 @@ Name: alsa-plugins Version: 1.0.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+ License: GPLv2+ and LGPLv2+ @@ -171,6 +171,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so %changelog +* Wed Mar 19 2008 Eric Moret - 1.0.16-3 +- Fixing jack.conf (#435343) + * Sun Mar 09 2008 Lubomir Kundrak - 1.0.16-2 - Add descriptions to various PCM plugins, so they're visible in aplay -L diff --git a/jack.conf b/jack.conf index e5518ee..e74f5fc 100644 --- a/jack.conf +++ b/jack.conf @@ -1,15 +1,15 @@ # The jack plugin configuration -# $Id: jack.conf,v 1.2 2008/03/09 15:50:49 lkundrak Exp $ +# $Id: jack.conf,v 1.3 2008/03/19 20:01:04 emoret Exp $ pcm.jack { type jack playback_ports { 0 alsa_pcm:playback_1 - 1 alsa_pcm:playback_1 + 1 alsa_pcm:playback_2 } capture_ports { 0 alsa_pcm:capture_1 - 1 alsa_pcm:pcapture_1 + 1 alsa_pcm:capture_2 } hint { description "JACK Audio Connection Kit"