Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/
Dsoc-topology-test.c123 .magic = cpu_to_le32(SND_SOC_TPLG_MAGIC),
151 .magic = cpu_to_le32(SND_SOC_TPLG_MAGIC),
167 .magic = cpu_to_le32(SND_SOC_TPLG_MAGIC),
455 data->header.magic = cpu_to_le32(SND_SOC_TPLG_MAGIC + 1); in snd_soc_tplg_test_load_empty_tplg_bad_magic()
Dsoc-topology.c2424 if (le32_to_cpu(hdr->magic) != SND_SOC_TPLG_MAGIC) { in soc_valid_header()
/linux-6.1.9/include/uapi/sound/
Dasoc.h84 #define SND_SOC_TPLG_MAGIC 0x41536F43 /* ASoC */ macro