mbox series

[V2,0/1] ASoC: compress: propagate the error code from the

Message ID cover.1645704570.git.quic_rbankapu@quicinc.com (mailing list archive)
Headers show
Series ASoC: compress: propagate the error code from the | expand

Message

Raghu Ballappa Bankapur Feb. 24, 2022, 12:18 p.m. UTC
Propagate the error code from the compress framework for the timestamp
query. This error code will be used by the client to handle the
error case scenarios gracefully.

This propgated error is used by direct client like Audio HAL through
IOCTL -SNDRV_COMPRESS_TSTAMP response, further this response is sent
to upper layer, based on this error audio related usecases related 
to render position and presentation are handled.

Changes since v1:
- Remove initialization for ret, since it is updated by pointer function
- Added new line after ret declaration

Raghu Bankapur (1):
  ASoC: compress: propagate the error code from the compress framework

 sound/core/compress_offload.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)