Fix jack.conf

This commit is contained in:
Eric Moret 2008-03-19 20:01:04 +00:00
parent 1a7b8879e5
commit 94ce5a56a9
2 changed files with 7 additions and 4 deletions

View File

@ -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 <eric.moret@gmail.com> - 1.0.16-3
- Fixing jack.conf (#435343)
* Sun Mar 09 2008 Lubomir Kundrak <lkundrak@redhat.com> - 1.0.16-2
- Add descriptions to various PCM plugins, so they're visible in aplay -L

View File

@ -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"