Home
last modified time | relevance | path

Searched refs:CDA_MAGIC (Results 1 – 2 of 2) sorted by last modified time

/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.c1601 s->magic = CDA_MAGIC; in cda_sendpkt()
1718 if (r->magic != CDA_MAGIC) { in cda_getpkt()
H A Dcda.h56 #define CDA_MAGIC 0xcda2 macro