]> git.alsa-project.org Git - tinycompress.git/commit
include: tinycompress: Add compress_ops.h
authorRohit kumar <rohitkr@codeaurora.org>
Tue, 22 Sep 2020 10:34:58 +0000 (16:04 +0530)
committerRohit kumar <rohitkr@codeaurora.org>
Tue, 22 Sep 2020 12:24:50 +0000 (17:54 +0530)
commit3f4832e01c4bc1bae97a9c09607ca6cd0bfce301
treecc0f3dbd96ba5b3607dd58ef2ff10e73c2c35eaf
parent31cafaecc42110c23468e7a839422325996d06ac
include: tinycompress: Add compress_ops.h

Add compress_ops.h needed to support plugins. Compress_ops
can be used to jump to either hw compress node ops or to
virtual compress node ops.

Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
include/tinycompress/compress_ops.h [new file with mode: 0644]