rockbox/apps/plugins/lua/include_lua
Solomon Peachy fe2d52cc7d pcm: Get rid of pcm_play_pause() and associated APIs
Nothing in the core has used it for some time.  It's exported to the
plugin API but the last plugins to use it were switched to the mixer API
back in 2011.

This allows us to get rid of pcm_play_dma_pause() from all audio drivers

Change-Id: Ic3fa02592316f84963e41d792d1cabb436d1ff6b
2020-10-31 01:18:27 +00:00
..
audio.lua
blit.lua
color.lua
draw.lua
draw_floodfill.lua
draw_num.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
draw_poly.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
draw_text.lua
files.lua lua move strip_extension and create_numbered_filename out of main binary 2019-09-28 03:15:15 +02:00
image.lua
image_save.lua
lcd.lua
math_ex.lua
pcm.lua pcm: Get rid of pcm_play_pause() and associated APIs 2020-10-31 01:18:27 +00:00
playlist.lua
poly_points.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
print.lua lua playback example 2020-09-27 15:57:34 +00:00
printtable.lua
rbcompat.lua
rbsettings.lua Lua add metadata and settings reading helper module 2019-09-07 03:10:59 +02:00
sound.lua
timer.lua