mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-20 13:44:17 +00:00
ENGR00119104 MX23 ALSA: Resolve the problem of record from line-in
Resolve the line-in record problem. Signed-off-by: Lionel Xu <r63889@freescale.com>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user