Searched refs:magic (Results 1 – 8 of 8) sorted by relevance
/sound/soc/codecs/ |
D | wmfw.h | 34 char magic[4]; member 131 u8 magic[4]; member
|
D | sigmadsp.c | 73 unsigned char magic[7]; member 505 if (memcmp(ssfw_head->magic, SIGMA_MAGIC, ARRAY_SIZE(ssfw_head->magic))) { in sigmadsp_firmware_load()
|
D | cx20442.c | 295 .magic = TTY_LDISC_MAGIC,
|
D | wm_adsp.c | 302 __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/ |
D | ams-delta.c | 397 .magic = TTY_LDISC_MAGIC,
|
/sound/soc/ |
D | soc-topology.c | 2380 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/ |
D | swarm_cs4297a.c | 197 if (!(s) || (s)->magic != CS4297a_MAGIC) { \ 273 unsigned int magic; member 2665 s->magic = CS4297a_MAGIC; in cs4297a_init()
|
/sound/pci/hda/ |
D | patch_ca0132.c | 2177 u32 magic; member 2188 return p->magic == g_magic_value; in is_valid()
|