audio: Return ENODATA when retrieving position fails

out_get_presentation_position returns ENOPERM if it is called
when underlying pcm stream is not opened. This is resulting
in an error log on the client side.

ENODATA is more appropriate in this case as stream is yet
to be opened and is not an error scenario.

CRs-Fixed: 2111532
Change-Id: I29222ba9cc793ebb97f4f317f630627a3b272113
1 file changed