]> git.alsa-project.org Git - alsa-plugins.git/commit
jack plugin closes stdin if jack is unavailable
authorTakashi Iwai <tiwai@suse.de>
Wed, 12 Apr 2006 10:36:13 +0000 (12:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 12 Apr 2006 10:36:13 +0000 (12:36 +0200)
commit608a7e6cc73157a1a20af4de23381e455399df0a
treea748a906bf0ca590ab7d89aaccf49717239d5eac
parentd99528f70f566373029fdbab0cd621469be80a99
jack plugin closes stdin if jack is unavailable

the jack plugin closes stdin if the pcm interfaces is opened but jack
isn't running. Initializing the file descriptors to -1 fixes the problem.

From: Mikael Magnusson <mikma264@gmail.com>
jack/pcm_jack.c