From 73c763cb0820bd9671a291c0a7469332ffe6a380 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 23 Feb 2009 23:49:08 +0100 Subject: set esound.byte_order property --- src/pulsecore/protocol-esound.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/pulsecore/protocol-esound.c b/src/pulsecore/protocol-esound.c index e8659e6d..3d903067 100644 --- a/src/pulsecore/protocol-esound.c +++ b/src/pulsecore/protocol-esound.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include @@ -372,6 +373,8 @@ static int esd_proto_connect(connection *c, esd_proto_t request, const void *dat return -1; } + pa_proplist_sets(c->client->proplist, "esound.byte_order", c->swap_byte_order ? "reverse" : "native"); + ok = 1; connection_write(c, &ok, sizeof(int)); return 0; -- cgit