From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH] hfp: Add Voice Recognition flag to BRSF for HF role
Date: Thu, 05 Dec 2013 03:52:47 -0600 [thread overview]
Message-ID: <52A04CEF.7000409@gmail.com> (raw)
In-Reply-To: <1386167773-6375-2-git-send-email-andrewx.earl@intel.com>
[-- 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
prev parent reply other threads:[~2013-12-05 9:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52A04CEF.7000409@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.