Files
linux-legacy/drivers/mxc/asrc
William Lai dc2c30b481 ENGR00118425 Mx35 ASRC: Cann't work as the SPDIF RX as input
The ASRC cann't work when the SPDIF RX is employed to drive the input
part of the ASRC.
The root cause is miswritting "reg |= 7 << AICPA;" as "reg | 7 <<
AICPA;".

Signed-off-by: William Lai <b04597@freescale.com>
2010-08-10 11:45:49 -05:00
..