mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: aptx wants S24 input sample format
This commit is contained in:
parent
8b52e44836
commit
6bc8ab18dc
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ static void *codec_init(const struct a2dp_codec *codec, uint32_t flags,
|
|||
|
||||
if (info->media_type != SPA_MEDIA_TYPE_audio ||
|
||||
info->media_subtype != SPA_MEDIA_SUBTYPE_raw ||
|
||||
info->info.raw.format != SPA_AUDIO_FORMAT_S16) {
|
||||
info->info.raw.format != SPA_AUDIO_FORMAT_S24) {
|
||||
res = -EINVAL;
|
||||
goto error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue