Message ID | 20250123205411.369041-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,v2,1/2] org.bluez.MediaTransport: Allow Volume property to follow profile range | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=927943 ---Test result--- Test Summary: CheckPatch PENDING 0.31 seconds GitLint PENDING 0.26 seconds BuildEll PASS 20.26 seconds BluezMake PASS 1460.19 seconds MakeCheck PASS 13.52 seconds MakeDistcheck PASS 158.25 seconds CheckValgrind PASS 213.51 seconds CheckSmatch PASS 269.96 seconds bluezmakeextell PASS 97.75 seconds IncrementalBuild PENDING 0.35 seconds ScanBuild PASS 867.48 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 23 Jan 2025 15:54:10 -0500 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > This makes the Volume property to follow the profile defined range. > --- > doc/org.bluez.MediaTransport.rst | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Here is the summary with links: - [BlueZ,v2,1/2] org.bluez.MediaTransport: Allow Volume property to follow profile range https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9daadc32e807 - [BlueZ,v2,2/2] vcp: Fix using scaled values for volume https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0aac6883b3a3 You are awesome, thank you!
diff --git a/doc/org.bluez.MediaTransport.rst b/doc/org.bluez.MediaTransport.rst index 78789bc8044a..a4894a413652 100644 --- a/doc/org.bluez.MediaTransport.rst +++ b/doc/org.bluez.MediaTransport.rst @@ -128,7 +128,8 @@ uint16 Volume [readwrite, optional] Indicates volume level of the transport, this property is only writeable when the transport was acquired by the sender. - Possible Values: 0-127 + Possible Values: 0-127 (A2DP) + 0-255 (BAP) object Endpoint [readonly, optional, experimental] ``````````````````````````````````````````````````
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This makes the Volume property to follow the profile defined range. --- doc/org.bluez.MediaTransport.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)