]> git.alsa-project.org Git - tinycompress.git/commit
compress_ops: remove get_tstamp64 callback
authorJaroslav Kysela <perex@perex.cz>
Wed, 21 Jan 2026 10:53:46 +0000 (11:53 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 28 May 2026 14:34:09 +0000 (16:34 +0200)
commitc380c4e3cf8a5d514d4c2531096560f22bd0b5a4
tree187f4a8cfb0e8aac0b65293dc41340891f7d4593
parent95132da2c81a7d1a17c353d7226142ad6a2d5c8c
compress_ops: remove get_tstamp64 callback

It is not required to polute ops with two versions
of similar callbacks when we introduced V2 ops. Handle the
wrapping in the top level (compress_get_tstamp function).

Closes: https://github.com/alsa-project/tinycompress/pull/31
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/tinycompress/compress_ops.h
src/lib/compress.c
src/lib/compress_hw.c