summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-11-11 23:20:19 -0500
committerSolomon Peachy <pizza@shaftnet.org>2020-11-12 15:59:09 +0000
commit388adff3cc4ab8584c2c99f9bc5ad7e309281d5e (patch)
tree8b05c374e6ace0ebf7c51641eff56e941de27df4 /docs/PLUGIN_API
parent1a68856f52f1b6dc89863758404e54c744fcf53a (diff)
downloadrockbox-388adff3cc4ab8584c2c99f9bc5ad7e309281d5e.tar.gz
rockbox-388adff3cc4ab8584c2c99f9bc5ad7e309281d5e.zip
pcm: Further cleanup of unused bits of the PCM ACPI:
* pcm_get_bytes_remaining() * pcm_calculate_peaks() * pcm_get_peak_buffer() Nothing in-tree uses these at all (except for the lua plugin wrapper) Change-Id: I971b7beed6760250c8b1ce58f401a601e1e2d585
Diffstat (limited to 'docs/PLUGIN_API')
-rw-r--r--docs/PLUGIN_API11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index b77d25a4b9..364044ab12 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -1402,12 +1402,6 @@ void pcm_apply_settings(void)
1402 \group sound 1402 \group sound
1403 \description 1403 \description
1404 1404
1405void pcm_calculate_peaks(int *left, int *right)
1406 \group sound
1407 \param left
1408 \param right
1409 \description
1410
1411void pcm_calculate_rec_peaks(int *left, int *right) 1405void pcm_calculate_rec_peaks(int *left, int *right)
1412 \group sound 1406 \group sound
1413 \conditions defined(HAVE_RECORDING) 1407 \conditions defined(HAVE_RECORDING)
@@ -1420,11 +1414,6 @@ void pcm_close_recording(void)
1420 \conditions defined(HAVE_RECORDING) 1414 \conditions defined(HAVE_RECORDING)
1421 \description 1415 \description
1422 1416
1423size_t pcm_get_bytes_waiting(void)
1424 \group sound
1425 \return
1426 \description
1427
1428void pcm_init_recording(void) 1417void pcm_init_recording(void)
1429 \group sound 1418 \group sound
1430 \conditions defined(HAVE_RECORDING) 1419 \conditions defined(HAVE_RECORDING)