Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/topology/
Ddecoder.c69 if (hdr->magic != SND_SOC_TPLG_MAGIC) { in snd_tplg_decode()
Dbuilder.c42 hdr.magic = SND_SOC_TPLG_MAGIC; in write_block_header()
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h87 #define SND_SOC_TPLG_MAGIC 0x41536F43 /* ASoC */ macro