summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 17:15:27 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 17:15:27 -0300
commit12d81a98fe65d109c0b1caa242e96b005bcc8209 (patch)
tree90886d363a308e8768b4d484e5a5516102524ca8 /audio/a2dp.c
parentd2fd09864d8b9e5289f0a6ab230063b32f661048 (diff)
Cleanup audio manager.
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r--audio/a2dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index 3e89d6b1..5e8cfd85 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -137,7 +137,7 @@ static struct audio_device *a2dp_get_dev(struct avdtp *session)
avdtp_get_peers(session, NULL, &addr);
- return manager_device_connected(&addr, A2DP_SOURCE_UUID);
+ return manager_find_device(&addr, NULL, FALSE);
}
static gboolean finalize_config(struct a2dp_setup *s)