Home
last modified time | relevance | path

Searched refs:bindseqmask (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1169 w->bindas, w->bindseqmask); in hdaa_sysctl_caps()
2463 (w->bindseqmask & (1 << 15)) == 0)) || in hdaa_audio_ctl_dest_volume()
3347 if (w->bindseqmask != 0) { in hdaa_audio_trace_dac()
3352 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_dac()
3359 if (w->bindseqmask != 0 && in hdaa_audio_trace_dac()
3360 (w->bindseqmask & (1 << dupseq)) == 0) { in hdaa_audio_trace_dac()
3364 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_dac()
3411 w->bindseqmask |= (1 << seq); in hdaa_audio_trace_dac()
3453 if (!mixed && w->bindseqmask != 0) { in hdaa_audio_trace_adc()
3457 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_adc()
[all …]
H A Dhdaa.h103 int bindseqmask; member