All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Fix should invoke microphone_volume instead of speaker_volume
@ 2009-11-11 13:32 Zhenhua Zhang
  2009-11-11 21:52 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenhua Zhang @ 2009-11-11 13:32 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

---
 src/call-volume.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/call-volume.c b/src/call-volume.c
index 301d40d..5555091 100644
--- a/src/call-volume.c
+++ b/src/call-volume.c
@@ -271,7 +271,7 @@ static DBusMessage *cv_set_property(DBusConnection
*conn, DBusMessage *msg,
 
 		cv->pending_volume = percent;
 		cv->pending = dbus_message_ref(msg);
-		cv->driver->speaker_volume(cv, percent, mv_set_callback, cv);
+		cv->driver->microphone_volume(cv, percent, mv_set_callback, cv);
 
 		return NULL;
 	} else if (g_str_equal(property, "Muted") == TRUE) {
-- 
1.6.2.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-11 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 13:32 [PATCH 1/2] Fix should invoke microphone_volume instead of speaker_volume Zhenhua Zhang
2009-11-11 21:52 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.