* [PATCH] ASoC: wm8962: correct addresses for HPF_C_0/1
@ 2015-11-10 17:53 sachinpandhare
2015-11-12 8:11 ` Charles Keepax
2015-11-16 17:51 ` Applied "ASoC: wm8962: correct addresses for HPF_C_0/1" to the asoc tree Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: sachinpandhare @ 2015-11-10 17:53 UTC (permalink / raw)
To: lgirdwood, broonie, perex, tiwai, ckeepax, lars, axel.lin,
jiada_wang, zidan.wang, patches, alsa-devel, linux-kernel
From: Sachin Pandhare <sachinpandhare@gmail.com>
>From datasheet:
R17408 (4400h) HPF_C_1
R17409 (4401h) HPF_C_0
17048 -> 17408 (0x4400)
17049 -> 17409 (0x4401)
Signed-off-by: Sachin Pandhare <sachinpandhare@gmail.com>
---
sound/soc/codecs/wm8962.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 39ebd7b..a7e7978 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -365,8 +365,8 @@ static const struct reg_default wm8962_reg[] = {
{ 16924, 0x0059 }, /* R16924 - HDBASS_PG_1 */
{ 16925, 0x999A }, /* R16925 - HDBASS_PG_0 */
- { 17048, 0x0083 }, /* R17408 - HPF_C_1 */
- { 17049, 0x98AD }, /* R17409 - HPF_C_0 */
+ { 17408, 0x0083 }, /* R17408 - HPF_C_1 */
+ { 17409, 0x98AD }, /* R17409 - HPF_C_0 */
{ 17920, 0x007F }, /* R17920 - ADCL_RETUNE_C1_1 */
{ 17921, 0xFFFF }, /* R17921 - ADCL_RETUNE_C1_0 */
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: wm8962: correct addresses for HPF_C_0/1
2015-11-10 17:53 [PATCH] ASoC: wm8962: correct addresses for HPF_C_0/1 sachinpandhare
@ 2015-11-12 8:11 ` Charles Keepax
2015-11-16 17:51 ` Applied "ASoC: wm8962: correct addresses for HPF_C_0/1" to the asoc tree Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2015-11-12 8:11 UTC (permalink / raw)
To: sachinpandhare
Cc: alsa-devel, lars, axel.lin, zidan.wang, jiada_wang, linux-kernel,
patches, tiwai, lgirdwood, broonie
On Tue, Nov 10, 2015 at 11:23:58PM +0530, sachinpandhare@gmail.com wrote:
> From: Sachin Pandhare <sachinpandhare@gmail.com>
>
> >From datasheet:
> R17408 (4400h) HPF_C_1
> R17409 (4401h) HPF_C_0
> 17048 -> 17408 (0x4400)
> 17049 -> 17409 (0x4401)
>
> Signed-off-by: Sachin Pandhare <sachinpandhare@gmail.com>
> ---
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thanks,
Charles
^ permalink raw reply [flat|nested] 3+ messages in thread
* Applied "ASoC: wm8962: correct addresses for HPF_C_0/1" to the asoc tree
2015-11-10 17:53 [PATCH] ASoC: wm8962: correct addresses for HPF_C_0/1 sachinpandhare
2015-11-12 8:11 ` Charles Keepax
@ 2015-11-16 17:51 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-11-16 17:51 UTC (permalink / raw)
To: Sachin Pandhare, Charles Keepax, Mark Brown, stable; +Cc: alsa-devel
The patch
ASoC: wm8962: correct addresses for HPF_C_0/1
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From e9f96bc53c1b959859599cb30ce6fd4fbb4448c2 Mon Sep 17 00:00:00 2001
From: Sachin Pandhare <sachinpandhare@gmail.com>
Date: Tue, 10 Nov 2015 23:38:02 +0530
Subject: [PATCH] ASoC: wm8962: correct addresses for HPF_C_0/1
>From datasheet:
R17408 (4400h) HPF_C_1
R17409 (4401h) HPF_C_0
17048 -> 17408 (0x4400)
17049 -> 17409 (0x4401)
Signed-off-by: Sachin Pandhare <sachinpandhare@gmail.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
---
sound/soc/codecs/wm8962.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 39ebd7bf4f53..a7e79784fc16 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -365,8 +365,8 @@ static const struct reg_default wm8962_reg[] = {
{ 16924, 0x0059 }, /* R16924 - HDBASS_PG_1 */
{ 16925, 0x999A }, /* R16925 - HDBASS_PG_0 */
- { 17048, 0x0083 }, /* R17408 - HPF_C_1 */
- { 17049, 0x98AD }, /* R17409 - HPF_C_0 */
+ { 17408, 0x0083 }, /* R17408 - HPF_C_1 */
+ { 17409, 0x98AD }, /* R17409 - HPF_C_0 */
{ 17920, 0x007F }, /* R17920 - ADCL_RETUNE_C1_1 */
{ 17921, 0xFFFF }, /* R17921 - ADCL_RETUNE_C1_0 */
--
2.6.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-16 17:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-10 17:53 [PATCH] ASoC: wm8962: correct addresses for HPF_C_0/1 sachinpandhare
2015-11-12 8:11 ` Charles Keepax
2015-11-16 17:51 ` Applied "ASoC: wm8962: correct addresses for HPF_C_0/1" to the asoc tree Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).