projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f9f1b
)
dbusiface-card: Assert that the profiles list is empty if there's no active
author
Tanu Kaskinen
<tanuk@iki.fi>
Sat, 15 Aug 2009 03:00:46 +0000
(06:00 +0300)
committer
Tanu Kaskinen
<tanuk@iki.fi>
Sat, 15 Aug 2009 03:00:46 +0000
(06:00 +0300)
profile.
src/modules/dbus/iface-card.c
patch
|
blob
|
history
diff --git
a/src/modules/dbus/iface-card.c
b/src/modules/dbus/iface-card.c
index e3606c79b48d6d811bd895db71c640b926508c7c..924bea9c69a154324ef21d5ec742495b43f56e76 100644
(file)
--- a/
src/modules/dbus/iface-card.c
+++ b/
src/modules/dbus/iface-card.c
@@
-336,6
+336,8
@@
static void handle_set_active_profile(DBusConnection *conn, DBusMessage *msg, vo
return;
if (!c->active_profile) {
+ pa_assert(pa_hashmap_isempty(c->profiles));
+
pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NO_SUCH_PROPERTY,
"The card %s has no profiles, and therefore there's no active profile either.",
c->card->name);