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.c1196 w->bindas, w->bindseqmask); in hdaa_sysctl_caps()
2490 (w->bindseqmask & (1 << 15)) == 0)) || in hdaa_audio_ctl_dest_volume()
3415 if (w->bindseqmask != 0) { in hdaa_audio_trace_dac()
3420 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_dac()
3427 if (w->bindseqmask != 0 && in hdaa_audio_trace_dac()
3428 (w->bindseqmask & (1 << dupseq)) == 0) { in hdaa_audio_trace_dac()
3432 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_dac()
3479 w->bindseqmask |= (1 << seq); in hdaa_audio_trace_dac()
3521 if (!mixed && w->bindseqmask != 0) { in hdaa_audio_trace_adc()
3525 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_adc()
[all …]
H A Dhdaa.h103 int bindseqmask; member