mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
bluetooth: Rename bluetooth modules to BlueZ 4
This commit is contained in:
parent
0589bed305
commit
e414b5828b
5 changed files with 29 additions and 30 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include <pulsecore/shared.h>
|
||||
#include <pulsecore/dbus-shared.h>
|
||||
|
||||
#include "bluetooth-util.h"
|
||||
#include "bluez4-util.h"
|
||||
#include "a2dp-codecs.h"
|
||||
|
||||
#define HFP_AG_ENDPOINT "/MediaEndpoint/HFPAG"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foobluetoothutilhfoo
|
||||
#define foobluetoothutilhfoo
|
||||
#ifndef foobluez4utilhfoo
|
||||
#define foobluez4utilhfoo
|
||||
|
||||
/***
|
||||
This file is part of PulseAudio.
|
||||
|
|
@ -52,10 +52,10 @@
|
|||
|
||||
#include <sbc/sbc.h>
|
||||
|
||||
#include "module-bluetooth-device-symdef.h"
|
||||
#include "module-bluez4-device-symdef.h"
|
||||
#include "a2dp-codecs.h"
|
||||
#include "rtp.h"
|
||||
#include "bluetooth-util.h"
|
||||
#include "bluez4-util.h"
|
||||
|
||||
#define BITPOOL_DEC_LIMIT 32
|
||||
#define BITPOOL_DEC_STEP 5
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/dbus-shared.h>
|
||||
|
||||
#include "module-bluetooth-discover-symdef.h"
|
||||
#include "bluetooth-util.h"
|
||||
#include "module-bluez4-discover-symdef.h"
|
||||
#include "bluez4-util.h"
|
||||
|
||||
PA_MODULE_AUTHOR("João Paulo Rechi Vita");
|
||||
PA_MODULE_DESCRIPTION("Detect available BlueZ 4 Bluetooth audio devices and load BlueZ 4 Bluetooth audio drivers");
|
||||
|
|
@ -94,8 +94,8 @@ static pa_hook_result_t load_module_for_device(pa_bluetooth_discovery *y, const
|
|||
args = tmp;
|
||||
}
|
||||
|
||||
pa_log_debug("Loading module-bluetooth-device %s", args);
|
||||
m = pa_module_load(u->module->core, "module-bluetooth-device", args);
|
||||
pa_log_debug("Loading module-bluez4-device %s", args);
|
||||
m = pa_module_load(u->module->core, "module-bluez4-device", args);
|
||||
pa_xfree(args);
|
||||
|
||||
if (m) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue