Home
last modified time | relevance | path

Searched refs:AU_MAGIC (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-utils/axfer/
H A Dcontainer-au.c18 #define AU_MAGIC ".snd" macro
92 if (memcmp(header.magic, AU_MAGIC, sizeof(header.magic)) != 0) in au_parser_pre_process()
129 memcpy(header->magic, AU_MAGIC, sizeof(header->magic)); in build_container_header()
187 .magic = AU_MAGIC,
/third_party/alsa-utils/aplay/
H A Dformats.h118 #define AU_MAGIC COMPOSE_ID('.','s','n','d') macro
H A Daplay.c1224 if (ap->magic != AU_MAGIC)
2777 ah.magic = AU_MAGIC;

Completed in 5 milliseconds