All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Murphy <dmurphy@ti.com>
To: Axel Lin <axel.lin@ingics.com>, Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH] ASoC: tas2552: Fix off-by-one for max_register setting
Date: Thu, 23 Jul 2015 10:26:12 -0500	[thread overview]
Message-ID: <55B10794.50406@ti.com> (raw)
In-Reply-To: <1437663364.20606.1.camel@ingics.com>

On 07/23/2015 09:56 AM, Axel Lin wrote:
> The latest valid register is TAS2552_VBAT_DATA.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  sound/soc/codecs/tas2552.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/codecs/tas2552.h b/sound/soc/codecs/tas2552.h
> index 5746f8f..e34752b 100644
> --- a/sound/soc/codecs/tas2552.h
> +++ b/sound/soc/codecs/tas2552.h
> @@ -42,7 +42,7 @@
>  #define TAS2552_BOOST_APT_CTRL		0x14
>  #define TAS2552_VER_NUM			0x16
>  #define TAS2552_VBAT_DATA		0x19
> -#define TAS2552_MAX_REG			0x20
> +#define TAS2552_MAX_REG			TAS2552_VBAT_DATA
>  
>  /* CFG1 Register Masks */
>  #define TAS2552_DEV_RESET		(1 << 0)
Acked-by: Dan Murphy<dmurphy@ti.com>

-- 
------------------
Dan Murphy

  reply	other threads:[~2015-07-23 15:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-23 14:56 [PATCH] ASoC: tas2552: Fix off-by-one for max_register setting Axel Lin
2015-07-23 15:26 ` Dan Murphy [this message]
2015-07-23 15:47 ` Applied "ASoC: tas2552: Fix off-by-one for max_register setting" to the asoc tree Mark Brown

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=55B10794.50406@ti.com \
    --to=dmurphy@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=axel.lin@ingics.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    /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.