diff options
author | Mark Brown <broonie@kernel.org> | 2022-08-31 15:40:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-31 15:40:16 +0300 |
commit | ce963f84a812044ebac099f9cb60359898662542 (patch) | |
tree | 4a48b1a6be2bf444e1a8d7b688afe09f32de3cb2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 33b7504ae08a20ad22f3bd867623c72bddefdd12 (diff) | |
parent | 1a01e19278022cd2f7daa7a065ed47c5022dbad9 (diff) | |
download | linux-ce963f84a812044ebac099f9cb60359898662542.tar.xz |
ASoC: SOF: compress: Add support for timestamp on capture
Merge series from Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>:
The purpose of this patch series is to add support for
timestamping on capture direction using the compress
API.
This is simply done by splitting sof_compr_copy into 2
functions: sof_compr_copy_playback and sof_compr_copy_capture.
Each of these functions handles one of the possible directions:
capture or playback and is called in sof_compr_copy based on
the stream's direction.
The only difference between sof_compr_copy_playback and
sof_compr_copy_capture is the fact that on playback case
we need to copy data from user space and on capture we
need to copy data to user space.
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions