#endif
#endif
+static off_t read_pos = -1;
+
void cdd_reset(void)
{
/* stop audio streaming */
/* clear CD-DA output */
cdd.audio[0] = cdd.audio[1] = 0;
+
+ /* reset file read position */
+ read_pos = -1;
}
/* FIXME: use cdd_read_audio() instead */
cdda_start_play(base, lba_offset, lb_len);
}
-static off_t read_pos = -1;
-
void cdd_seek(int index, int lba)
{
int aindex = (index < 0 ? -index : index);