From 2ce1dafd5d42c41ad07e32ca4e6f0a612c704571 Mon Sep 17 00:00:00 2001 From: Jaska Uimonen Date: Mon, 27 Oct 2014 14:42:22 +0200 Subject: [PATCH] Disable loading of protocol esound module There seems to be nobody in tizen using esound so we might as well disable the loading of the corresponding pulseaudio protocol. If this is later on enabled the socket should be also added to pulseaudio.socket if the socket activation is wanted also for esound. Change-Id: Ieec337d3d36c8fc94aff7678b4657ffc656c1e73 --- src/daemon/default.pa.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index bce156a..625be8f 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -82,9 +82,9 @@ load-module module-bluetooth-discover ifelse(@HAVE_AF_UNIX@, 1, [dnl ### Load several protocols -.ifexists module-esound-protocol-unix@PA_SOEXT@ -load-module module-esound-protocol-unix -.endif +#.ifexists module-esound-protocol-unix@PA_SOEXT@ +#load-module module-esound-protocol-unix +#.endif load-module module-native-protocol-unix ])dnl -- 2.7.4