pulseaudio/src/modules/dbus
Tanu Kaskinen 0ced45265c dbus: fix card profile change signals
The "profile->card != c->card" check always evaluated to false, so the
CardProfileUpdated signal was never sent. The reason: call_data was
assigned to a pa_card_profile pointer, but the correct type is a pa_card
pointer.
2017-03-10 00:34:59 +02:00
..
iface-card-profile.c dbus: Add card profile availability info to API 2015-10-19 10:57:35 +02:00
iface-card-profile.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-card.c dbus: fix card profile change signals 2017-03-10 00:34:59 +02:00
iface-card.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-client.c dbus: Use hooks for client proplist changes 2015-04-02 16:08:00 +02:00
iface-client.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-core.c dbus: Deal with double-counting module-dbus-protocol 2016-05-29 10:36:47 +05:30
iface-core.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-device-port.c make availability of ports visible over dbus 2015-10-19 11:02:44 +02:00
iface-device-port.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-device.c dbus: Use hooks for sink and source events 2015-04-02 16:08:26 +02:00
iface-device.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-memstats.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-memstats.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-module.c dbus: Use hooks for module proplist changes 2015-05-21 10:24:52 +02:00
iface-module.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-sample.c dbus: Use hook for sample cache proplist changes 2015-05-21 10:20:35 +02:00
iface-sample.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-stream.c dbus: Use state changed hook for sink-input and source-output rate changes 2015-04-02 16:09:16 +02:00
iface-stream.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-dbus-protocol.c build: Use #ifdef to check for #defines 2017-03-08 14:31:29 +01:00