From 1008e62699ac072a943a308872b835b5bb62c2f2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Feb 2010 03:33:19 +0100 Subject: pulse: pass selected device to server when playing uncached stream --- src/pulse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulse.c b/src/pulse.c index da7a2b2..8dd2021 100644 --- a/src/pulse.c +++ b/src/pulse.c @@ -1017,7 +1017,7 @@ int driver_play(ca_context *c, uint32_t id, ca_proplist *proplist, ca_finish_cal ba.minreq = (uint32_t) -1; ba.fragsize = (uint32_t) -1; - if (pa_stream_connect_playback(out->stream, NULL, &ba, + if (pa_stream_connect_playback(out->stream, c->device, &ba, #ifdef PA_STREAM_FAIL_ON_SUSPEND PA_STREAM_FAIL_ON_SUSPEND #else -- cgit