Commit Graph

66 Commits

Author SHA1 Message Date
Johan Hedberg
22911b0b33 Fix device removal while audio IPC client is connected 2009-04-07 17:09:26 +03:00
Luiz Augusto von Dentz
47f426817d Add object field to audio ipc messages. 2009-03-25 18:56:19 -03:00
Luiz Augusto von Dentz
9bdf6ba0c5 Add source and destination fields to audio ipc messages. 2009-03-25 18:56:19 -03:00
Johan Hedberg
abdf12d1ad Use comma as list separator in audio.conf for consistency with main.conf 2009-03-23 11:09:11 +02:00
Alok Barsode
bf6a4a5774 Adding version check for plugins. 2009-03-14 07:11:47 +01:00
Johan Hedberg
1f393331ef Fix audio plugin initialization failure cases 2009-03-12 11:44:38 -03:00
Luiz Augusto von Dentz
10d6858927 Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close. 2009-02-19 16:23:10 -03:00
Luiz Augusto von Dentz
d048052453 Make audio plugin to use BtIO API. 2009-02-19 14:27:38 +02:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Johan Hedberg
065258e35e Cleanup SCO server socket in audio_exit() 2008-10-05 10:58:08 +02:00
Johan Hedberg
79c4a0e6df Change SCO server socket into a generic one
Due to a kernel bug we can't initiate SCO connections if there's
a server socket bound to the same adapter. Therefore use a global
socket bound to BDADDR_ANY instead.
2008-10-04 13:00:38 +02:00
Marcel Holtmann
c74f11481a Fix D-Bus connection init 2008-09-06 01:10:56 +02:00
Claudio Takahasi
d8b05b91dc Audio: Missing DBusConnection unref 2008-09-05 16:08:30 -03:00
Johan Hedberg
86340d34bb Remove unnecessary include 2008-09-03 14:07:28 +03:00
Johan Hedberg
8c565c2146 Add telephony initialization calls to correct places 2008-09-03 14:06:40 +03:00
Luiz Augusto von Dentz
8de21fda4f Make audio plugin to register adapter drivers. 2008-08-12 18:59:36 -03:00
Luiz Augusto von Dentz
12d81a98fe Cleanup audio manager. 2008-07-28 17:15:27 -03:00
Alok Barsode
b76fbc7d29 Adding {driver, priv} list to btd_device and adding
driver as parameter to probe and remove.

Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
2008-07-28 10:47:58 -03:00
Alok Barsode
4b0ab7e43f Adding sdp_record list as parameter to probe.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
2008-07-28 10:47:14 -03:00
Alok Barsode
555fcc9b4b Renaming device to btd_device and making the
necessary changes in plugins.

Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
2008-07-28 10:36:35 -03:00
Claudio Takahasi
c413903361 Fixed missing include 2008-06-30 17:35:47 +00:00
Luiz Augusto von Dentz
e8ca2351ee Fix authorization mechanism for 3.x. 2008-06-17 19:37:36 +00:00
Marcel Holtmann
5243ac4fd2 Update probe/remove callback and implement serial API 2008-06-08 22:57:11 +00:00
Marcel Holtmann
6a87d1b7e5 Have the audio plugin register headset and sink drivers 2008-06-08 21:13:23 +00:00
Marcel Holtmann
8bf636881f Use DBG in plugin to show function names 2008-06-08 20:54:55 +00:00
Marcel Holtmann
caf9fdd6d0 Replace struct device with struct audio_device 2008-05-29 08:05:16 +00:00
Marcel Holtmann
067f966a9b Fix default value handling when config file is not present 2008-05-15 02:51:55 +00:00
Marcel Holtmann
e7d668ac9e Move D-Bus watch functions into libgdbus 2008-05-08 20:23:45 +00:00
Marcel Holtmann
b5514e6c7f Register service and UUIDs in one step 2008-05-08 18:37:09 +00:00
Marcel Holtmann
2af3c3a7dd Remove service daemon activation handling 2008-05-08 17:24:48 +00:00
Claudio Takahasi
9491a544f6 Moving authorization code to dbus-service.c 2008-05-01 13:52:26 +00:00
Claudio Takahasi
3f8860031e fixed build warnings 2008-05-01 01:23:02 +00:00
Claudio Takahasi
098cd10838 fixed service authorization 2008-05-01 01:05:46 +00:00
Marcel Holtmann
34b8fd54ca Fix service description 2008-03-28 20:46:51 +00:00
Luiz Augusto von Dentz
7299869ac7 Convert audio service into a plugin. 2008-03-27 23:07:19 +00:00
Marcel Holtmann
e823c15e43 Update copyright information 2008-02-02 03:37:05 +00:00
Johan Hedberg
3eb854122f Reorganize audio.conf parsing in a more modular manner 2008-01-16 09:08:26 +00:00
Johan Hedberg
9a6980f360 Enable AVRCP by default 2007-11-27 09:15:54 +00:00
Johan Hedberg
999314c0bc Add support for Enable config option 2007-10-24 20:02:53 +00:00
Marcel Holtmann
de72271829 Update copyright information 2007-10-23 17:17:47 +00:00
Johan Hedberg
10abd63aeb Minor coding style cleanup 2007-08-28 12:01:15 +00:00
Johan Hedberg
1e7c36a80b Make HCI routing the default 2007-08-28 11:49:37 +00:00
Johan Hedberg
e2827b3557 Make SBC Audio Source count configurable and the default value 1 2007-08-28 09:54:21 +00:00
Johan Hedberg
296dcf42cf First try at device autocreate support 2007-08-27 12:05:10 +00:00
Johan Hedberg
e1bfc91de9 Convert alsa initiated headset connections to similar callback system that A2DP is already using 2007-08-27 11:31:01 +00:00
Johan Hedberg
2ec3960a53 Update code to match example audio.conf 2007-08-23 18:04:36 +00:00
Johan Hedberg
c2833e263d Remove ifndef protections and includes from .h files 2007-08-13 08:14:22 +00:00
Johan Hedberg
6763ebb3c2 Integrate A2DP work from Johan's and Luiz's GIT trees 2007-08-11 11:05:24 +00:00
Luiz Augusto von Dentz
ac9481b7ad Move server registration and sdp record code from gateway to manager. 2007-07-20 18:03:20 +00:00
Marcel Holtmann
ebe177dc2e Fix default config settings 2007-06-23 00:08:02 +00:00