Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Andrei Emeltchenko <Andrei.Emeltchenko.news@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 3/7] android/hal-audio: Make code readable
Date: Thu, 17 Apr 2014 15:02:57 +0200	[thread overview]
Message-ID: <2208396.qWWSl57k4f@uw000953> (raw)
In-Reply-To: <1397737431-6101-3-git-send-email-Andrei.Emeltchenko.news@gmail.com>

Hi Andrei,

On Thursday 17 of April 2014 15:23:47 Andrei Emeltchenko wrote:
> From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
> 
> ---
>  android/hal-audio.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/android/hal-audio.c b/android/hal-audio.c
> index c4bd4fe..76d1efb 100644
> --- a/android/hal-audio.c
> +++ b/android/hal-audio.c
> @@ -1876,12 +1876,12 @@ static struct hw_module_methods_t hal_module_methods = {
>  
>  struct audio_module HAL_MODULE_INFO_SYM = {
>  	.common = {
> -	.tag = HARDWARE_MODULE_TAG,
> -	.version_major = 1,
> -	.version_minor = 0,
> -	.id = AUDIO_HARDWARE_MODULE_ID,
> -	.name = "A2DP Bluez HW HAL",
> -	.author = "Intel Corporation",
> -	.methods = &hal_module_methods,
> +		.tag = HARDWARE_MODULE_TAG,
> +		.version_major = 1,
> +		.version_minor = 0,
> +		.id = AUDIO_HARDWARE_MODULE_ID,
> +		.name = "A2DP Bluez HW HAL",
> +		.author = "Intel Corporation",
> +		.methods = &hal_module_methods,
>  	},
>  };
> 

This patch is now applied, thanks.

-- 
Best regards, 
Szymon Janc

  reply	other threads:[~2014-04-17 13:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-17 12:23 [PATCH 1/7] android/handsfree: Check service class is not zero Andrei Emeltchenko
2014-04-17 12:23 ` [PATCH 2/7] android/hal-audio-hsp: Add audio HAL for HSP handling Andrei Emeltchenko
2014-04-17 13:00   ` Szymon Janc
2014-04-17 12:23 ` [PATCH 3/7] android/hal-audio: Make code readable Andrei Emeltchenko
2014-04-17 13:02   ` Szymon Janc [this message]
2014-04-17 12:23 ` [PATCH 4/7] android/hal-audio-hsp: Add open_output_stream() Andrei Emeltchenko
2014-04-17 12:23 ` [PATCH 5/7] android/hal-audio: Add SCO audio API Andrei Emeltchenko
2014-04-17 13:20   ` Szymon Janc
2014-04-22 15:36     ` Luiz Augusto von Dentz
2014-04-23 14:06   ` Jesse Koegler
2014-04-23 18:41     ` Luiz Augusto von Dentz
2014-04-23 18:59       ` Jesse Koegler
2014-04-17 12:23 ` [PATCH 6/7] android/ipc: Use error printing error messages Andrei Emeltchenko
2014-04-17 13:23   ` Szymon Janc
2014-04-17 12:23 ` [PATCH 7/7] android/handsfree: trivial: Correct comment style Andrei Emeltchenko
2014-04-17 13:26   ` Szymon Janc
2014-04-17 12:54 ` [PATCH 1/7] android/handsfree: Check service class is not zero Szymon Janc

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=2208396.qWWSl57k4f@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=Andrei.Emeltchenko.news@gmail.com \
    --cc=linux-bluetooth@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox