Parent: 430b8b1b024b4f452aa1f641137c9b132c812435
Author: Bastien Nocera <hadess@hadess.net>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-09-17 16:20:17
Tree: 63a2269db7b8226839fc7c82e05e3fa511608fcb
transport: Fix build with VCP support disabled $ $ ./bootstrap-configure --enable-a2dp --enable-avrcp --enable-experimental --enable-asha --disable-vcp && make [...] /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_bap_set_volume': profiles/audio/transport.c:2275:(.text.transport_bap_set_volume+0x11): undefined reference to `bt_audio_vcp_set_volume' /usr/bin/ld: profiles/audio/bluetoothd-transport.o: in function `transport_bap_get_volume': profiles/audio/transport.c:2266:(.text.transport_bap_get_volume+0x9): undefined reference to `bt_audio_vcp_get_volume' Reported-by: Arun Raghavan <arun@accosted.net> Fixes: af8266af13c8 ("audio: connect VCP profile client to MediaTransport")
Diffstat
| M | configure.ac | | | 3 | +++ |
| M | profiles/audio/transport.c | | | 8 | ++++++++ |
2 files changed, 11 insertions(+), 0 deletions(-)