From 2f78735cb2a731a0e931b7eb331bbeef0bb1515f Mon Sep 17 00:00:00 2001 From: Lionel Xu Date: Thu, 17 Dec 2009 21:44:14 +0800 Subject: [PATCH] ENGR00119104 MX23 ALSA: Resolve the problem of record from line-in Resolve the line-in record problem. Signed-off-by: Lionel Xu --- sound/soc/codecs/stmp378x_codec.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sound/soc/codecs/stmp378x_codec.c b/sound/soc/codecs/stmp378x_codec.c index 90df291b6aa..b8463f58d18 100644 --- a/sound/soc/codecs/stmp378x_codec.c +++ b/sound/soc/codecs/stmp378x_codec.c @@ -70,15 +70,15 @@ static void __iomem *adc_regmap[] = { REGS_AUDIOOUT_BASE + HW_AUDIOOUT_DATA, REGS_AUDIOOUT_BASE + HW_AUDIOOUT_SPEAKERCTRL, REGS_AUDIOOUT_BASE + HW_AUDIOOUT_VERSION, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_CTRL, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_STAT, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_ADCSRR, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_ADCVOLUME, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_ADCDEBUG, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_ADCVOL, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_MICLINE, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_ANACLKCTRL, - REGS_AUDIOOUT_BASE + HW_AUDIOIN_DATA, + REGS_AUDIOIN_BASE + HW_AUDIOIN_CTRL, + REGS_AUDIOIN_BASE + HW_AUDIOIN_STAT, + REGS_AUDIOIN_BASE + HW_AUDIOIN_ADCSRR, + REGS_AUDIOIN_BASE + HW_AUDIOIN_ADCVOLUME, + REGS_AUDIOIN_BASE + HW_AUDIOIN_ADCDEBUG, + REGS_AUDIOIN_BASE + HW_AUDIOIN_ADCVOL, + REGS_AUDIOIN_BASE + HW_AUDIOIN_MICLINE, + REGS_AUDIOIN_BASE + HW_AUDIOIN_ANACLKCTRL, + REGS_AUDIOIN_BASE + HW_AUDIOIN_DATA, }; static u16 stmp378x_audio_regs[ADC_REGNUM];