Fixes an issue where if a Bluetooth headphone with hardware volume control was connected while mpris-proxy was running, disconnected and replaced with a different one without hardware volume control, the latter will be erroneously recognized as hardware volume control capable. --- Changes in v4: - Remove unused variables - Link to v3: https://patch.msgid.link/20250806-audio-no-reuse-media-player-volume-v3-0-a64a2e22f719@xxxxxxxxxxx Changes in v3: - Actually remove the correct field - Link to v2: https://patch.msgid.link/20250806-audio-no-reuse-media-player-volume-v2-0-cfeafb7dee0c@xxxxxxxxxxx Changes in v2: - Remove media_player.volume - Link to v1: https://patch.msgid.link/20250805-audio-no-reuse-media-player-volume-v1-1-c9fdfaf74a71@xxxxxxxxxxx --- Myrrh Periwinkle (2): audio: Don't initialize media transport volume from media player audio: Remove media_player.volume profiles/audio/avrcp.c | 10 +--------- profiles/audio/avrcp.h | 2 -- profiles/audio/media.c | 47 +---------------------------------------------- profiles/audio/media.h | 1 - 4 files changed, 2 insertions(+), 58 deletions(-) --- base-commit: 2c0c323d08357a4ff3065fcd49fee0c83b5835cd change-id: 20250805-audio-no-reuse-media-player-volume-fbc2983a287a Best regards, -- Myrrh Periwinkle <myrrhperiwinkle@xxxxxxxxxxx>