mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
bluez5: fix SPA_PROP_bluetoothAudioCodec param prop setting
Remove 'const' from 'codec_id' declaration.
This commit is contained in:
parent
eaf3b3a3c9
commit
bd7dba617f
1 changed files with 1 additions and 1 deletions
|
|
@ -1521,7 +1521,7 @@ static int impl_set_param(void *object,
|
||||||
}
|
}
|
||||||
case SPA_PARAM_Props:
|
case SPA_PARAM_Props:
|
||||||
{
|
{
|
||||||
const uint32_t codec_id = SPA_ID_INVALID;
|
uint32_t codec_id = SPA_ID_INVALID;
|
||||||
|
|
||||||
if (param == NULL)
|
if (param == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue