ASOC: msm: Allocate separate memory for VoIP calibration
In current design, voice and voip calls share the same
memory for calibration data. But DSP doesn't support to map
the same memory twice. This will cause crash in DSP when trying
to make voice call and voip call concurrently.
In voice driver, allocate the separate memory to store voip
calibration data.
Change-Id: I52bf0554f88610ab8088571739aa0a72cff69f39
Signed-off-by:
Helen Zeng <xiaoyunz@codeaurora.org>
Loading
Please sign in to comment