[PATCH 0/2] ALSA: compress: Robustness improvements in pointer() handling

Mark Brown posted 2 patches 2 hours ago
sound/core/compress_offload.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
[PATCH 0/2] ALSA: compress: Robustness improvements in pointer() handling
Posted by Mark Brown 2 hours ago
While looking at an ASoC driver I happened to notice a divide by zero on
a pointer operation, discussion of which with Péter Ujfalusi identified
several other issues in the handling of pointer operations in the core.
This isn't a comprehensive review, it's just fixing up issues that
happened to be noticed.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      ALSA: compress: Refuse to update timestamps for unconfigured streams
      ALSA: compress: Pay attention if drivers error out retrieving pointers

 sound/core/compress_offload.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
---
base-commit: 7aaa8047eafd0bd628065b15757d9b48c5f9c07d
change-id: 20260330-alsa-unconfigured-tstamp-6886ed04cf22

Best regards,
--  
Mark Brown <broonie@kernel.org>