Searched refs:sig (Results 1 – 5 of 5) sorted by relevance
/sound/soc/intel/skylake/ |
D | skl-i2s.h | 60 struct skl_i2s_config_blob_signature sig; member
|
D | skl-nhlt.c | 273 if (is_legacy_blob(i2s_config_ext->hdr.sig)) { in skl_get_ssp_clks() 320 if (is_legacy_blob(i2s_config_ext->hdr.sig)) { in skl_get_mclk()
|
/sound/pci/nm256/ |
D | nm256.c | 1352 u32 sig; in snd_nm256_peek_for_sig() local 1361 sig = readl(temp); in snd_nm256_peek_for_sig() 1362 if ((sig & NM_SIG_MASK) == NM_SIGNATURE) { in snd_nm256_peek_for_sig()
|
/sound/pci/riptide/ |
D | riptide.c | 1006 unsigned char w, ch, sig, order; in setsampleformat() local 1013 sig = snd_pcm_format_unsigned(format) != 0; in setsampleformat() 1016 if (SEND_SETF(cif, mixer, w, ch, order, sig, id) && in setsampleformat() 1017 SEND_SETF(cif, mixer, w, ch, order, sig, id)) { in setsampleformat()
|
/sound/soc/sof/ |
D | loader.c | 637 if (strncmp(header->sig, SND_SOF_FW_SIG, SND_SOF_FW_SIG_SIZE) != 0) { in check_header()
|