1
0
Fork 0
forked from len0rd/rockbox

SWCODEC: Audio-related threads must be free of further tasks before returning buffers. Cleanup declarations of related functions.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11618 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2006-11-28 15:00:56 +00:00
parent 9be9767a49
commit 97d1ca5a23
4 changed files with 32 additions and 33 deletions

View file

@ -47,10 +47,10 @@ void pcm_calculate_rec_peaks(int *left, int *right);
/** General functions for high level codec recording **/
/* pcm_rec_error_clear is deprecated for general use. audio_error_clear
should be used */
/* void pcm_rec_error_clear(void); */
void pcm_rec_error_clear(void);
/* pcm_rec_status is deprecated for general use. audio_status merges the
results for consistency with the hardware codec version */
/* unsigned long pcm_rec_status(void); */
unsigned long pcm_rec_status(void);
void pcm_rec_init(void);
int pcm_rec_current_bitrate(void);
int pcm_rec_encoder_afmt(void); /* AFMT_* value, AFMT_UNKNOWN if none */