From: Janos Kovacs Date: Thu, 29 Aug 2013 15:23:46 +0000 (+0300) Subject: comment out the jack related magic form phone acceptance function X-Git-Tag: submit/tizen/20130829.220656~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F8991%2F1;p=profile%2Fivi%2Fpulseaudio-module-murphy-ivi.git comment out the jack related magic form phone acceptance function --- diff --git a/murphy/router.c b/murphy/router.c index 9e3959e..dc53935 100644 --- a/murphy/router.c +++ b/murphy/router.c @@ -615,6 +615,7 @@ pa_bool_t mir_router_phone_accept(struct userdata *u, mir_rtgroup *rtg, class != mir_bluetooth_sink && class != mir_bluetooth_carkit ) { +#if 0 if (class == mir_usb_headphone || class == mir_wired_headphone) { return TRUE; } @@ -637,6 +638,7 @@ pa_bool_t mir_router_phone_accept(struct userdata *u, mir_rtgroup *rtg, return FALSE; } } +#endif return TRUE; }