All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: tlv320aic3x: add deemphasis switch
@ 2012-06-29  8:53 Prchal Jiří
  2012-07-04 10:43 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Prchal Jiří @ 2012-06-29  8:53 UTC (permalink / raw)
  To: alsa-devel, vbarinov, mr.swami.reddy, peter.ujfalusi, Mark Brown,
	sudhakar.raj, nsekhar, lrg

This patch adds missing deemphasis switch.

Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz>
---
  sound/soc/codecs/tlv320aic3x.c |    3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 4ed6c20..2265e94 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -381,6 +381,9 @@ static const struct snd_kcontrol_new aic3x_snd_controls[] = {
  	SOC_ENUM("Left AGC Decay time", aic3x_agc_enum[LAGC_DEC_ENUM]),
  	SOC_ENUM("Right AGC Decay time", aic3x_agc_enum[RAGC_DEC_ENUM]),

+	/* De-emphasis */
+	SOC_DOUBLE("De-emphasis Switch", AIC3X_CODEC_DFILT_CTRL, 2, 0, 0x01, 0),
+
  	/* Input */
  	SOC_DOUBLE_R_TLV("PGA Capture Volume", LADC_VOL, RADC_VOL,
  			 0, 119, 0, adc_tlv),
-- 
1.7.7

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

* Re: [PATCH] ASoC: tlv320aic3x: add deemphasis switch
  2012-06-29  8:53 [PATCH] ASoC: tlv320aic3x: add deemphasis switch Prchal Jiří
@ 2012-07-04 10:43 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-07-04 10:43 UTC (permalink / raw)
  To: Prchal Jiří
  Cc: vbarinov, alsa-devel, sudhakar.raj, nsekhar, peter.ujfalusi,
	mr.swami.reddy, lrg


[-- Attachment #1.1: Type: text/plain, Size: 354 bytes --]

On Fri, Jun 29, 2012 at 10:53:32AM +0200, Prchal Jiří wrote:
> This patch adds missing deemphasis switch.
> 
> Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz>

This doesn't apply, probably due to whatever issue affected your other
patch.  Could you please try to fix, I guess whatever you did for the
other patches will address the issue?

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2012-07-04 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29  8:53 [PATCH] ASoC: tlv320aic3x: add deemphasis switch Prchal Jiří
2012-07-04 10:43 ` Mark Brown

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.