summaryrefslogtreecommitdiff
path: root/modules/coreaudio/coreaudio.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/coreaudio/coreaudio.h')
-rw-r--r--modules/coreaudio/coreaudio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/coreaudio/coreaudio.h b/modules/coreaudio/coreaudio.h
index 67cb7d5..a4d4edd 100644
--- a/modules/coreaudio/coreaudio.h
+++ b/modules/coreaudio/coreaudio.h
@@ -9,10 +9,10 @@ int audio_session_enable(void);
void audio_session_disable(void);
-int coreaudio_player_alloc(struct auplay_st **stp, struct auplay *ap,
+int coreaudio_player_alloc(struct auplay_st **stp, const struct auplay *ap,
struct auplay_prm *prm, const char *device,
auplay_write_h *wh, void *arg);
-int coreaudio_recorder_alloc(struct ausrc_st **stp, struct ausrc *as,
+int coreaudio_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);