]> git.alsa-project.org Git - alsa-plugins.git/commit
jack: Allow to specify a client name as parameters
authorValentin Corfu <valentinx.corfu@intel.com>
Tue, 11 Feb 2014 09:06:36 +0000 (04:06 -0500)
committerTakashi Iwai <tiwai@suse.de>
Wed, 26 Feb 2014 15:05:35 +0000 (16:05 +0100)
commit14190cd8a1f0df42f2b9a33a16789c85b69356a3
treec3f185f45d37a90f3bde43c67372c9c254a3a8c4
parent367e208954711fabe159070d242927246ed821cd
jack: Allow to specify a client name as parameters

 The current jack client name contains the process id of the application
providing the audio samples. This leads to unpredictable jack client
names which makes handling of the connections by a controlling
application very hard.
 This modification now, allows to specify a client name as parameters
in the configuration file. The implementation is backward
compatible and simply adds a new configuration option to the plugin.

[reformatted and small refactoring by tiwai]

Signed-off-by: Valentin Corfu <valentinx.corfu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
jack/pcm_jack.c