linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: wm8960: Fix ADC volume bits
@ 2013-08-14  1:15 Ma Haijun
  2013-08-14 18:19 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Ma Haijun @ 2013-08-14  1:15 UTC (permalink / raw)
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai, patches,
	alsa-devel, linux-kernel

Signed-off-by: Ma Haijun <mahaijuns@gmail.com>
---
 sound/soc/codecs/wm8960.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c
index 0a4ffdd..368d39f 100644
--- a/sound/soc/codecs/wm8960.c
+++ b/sound/soc/codecs/wm8960.c
@@ -263,8 +263,8 @@ SOC_SINGLE("ALC Attack", WM8960_ALC3, 0, 15, 0),
 SOC_SINGLE("Noise Gate Threshold", WM8960_NOISEG, 3, 31, 0),
 SOC_SINGLE("Noise Gate Switch", WM8960_NOISEG, 0, 1, 0),
 
-SOC_DOUBLE_R("ADC PCM Capture Volume", WM8960_LINPATH, WM8960_RINPATH,
-	0, 127, 0),
+SOC_DOUBLE_R_TLV("ADC PCM Capture Volume", WM8960_LADC, WM8960_RADC,
+	0, 255, 0, adc_tlv),
 
 SOC_SINGLE_TLV("Left Output Mixer Boost Bypass Volume",
 	       WM8960_BYPASS1, 4, 7, 1, bypass_tlv),
-- 
1.8.1.2


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

* Re: [PATCH 1/2] ASoC: wm8960: Fix ADC volume bits
  2013-08-14  1:15 [PATCH 1/2] ASoC: wm8960: Fix ADC volume bits Ma Haijun
@ 2013-08-14 18:19 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-08-14 18:19 UTC (permalink / raw)
  To: Ma Haijun
  Cc: Liam Girdwood, Jaroslav Kysela, Takashi Iwai, patches, alsa-devel,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

On Wed, Aug 14, 2013 at 09:15:38AM +0800, Ma Haijun wrote:
> Signed-off-by: Ma Haijun <mahaijuns@gmail.com>

Applied, thanks.

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

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

end of thread, other threads:[~2013-08-14 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14  1:15 [PATCH 1/2] ASoC: wm8960: Fix ADC volume bits Ma Haijun
2013-08-14 18:19 ` 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).