summaryrefslogtreecommitdiff
path: root/modules/opensles/opensles.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/opensles/opensles.h')
-rw-r--r--modules/opensles/opensles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/opensles/opensles.h b/modules/opensles/opensles.h
index 2970413..a3641e7 100644
--- a/modules/opensles/opensles.h
+++ b/modules/opensles/opensles.h
@@ -9,10 +9,10 @@ extern SLObjectItf engineObject;
extern SLEngineItf engineEngine;
-int opensles_player_alloc(struct auplay_st **stp, struct auplay *ap,
+int opensles_player_alloc(struct auplay_st **stp, const struct auplay *ap,
struct auplay_prm *prm, const char *device,
auplay_write_h *wh, void *arg);
-int opensles_recorder_alloc(struct ausrc_st **stp, struct ausrc *as,
+int opensles_recorder_alloc(struct ausrc_st **stp, const struct ausrc *as,
struct media_ctx **ctx,
struct ausrc_prm *prm, const char *device,
ausrc_read_h *rh, ausrc_error_h *errh, void *arg);