Added a changes file.
[profile/ivi/avsystem.git] / include / avsys-audio-pasimple.h
index 06fec34..53e1525 100644 (file)
@@ -30,6 +30,7 @@
 #include <pulse/error.h>
 #include <pulse/gccmacro.h>
 #include <pulse/proplist.h>
+#include <pulse/channelmap.h>
 
 typedef struct {
        void                            *pasimple_handle;
@@ -49,6 +50,8 @@ int avsys_audio_pasimple_drain(avsys_audio_handle_t *handle);
 int avsys_audio_pasimple_delay(avsys_audio_handle_t *handle, int *delay_frames);
 int avsys_audio_pasimple_set_volume(avsys_audio_handle_t *handle, int volume);
 int avsys_audio_pasimple_get_period_buffer_time(avsys_audio_handle_t *handle, unsigned int *period_time, unsigned int *buffer_time);
+int avsys_audio_pasimple_cork(avsys_audio_handle_t *handle, int cork);
+int avsys_audio_pasimple_is_corked(avsys_audio_handle_t *handle, int *is_corked);
 
 #ifdef __cplusplus
        }