All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] include: Add ofono_voicecall_get_modem
@ 2018-06-20 15:06 Slava Monich
  2018-06-20 15:06 ` [PATCH 2/2] voicecall: Implement ofono_voicecall_get_modem Slava Monich
  2018-06-25 15:32 ` [PATCH 1/2] include: Add ofono_voicecall_get_modem Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Slava Monich @ 2018-06-20 15:06 UTC (permalink / raw)
  To: ofono

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

---
 include/voicecall.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/voicecall.h b/include/voicecall.h
index 5b3da6a..a704b65 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -160,6 +160,8 @@ void ofono_voicecall_disconnected(struct ofono_voicecall *vc, int id,
  */
 void ofono_voicecall_mpty_hint(struct ofono_voicecall *vc, unsigned int ids);
 
+struct ofono_modem *ofono_voicecall_get_modem(struct ofono_voicecall *vc);
+
 int ofono_voicecall_driver_register(const struct ofono_voicecall_driver *d);
 void ofono_voicecall_driver_unregister(const struct ofono_voicecall_driver *d);
 
-- 
1.9.1


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

* [PATCH 2/2] voicecall: Implement ofono_voicecall_get_modem
  2018-06-20 15:06 [PATCH 1/2] include: Add ofono_voicecall_get_modem Slava Monich
@ 2018-06-20 15:06 ` Slava Monich
  2018-06-25 15:32 ` [PATCH 1/2] include: Add ofono_voicecall_get_modem Denis Kenzior
  1 sibling, 0 replies; 3+ messages in thread
From: Slava Monich @ 2018-06-20 15:06 UTC (permalink / raw)
  To: ofono

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

---
 src/voicecall.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/voicecall.c b/src/voicecall.c
index e4f6a4c..7d4f6a1 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -3734,6 +3734,11 @@ void *ofono_voicecall_get_data(struct ofono_voicecall *vc)
 	return vc->driver_data;
 }
 
+struct ofono_modem *ofono_voicecall_get_modem(struct ofono_voicecall *vc)
+{
+	return __ofono_atom_get_modem(vc->atom);
+}
+
 int ofono_voicecall_get_next_callid(struct ofono_voicecall *vc)
 {
 	struct ofono_modem *modem;
-- 
1.9.1


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

* Re: [PATCH 1/2] include: Add ofono_voicecall_get_modem
  2018-06-20 15:06 [PATCH 1/2] include: Add ofono_voicecall_get_modem Slava Monich
  2018-06-20 15:06 ` [PATCH 2/2] voicecall: Implement ofono_voicecall_get_modem Slava Monich
@ 2018-06-25 15:32 ` Denis Kenzior
  1 sibling, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2018-06-25 15:32 UTC (permalink / raw)
  To: ofono

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

Hi Slava,

On 06/20/2018 10:06 AM, Slava Monich wrote:
> ---
>   include/voicecall.h | 2 ++
>   1 file changed, 2 insertions(+)
> 

Applied, thanks.

Regards,
-Denis


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

end of thread, other threads:[~2018-06-25 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-20 15:06 [PATCH 1/2] include: Add ofono_voicecall_get_modem Slava Monich
2018-06-20 15:06 ` [PATCH 2/2] voicecall: Implement ofono_voicecall_get_modem Slava Monich
2018-06-25 15:32 ` [PATCH 1/2] include: Add ofono_voicecall_get_modem 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.