Home
last modified time | relevance | path

Searched refs:AUDIO_NOTVALID (Results 1 – 3 of 3) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dvu_pana.c237 static byte_t prev_stat = AUDIO_NOTVALID;
268 if (h->audio_status == AUDIO_NOTVALID && notvalid_cnt < MAX_NOTVAL) {
273 if (prev_stat != AUDIO_NOTVALID)
294 case AUDIO_NOTVALID:
H A Dscsipt.h62 #define AUDIO_NOTVALID 0x00 /* audio status not valid */ macro
H A Dscsipt.c444 case AUDIO_NOTVALID: in scsipt_rdsubq()