aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_omap.c')
-rw-r--r--frontend/plat_omap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/plat_omap.c b/frontend/plat_omap.c
index c9f576b..f168a5f 100644
--- a/frontend/plat_omap.c
+++ b/frontend/plat_omap.c
@@ -116,6 +116,10 @@ void plat_video_menu_leave(void)
fprintf(stderr, "warning: vout_fbdev_resize failed\n");
}
+void plat_step_volume(int is_up)
+{
+}
+
void plat_init(void)
{
const char *main_fb_name, *layer_fb_name;