summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_aux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib_aux.pl')
-rwxr-xr-xapps/plugins/lua/rocklib_aux.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl
index 5d77288cc1..c059801b8b 100755
--- a/apps/plugins/lua/rocklib_aux.pl
+++ b/apps/plugins/lua/rocklib_aux.pl
@@ -99,6 +99,7 @@ my @forbidden_functions = ('^open$',
99 '^pcm_play_(stop|pause|lock|unlock)$', 99 '^pcm_play_(stop|pause|lock|unlock)$',
100 '^pcm_(apply_settings|get_bytes_waiting)$', 100 '^pcm_(apply_settings|get_bytes_waiting)$',
101 '^pcm_(set_frequency|calculate_peaks)$', 101 '^pcm_(set_frequency|calculate_peaks)$',
102 '^sound_(set|current|default|min|max|unit|pitch|val2phys)$',
102 '^mixer_(set|get)_frequency$', 103 '^mixer_(set|get)_frequency$',
103 '^(trigger|cancel)_cpu_boost$', 104 '^(trigger|cancel)_cpu_boost$',
104 '^round_value_to_list32$'); 105 '^round_value_to_list32$');