Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c382 struct hdaa_audio_as *as = &devinfo->as[w->bindas]; in hdaa_hpredir_handler()
563 as = &devinfo->as[w->bindas]; in hdaa_presence_handler()
736 hdaa_channels_handler(&devinfo->as[w->bindas]); in hdaa_eld_handler()
763 as = &devinfo->as[w->bindas]; in hdaa_sense_init()
777 w->bindas, w->nid, in hdaa_sense_init()
1167 if (w->bindas != -1) { in hdaa_sysctl_caps()
1169 w->bindas, w->bindseqmask); in hdaa_sysctl_caps()
2249 w->bindas != pdevinfo->playas) in hdaa_audio_ctl_ossmixer_init()
2298 if (cw->bindas != pdevinfo->recas && in hdaa_audio_ctl_ossmixer_init()
2299 cw->bindas != -2) in hdaa_audio_ctl_ossmixer_init()
[all …]
H A Dhdaa.h102 int bindas; member