summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/stmp378x_codec.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sound/soc/codecs/stmp378x_codec.c b/sound/soc/codecs/stmp378x_codec.c
index 90df291b6aaf..b8463f58d18d 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];