On 9 November 2012 22:11, Jon Medhurst (Tixy) tixy@linaro.org wrote:
On Thu, 2012-11-08 at 23:53 +0530, Vishal Bhoj wrote:
On Nov 8, 2012 11:45 PM, "Jon Medhurst (Tixy)" tixy@linaro.org wrote:
I have been given an Audio HAL library for vexpress and want to get
it
into our JB builds and was hoping to find an existing board with
working
audio to get some clues from it.
I'm a bit worried that since the move to JB logcat shows lots of
lines
like:
E/WVMExtractor( 1925): Failed to open libwvm.so
which seems to be related to attempts to play sound, so I'm guessing that we might be missing something important.
It's looking for drm related library implemented by the oems. Sadly we don't have in our builds. I know that this mess has been improved in master branch and audio plays on master without the drm stuff. I was waiting for 4.2 upgrade where we would get these fixes. Is it a critical requirement?
We can back port the change for the fix.
Do you know what patch(s) implemented the fix? Or at least which component to look in? (frameworks/av/ doesn't see to have any fixes for this.)
If it's reasonable straight forward for me to hack things together on my machine, it would be good to do so to verify that things will be OK once we get 4.2, rather than finding out afterwards that there are still problems...
It seemed to be straight forward. Only this config file is needed to be placed in /system/etc/ folder and right decoder was getting detected. I have verified it on origen.
-- Tixy