All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hfp: Add Voice Recognition flag to BRSF for HF role
@ 2013-12-04 14:36 Andrew Earl
  2013-12-04 14:36 ` Andrew Earl
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Earl @ 2013-12-04 14:36 UTC (permalink / raw)
  To: ofono

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

Fix for PTS testing of BVRA command in Handsfree Role.

Andrew Earl (1):
  hfp: Add Voice Recognition flag to BRSF for HF role

 drivers/hfpmodem/slc.c | 1 +
 1 file changed, 1 insertion(+)

-- 
1.7.11.7

Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052


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

* [PATCH] hfp: Add Voice Recognition flag to BRSF for HF role
  2013-12-04 14:36 [PATCH] hfp: Add Voice Recognition flag to BRSF for HF role Andrew Earl
@ 2013-12-04 14:36 ` Andrew Earl
  2013-12-05  9:52   ` Denis Kenzior
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Earl @ 2013-12-04 14:36 UTC (permalink / raw)
  To: ofono

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

---
 drivers/hfpmodem/slc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hfpmodem/slc.c b/drivers/hfpmodem/slc.c
index 38a9b2e..3a28a26 100644
--- a/drivers/hfpmodem/slc.c
+++ b/drivers/hfpmodem/slc.c
@@ -63,6 +63,7 @@ void hfp_slc_info_init(struct hfp_slc_info *info, guint16 version)
 	info->hf_features |= HFP_HF_FEATURE_3WAY;
 	info->hf_features |= HFP_HF_FEATURE_CLIP;
 	info->hf_features |= HFP_HF_FEATURE_REMOTE_VOLUME_CONTROL;
+        info->hf_features |= HFP_HF_FEATURE_VOICE_RECOGNITION;
 
 	if (version < HFP_VERSION_1_5)
 		goto done;
-- 
1.7.11.7

Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052


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

* Re: [PATCH] hfp: Add Voice Recognition flag to BRSF for HF role
  2013-12-04 14:36 ` Andrew Earl
@ 2013-12-05  9:52   ` Denis Kenzior
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2013-12-05  9:52 UTC (permalink / raw)
  To: ofono

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

Hi Andrew,

On 12/04/2013 08:36 AM, Andrew Earl wrote:
> ---
>   drivers/hfpmodem/slc.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/hfpmodem/slc.c b/drivers/hfpmodem/slc.c
> index 38a9b2e..3a28a26 100644
> --- a/drivers/hfpmodem/slc.c
> +++ b/drivers/hfpmodem/slc.c
> @@ -63,6 +63,7 @@ void hfp_slc_info_init(struct hfp_slc_info *info, guint16 version)
>   	info->hf_features |= HFP_HF_FEATURE_3WAY;
>   	info->hf_features |= HFP_HF_FEATURE_CLIP;
>   	info->hf_features |= HFP_HF_FEATURE_REMOTE_VOLUME_CONTROL;
> +        info->hf_features |= HFP_HF_FEATURE_VOICE_RECOGNITION;

Please note that we do not use spaces for indentation, only tabs.  I had 
to fix this up for you manually.  Please keep this in mind for future 
submissions.

>
>   	if (version < HFP_VERSION_1_5)
>   		goto done;
>

Patch has been applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2013-12-05  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 14:36 [PATCH] hfp: Add Voice Recognition flag to BRSF for HF role Andrew Earl
2013-12-04 14:36 ` Andrew Earl
2013-12-05  9: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.