ASoC: msm8952: Defer until pcm voice probe done
Random issue of delayed voice component probe is observed
sometimes happening after sound card registration. This causes
voice component driver probe not getting called during card registration and
results in voice mixer controls like CVD_Version missed out from sound mixer controls.
This results in crash in audio HAL acdb initialization flow.
Fix is to check for voice pcm probe status in machine driver and
defer until done.
Change-Id: Ib4e380da90d3dd66f054b46227e9fb79648b7524
Signed-off-by:
Subhadra Jagadeesan <subhja@codeaurora.org>
Loading
Please register or sign in to comment