mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
1a68856f52
commit
388adff3cc
29 changed files with 5 additions and 231 deletions
|
@ -1402,12 +1402,6 @@ void pcm_apply_settings(void)
|
|||
\group sound
|
||||
\description
|
||||
|
||||
void pcm_calculate_peaks(int *left, int *right)
|
||||
\group sound
|
||||
\param left
|
||||
\param right
|
||||
\description
|
||||
|
||||
void pcm_calculate_rec_peaks(int *left, int *right)
|
||||
\group sound
|
||||
\conditions defined(HAVE_RECORDING)
|
||||
|
@ -1420,11 +1414,6 @@ void pcm_close_recording(void)
|
|||
\conditions defined(HAVE_RECORDING)
|
||||
\description
|
||||
|
||||
size_t pcm_get_bytes_waiting(void)
|
||||
\group sound
|
||||
\return
|
||||
\description
|
||||
|
||||
void pcm_init_recording(void)
|
||||
\group sound
|
||||
\conditions defined(HAVE_RECORDING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue