diff options
Diffstat (limited to 'audio/unix.h')
-rw-r--r-- | audio/unix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/unix.h b/audio/unix.h index 12cf3efe7..aebba4de0 100644 --- a/audio/unix.h +++ b/audio/unix.h @@ -24,5 +24,7 @@ void unix_device_removed(struct audio_device *dev); +void unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay); + int unix_init(void); void unix_exit(void); |