OSDN Git Service

audio: Remove another leftover of HFP code
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 20 Nov 2012 14:50:57 +0000 (16:50 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 21 Nov 2012 11:44:06 +0000 (13:44 +0200)
profiles/audio/manager.c

index 19aeb24..e453e26 100644 (file)
 struct audio_adapter {
        struct btd_adapter *btd_adapter;
        gboolean powered;
-       uint32_t hsp_ag_record_id;
-       uint32_t hfp_ag_record_id;
-       uint32_t hfp_hs_record_id;
-       GIOChannel *hsp_ag_server;
-       GIOChannel *hfp_ag_server;
-       GIOChannel *hfp_hs_server;
        gint ref;
 };