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()
3374 if (w->bindseqmask != 0) { in hdaa_audio_trace_dac()
3379 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_dac()
3386 if (w->bindseqmask != 0 && in hdaa_audio_trace_dac()
3387 (w->bindseqmask & (1 << dupseq)) == 0) { in hdaa_audio_trace_dac()
3391 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_dac()
3438 w->bindseqmask |= (1 << seq); in hdaa_audio_trace_dac()
3480 if (!mixed && w->bindseqmask != 0) { in hdaa_audio_trace_adc()
3484 depth + 1, "", w->nid, w->bindseqmask); in hdaa_audio_trace_adc()
[all …]
H A Dhdaa.h103 int bindseqmask; member