mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
Move bluetooth discover and device modules to src/modules/bluetooth
This commit is contained in:
parent
76bae38460
commit
78a3c72f60
10 changed files with 34 additions and 34 deletions
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "bt-ipc.h"
|
||||
#include "ipc.h"
|
||||
|
||||
/* This table contains the string representation for messages */
|
||||
static const char *strmsg[] = {
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
#include <pulsecore/rtclock.h>
|
||||
|
||||
#include "dbus-util.h"
|
||||
#include "module-bt-device-symdef.h"
|
||||
#include "bt-ipc.h"
|
||||
#include "bt-sbc.h"
|
||||
#include "bt-rtp.h"
|
||||
#include "module-bluetooth-device-symdef.h"
|
||||
#include "ipc.h"
|
||||
#include "sbc.h"
|
||||
#include "rtp.h"
|
||||
|
||||
#define DEFAULT_SINK_NAME "bluetooth_sink"
|
||||
#define BUFFER_SIZE 2048
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
#include <pulsecore/llist.h>
|
||||
|
||||
#include "dbus-util.h"
|
||||
#include "module-bt-discover-symdef.h"
|
||||
#include "module-bluetooth-discover-symdef.h"
|
||||
|
||||
PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");
|
||||
PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetooth audio drivers");
|
||||
|
|
@ -41,10 +41,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "bt-sbc_math.h"
|
||||
#include "bt-sbc_tables.h"
|
||||
#include "sbc_math.h"
|
||||
#include "sbc_tables.h"
|
||||
|
||||
#include "bt-sbc.h"
|
||||
#include "sbc.h"
|
||||
|
||||
#define SBC_SYNCWORD 0x9C
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue