Commit 28377221 authored by 吴智聪(John Wu)'s avatar 吴智聪(John Wu)

Merge branch 'neuros' of...

Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
parents 4017c6e9 a46091c1
......@@ -1101,6 +1101,12 @@ static inline void aic32_configure()
/* Page select register */
audio_aic32_write(PAGE_SELECT_REG, PAGE0);
/* Self clearing aic32 software reset */
audio_aic32_write(SOFT_RESET_REG, SELF_CLEAR_SOFT_RESET);
/* wait for reset to complete */
mdelay(100);
davinci_set_mono_stereo(aic32_local.nochan);
#ifdef AIC32_MASTER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment