Home
last modified time | relevance | path

Searched refs:connsenable (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c512 w->connsenable[0] = 0; in hdaa_patch()
515 w->connsenable[0] = 0; in hdaa_patch()
518 w->connsenable[0] = 0; in hdaa_patch()
522 w->connsenable[1] = 0; in hdaa_patch()
525 w->connsenable[1] = 0; in hdaa_patch()
529 w->connsenable[3] = 0; in hdaa_patch()
556 w->connsenable[3] = 0; in hdaa_patch()
611 w->connsenable[3] = 0; in hdaa_patch()
619 w->connsenable[0] = 0; in hdaa_patch()
622 w->connsenable[0] = 0; in hdaa_patch()
[all …]
H A Dhdaa.c2370 if (!w->connsenable[j]) in hdaa_audio_ctl_source_volume()
2548 if (!w->connsenable[j]) in hdaa_audio_ctl_dev_volume()
4217 if (w->connsenable[j]) { in hdaa_audio_disable_useless()
4220 w->connsenable[j] = 0; in hdaa_audio_disable_useless()
4236 if (w->connsenable[j]) { in hdaa_audio_disable_useless()
4316 w->connsenable[j] = 0; in hdaa_audio_disable_unas()
4398 w->connsenable[j] = 0; in hdaa_audio_disable_notselected()
4453 w->connsenable[j] = 0; in hdaa_audio_disable_crossas()
4529 if (!w->connsenable[j]) in hdaa_audio_ctl_source_amp()
4992 if (!w->connsenable[j]) in hdaa_audio_assign_mixers()
[all …]
H A Dhdaa.h108 u_char connsenable[HDA_MAX_CONNS]; member