]> git.alsa-project.org Git - alsa-plugins.git/commit
Fix port names in jack plugin
authorTakashi Iwai <tiwai@suse.de>
Tue, 2 May 2006 11:50:39 +0000 (13:50 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 May 2006 11:50:39 +0000 (13:50 +0200)
commit48e2f783f4f72c7021e858054838ff47d89951f4
tree8f9f9979acaac3ce4c3cbf42ecbf0c18b25e2ab1
parentf95fc269d11687d7777cdd597e977a31a15469e7
Fix port names in jack plugin

There is a flaw in alsa-jack, the channel name (out_001, etc) is
ended with a newline.
This causes problems when using jack_connect and jack_disconnect.

From: Maarten Maathuis <madman2003@gmail.com>
jack/pcm_jack.c