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 | 262 if (is_legacy_blob(i2s_config_ext->hdr.sig)) { in skl_get_ssp_clks() 306 if (is_legacy_blob(i2s_config_ext->hdr.sig)) { in skl_get_mclk()
|
/sound/pci/nm256/ |
D | nm256.c | 1354 u32 sig; in snd_nm256_peek_for_sig() local 1363 sig = readl(temp); in snd_nm256_peek_for_sig() 1364 if ((sig & NM_SIG_MASK) == NM_SIGNATURE) { in snd_nm256_peek_for_sig()
|
/sound/soc/sof/ |
D | loader.c | 353 if (strncmp(header->sig, SND_SOF_FW_SIG, SND_SOF_FW_SIG_SIZE) != 0) { in check_header()
|
/sound/pci/riptide/ |
D | riptide.c | 1008 unsigned char w, ch, sig, order; in setsampleformat() local 1015 sig = snd_pcm_format_unsigned(format) != 0; in setsampleformat() 1018 if (SEND_SETF(cif, mixer, w, ch, order, sig, id) && in setsampleformat() 1019 SEND_SETF(cif, mixer, w, ch, order, sig, id)) { in setsampleformat()
|