[PATCH BlueZ v2 01/11] transport: Initialize the "Volume" property

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 profiles/audio/transport.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index a4370a5..8defc6f 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -787,7 +787,6 @@ struct media_transport *media_transport_create(struct media_endpoint *endpoint,
 		struct a2dp_transport *a2dp;
 
 		a2dp = g_new0(struct a2dp_transport, 1);
-		a2dp->volume = -1;
 
 		transport->resume = resume_a2dp;
 		transport->suspend = suspend_a2dp;
@@ -795,14 +794,17 @@ struct media_transport *media_transport_create(struct media_endpoint *endpoint,
 		transport->data = a2dp;
 		transport->destroy = destroy_a2dp;
 
-		if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0)
+		if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0) {
+			a2dp->volume = -1;
 			transport->sink_watch = sink_add_state_cb(
 							sink_state_changed,
 							transport);
-		else
+		} else {
+			a2dp->volume = 127;
 			transport->source_watch = source_add_state_cb(
 							source_state_changed,
 							transport);
+		}
 	} else
 		goto fail;
 
-- 
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux