summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/module-bluetooth-device.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-06 02:28:17 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-06 02:28:17 +0200
commitf64d6af0b70a85e2a825023956c893cc886b0042 (patch)
tree8450ef182dbf4b8922b44094f17b076dd911c6a5 /src/modules/bluetooth/module-bluetooth-device.c
parentaa4373962cef6c00b16e229ff6165c144d322ccb (diff)
parentfef63d77b4eed2562e94735399716cb99d8b22cc (diff)
Merge commit 'vudentz/master'
Diffstat (limited to 'src/modules/bluetooth/module-bluetooth-device.c')
-rw-r--r--src/modules/bluetooth/module-bluetooth-device.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c
index 395d54f1..bf9bad65 100644
--- a/src/modules/bluetooth/module-bluetooth-device.c
+++ b/src/modules/bluetooth/module-bluetooth-device.c
@@ -497,13 +497,6 @@ static int bt_getstreamfd(struct userdata *u) {
return -errno;
}
- if (u->transport == BT_CAPABILITIES_TRANSPORT_A2DP) {
- if (pa_socket_set_sndbuf(u->stream_fd, 10U*u->link_mtu) < 0) {
- pa_log_error("Failed to set socket options for A2DP: %s (%d)",pa_cstrerror(errno), errno);
- return -errno;
- }
- }
-
// if (setsockopt(u->stream_fd, SOL_SCO, SCO_TXBUFS, &period_count, sizeof(period_count)) == 0)
// return 0;
// if (setsockopt(u->stream_fd, SOL_SCO, SO_SNDBUF, &period_count, sizeof(period_count)) == 0)