From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6454983167089538764==" MIME-Version: 1.0 From: =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis Subject: [RFC v3 07/12] hfp_ag: Add media transport support Date: Mon, 02 Apr 2012 15:27:17 +0200 Message-ID: <1333373242-11117-8-git-send-email-frederic.danis@linux.intel.com> In-Reply-To: <1333373242-11117-1-git-send-email-frederic.danis@linux.intel.com> List-Id: To: ofono@ofono.org --===============6454983167089538764== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- plugins/hfp_ag.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/hfp_ag.c b/plugins/hfp_ag.c index ea9c112..c12068a 100644 --- a/plugins/hfp_ag.c +++ b/plugins/hfp_ag.c @@ -82,6 +82,7 @@ static DBusMessage *hfp_ag_agent_new_connection(DBusConne= ction *conn, return __ofono_error_failed(msg); = ofono_emulator_register(em, fd); + ofono_emulator_set_audio_transport(em, path); = return dbus_message_new_method_return(msg); } -- = 1.7.1 --===============6454983167089538764==--