Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.h157 uint16_t pinset; member
H A Dhdaa.c293 tpins = as->pinset; in hdaa_channels_handler()
317 } else if (as->pinset != 0 && (tpins & 0xffe0) == 0) { in hdaa_channels_handler()
329 if ((as->pinset & 0x0004) == 0) in hdaa_channels_handler()
352 if (as->pinset != 0 && matrixes[i].analog == 0) in hdaa_channels_handler()
1879 if ((as->pinset == 0x0007 || as->pinset == 0x0013) || /* Standard 5.1 */ in hdaa_audio_setup()
1880 (as->pinset == 0x0017)) /* Standard 7.1 */ in hdaa_audio_setup()
5272 uint16_t pinset; in hdaa_pcmchannel_setup() local
5285 pinset = 0; in hdaa_pcmchannel_setup()
5330 pinset |= (1 << i); in hdaa_pcmchannel_setup()
5339 pinset = 0; in hdaa_pcmchannel_setup()
[all …]