alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 6/9] ASoC: da7210: bugfix for head phone volume control
  2011-10-12 15:05 [alsa-devel] [PATCH 6/9] ASoC: da7210: bugfix for head phone volume control Ashish Chavan
@ 2011-10-12 15:01 ` Mark Brown
  2011-10-13  9:12   ` [alsa-devel] " Ashish Chavan
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2011-10-12 15:01 UTC (permalink / raw)
  To: Ashish Chavan
  Cc: linux-kernel, alsa-devel, lrg, kuninori.morimoto.gx,
	David Dajun Chen

On Wed, Oct 12, 2011 at 08:35:34PM +0530, Ashish Chavan wrote:
> This patch takes care of reserved bits of headphone volume
> register by using correct volume range.

This doesn't apply, which is pretty surprising given that there's no
obvious overlap at all with the rest of the code.

> Tested on Samsung SMDK6410 board with DA7210 evaluation board.

This really isn't useful information in a changelog, apart from anything
else this isn't going to be a system that it's easy for other people to
reproduce.

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

* [alsa-devel] [PATCH 6/9] ASoC: da7210: bugfix for head phone volume control
@ 2011-10-12 15:05 Ashish Chavan
  2011-10-12 15:01 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Ashish Chavan @ 2011-10-12 15:05 UTC (permalink / raw)
  To: Mark Brown, lrg, alsa-devel
  Cc: David Dajun Chen, kuninori.morimoto.gx, linux-kernel

This patch takes care of reserved bits of headphone volume
register by using correct volume range.

Tested on Samsung SMDK6410 board with DA7210 evaluation board.

Signed-off-by: Ashish Chavan <ashish.chavan@kpitcummins.com>
Signed-off-by: David Dajun Chen <dchen@diasemi.com>
---
 sound/soc/codecs/da7210.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sound/soc/codecs/da7210.c b/sound/soc/codecs/da7210.c
index 60f403b..eb12c82 100644
--- a/sound/soc/codecs/da7210.c
+++ b/sound/soc/codecs/da7210.c
@@ -196,12 +196,15 @@
  * mute		: 0x10
  * reserved	: 0x00 - 0x0F
  *
- * ** FIXME **
- *
  * Reserved area are considered as "mute".
- * -> min = -79.5 dB
  */
-static const DECLARE_TLV_DB_SCALE(hp_out_tlv, -7950, 150, 1);
+static const unsigned int hp_out_tlv[] = {
+	TLV_DB_RANGE_HEAD(2),
+	0x0, 0x10, TLV_DB_SCALE_ITEM(TLV_DB_GAIN_MUTE, 0, 1),
+	/* -54 dB to +15 dB */
+	0x11, 0x3f, TLV_DB_SCALE_ITEM(-5400, 150, 0),
+};
+
 static const DECLARE_TLV_DB_SCALE(dac_gain_tlv, -7725, 75, 0);
 static const DECLARE_TLV_DB_SCALE(mic_vol_tlv, -600, 600, 0);
 static const DECLARE_TLV_DB_SCALE(aux2_vol_tlv, -600, 600, 0);
-- 
1.7.1

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

* Re: [alsa-devel] [PATCH 6/9] ASoC: da7210: bugfix for head phone volume control
  2011-10-12 15:01 ` Mark Brown
@ 2011-10-13  9:12   ` Ashish Chavan
  0 siblings, 0 replies; 3+ messages in thread
From: Ashish Chavan @ 2011-10-13  9:12 UTC (permalink / raw)
  To: Mark Brown
  Cc: lrg, alsa-devel, David Dajun Chen, kuninori.morimoto.gx,
	linux-kernel

On Wed, 2011-10-12 at 16:01 +0100, Mark Brown wrote:
> On Wed, Oct 12, 2011 at 08:35:34PM +0530, Ashish Chavan wrote:
> > This patch takes care of reserved bits of headphone volume
> > register by using correct volume range.
> 
> This doesn't apply, which is pretty surprising given that there's no
> obvious overlap at all with the rest of the code.

I guess this is mostly due to indirect dependence on [PATCH 1/9].
It applies after applying first patch.

> 
> > Tested on Samsung SMDK6410 board with DA7210 evaluation board.
> 
> This really isn't useful information in a changelog, apart from anything
> else this isn't going to be a system that it's easy for other people to
> reproduce.
> 
OK, will remove redundant info.

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

end of thread, other threads:[~2011-10-13  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 15:05 [alsa-devel] [PATCH 6/9] ASoC: da7210: bugfix for head phone volume control Ashish Chavan
2011-10-12 15:01 ` Mark Brown
2011-10-13  9:12   ` [alsa-devel] " Ashish Chavan

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).