Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 8 of 8) sorted by relevance

/sound/soc/codecs/
Dwmfw.h34 char magic[4]; member
131 u8 magic[4]; member
Dsigmadsp.c73 unsigned char magic[7]; member
505 if (memcmp(ssfw_head->magic, SIGMA_MAGIC, ARRAY_SIZE(ssfw_head->magic))) { in sigmadsp_firmware_load()
Dcx20442.c295 .magic = TTY_LDISC_MAGIC,
Dwm_adsp.c302 __be32 magic; member
1670 if (memcmp(&header->magic[0], "WMFW", 4) != 0) { in wm_adsp_load()
2236 if (memcmp(hdr->magic, "WMDR", 4) != 0) { in wm_adsp_load_coeff()
3189 u32 xmalg, addr, magic; in wm_adsp_buffer_locate() local
3195 addr = alg_region->base + xmalg + ALG_XM_FIELD(magic); in wm_adsp_buffer_locate()
3196 ret = wm_adsp_read_data_word(dsp, WMFW_ADSP2_XM, addr, &magic); in wm_adsp_buffer_locate()
3200 if (magic != WM_ADSP_ALG_XM_STRUCT_MAGIC) in wm_adsp_buffer_locate()
/sound/soc/omap/
Dams-delta.c397 .magic = TTY_LDISC_MAGIC,
/sound/soc/
Dsoc-topology.c2380 if (hdr->magic == cpu_to_be32(SND_SOC_TPLG_MAGIC)) { in soc_valid_header()
2383 tplg->pass, hdr->magic, in soc_valid_header()
2388 if (hdr->magic != SND_SOC_TPLG_MAGIC) { in soc_valid_header()
2391 tplg->pass, hdr->magic, in soc_valid_header()
/sound/oss/
Dswarm_cs4297a.c197 if (!(s) || (s)->magic != CS4297a_MAGIC) { \
273 unsigned int magic; member
2665 s->magic = CS4297a_MAGIC; in cs4297a_init()
/sound/pci/hda/
Dpatch_ca0132.c2177 u32 magic; member
2188 return p->magic == g_magic_value; in is_valid()