Branch: refs/heads/988417 Home: https://github.com/bluez/bluez Commit: 9357137e609889fa697f2ad6d5d41ed2979457aa https://github.com/bluez/bluez/commit/9357137e609889fa697f2ad6d5d41ed2979457aa Author: Myrrh Periwinkle <myrrhperiwinkle@xxxxxxxxxxx> Date: 2025-08-05 (Tue, 05 Aug 2025) Changed paths: M profiles/audio/avrcp.c M profiles/audio/media.c M profiles/audio/media.h Log Message: ----------- audio: Don't initialize device volume from media player Media player objects may be shared between devices. As a result, a device without support for hardware volume that is connected after one that does may end up being erroneously considered hardware volume-capable. fa7828bdd ("transport: Fix not being able to initialize volume properly") introduced btd_device_{get,set}_volume that is used as an alternative in case no media player objects are present. Therefore, we can remove media_player_get_device_volume and instead use btd_device_get_volume to determine the initial volume. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications