diff options
author | William Lai <b04597@freescale.com> | 2009-11-16 11:34:42 +0800 |
---|---|---|
committer | William Lai <b04597@freescale.com> | 2009-11-17 15:04:24 +0800 |
commit | 161002cda0ea134e71c4c903159a2d570bfcab8d (patch) | |
tree | ca07799318a10d7d216c5e49429da41e3add5d65 /sound/isa | |
parent | 6427a959b219a568d44cf568221337ec3d1ded24 (diff) |
ENGR00118226 MX35 PM: System crashes when try to wake up from standby
The ak4647_codec is not initialized as there is no ak4647 codec existing
on MX35 board. In the 31 kernel, the card and codec drivers are
registered separately, and there is no check whether the codec is probed
successfully or not. On MX35 board, the card is sucessfully registered,
but there is no ak4647 codec. In this case, the system will crash if the
system try to invoke the codec's resume function.
To resolve the problem, add a check in registering the card. If the
codec does not exist, give up registering the card either.
Signed-off-by: William Lai <b04597@freescale.com>
Diffstat (limited to 'sound/isa')
0 files changed, 0 insertions, 0 deletions