From 153757be2e8e5ab65913e7bbd0e5ebcc60c8e467 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 22 Feb 2006 15:38:52 +0000 Subject: Fixes for polyp plugin From: Pierre Ossman There shouldn't be any more API changes until polypaudio 0.8 that affect this plugin. I am working on supporting capture volume and mute switches, but that should be a strict addition (i.e. it can wait until the next release if things get tight). --- polyp/polyp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polyp/polyp.c') diff --git a/polyp/polyp.c b/polyp/polyp.c index 139152f..0b25ae5 100644 --- a/polyp/polyp.c +++ b/polyp/polyp.c @@ -234,7 +234,7 @@ int polyp_connect(snd_polyp_t *p, const char *server) assert(p && p->context && p->mainloop && (p->state == POLYP_STATE_INIT)); - err = pa_context_connect(p->context, server, 1, NULL); + err = pa_context_connect(p->context, server, 0, NULL); if (err < 0) goto error; -- cgit