All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] android/client: Fix copy paste issue in stop recognition function
@ 2014-11-03 13:49 Lukasz Rymanowski
  2014-11-03 18:14 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Rymanowski @ 2014-11-03 13:49 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

---
 android/client/if-hf-client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c
index a837401..3f6f7c2 100644
--- a/android/client/if-hf-client.c
+++ b/android/client/if-hf-client.c
@@ -489,7 +489,7 @@ static void stop_voice_recognition_p(int argc, const char **argv)
 {
 	RETURN_IF_NULL(if_hf_client);
 
-	EXEC(if_hf_client->start_voice_recognition);
+	EXEC(if_hf_client->stop_voice_recognition);
 }
 
 static void volume_control_c(int argc, const char **argv, enum_func *enum_func,
-- 
1.8.4


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

* Re: [PATCH] android/client: Fix copy paste issue in stop recognition function
  2014-11-03 13:49 [PATCH] android/client: Fix copy paste issue in stop recognition function Lukasz Rymanowski
@ 2014-11-03 18:14 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-11-03 18:14 UTC (permalink / raw)
  To: Lukasz Rymanowski; +Cc: linux-bluetooth

Hi Łukasz,

On Monday 03 of November 2014 14:49:53 Lukasz Rymanowski wrote:
> ---
>  android/client/if-hf-client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c
> index a837401..3f6f7c2 100644
> --- a/android/client/if-hf-client.c
> +++ b/android/client/if-hf-client.c
> @@ -489,7 +489,7 @@ static void stop_voice_recognition_p(int argc, const
> char **argv) {
>  	RETURN_IF_NULL(if_hf_client);
> 
> -	EXEC(if_hf_client->start_voice_recognition);
> +	EXEC(if_hf_client->stop_voice_recognition);
>  }
> 
>  static void volume_control_c(int argc, const char **argv, enum_func
> *enum_func,

Patch applied, thanks.

-- 
BR
Szymon Janc

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

end of thread, other threads:[~2014-11-03 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 13:49 [PATCH] android/client: Fix copy paste issue in stop recognition function Lukasz Rymanowski
2014-11-03 18:14 ` Szymon Janc

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.