rockbox/apps/plugins/lua/include_lua
Solomon Peachy ea570c5728 pcm: Make more of the low-level PCM API private
* pcm_play_data
 * pcm_play_stop
 * pcm_play_stop_int
 * pcm_is_playing
 * pcm_set_frequency
 * pcm_get_frequency
 * pcm_apply_settings

Now, the only user of these functions are the mixer and recording layers
that provide a higher-level API to plugins and the main [playback]
application.

Outside of the PCM core, pcm_apply_settings() was only used immediately
following a call to mixer_set_frequency(), so the latter function
now always calls the former.

Change-Id: I61c3144dc156b9de9b7963160b525c6d10c6ad4b
2026-03-03 13:09:21 -05:00
..
audio.lua plugin api: Add audio_pre_ff_rewind to plugin's API 2025-12-29 19:58:26 +05:00
blit.lua
color.lua
create_kbd_layout.lua
dbgettags.lua Allow first level folders in plugin menu 2024-05-05 14:01:43 -04:00
draw.lua
draw_floodfill.lua
draw_num.lua lua use lcd_drawline to draw lines inside rliimages 2024-04-18 13:11:51 -04:00
draw_poly.lua lua extend stars demo plugin 2024-04-28 01:03:16 -04:00
draw_text.lua lua use lcd_drawline to draw lines inside rliimages 2024-04-18 13:11:51 -04:00
filebrowse.lua Allow first level folders in plugin menu 2024-05-05 14:01:43 -04:00
files.lua
fileviewers.lua Allow first level folders in plugin menu 2024-05-05 14:01:43 -04:00
image.lua
image_save.lua FS#13718 - The image_save library (rocklua) can't correctly save an image with an odd resolution. 2026-01-21 08:15:56 -05:00
lcd.lua
math_ex.lua
menubuttons.lua lua add rb_poly.lua vector drawing and memoization demo 2026-01-21 08:54:16 -05:00
menucoresettings.lua lua add a way to filter settings on read 2021-05-19 23:29:10 -04:00
pcm.lua pcm: Make more of the low-level PCM API private 2026-03-03 13:09:21 -05:00
playlist.lua playlist: Remove playlist_add() 2023-07-02 12:14:33 -04:00
poly_points.lua
print.lua
printmenus.lua
printsubmenu.lua
printtable.lua lua use lcd_drawline to draw lines inside rliimages 2024-04-18 13:11:51 -04:00
rbcompat.lua
rbsettings.lua lua add a way to filter settings on read 2021-05-19 23:29:10 -04:00
sound.lua
strftime.lua lua plugin remove strfrtime in favor of strfrtm.lua 2026-01-08 21:39:54 -05:00
temploader.lua
timer.lua