Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c3176 widget->out_weight++; in audiohd_find_dac()
3196 widget->out_weight++; in audiohd_find_dac()
3281 widget->out_weight++; in audiohd_do_build_output_path()
3355 weight = wpin->out_weight; in audiohd_build_output_amp()
3381 if (widget && widget->out_weight != weight) in audiohd_build_output_amp()
3413 if (widget && widget->out_weight != weight) in audiohd_build_output_amp()
3433 weight = wdac->out_weight; in audiohd_build_output_amp()
3436 while (w && w->out_weight != weight) { in audiohd_build_output_amp()
4662 if (widget->out_weight == 0 && in audiohd_build_beep_amp()
4680 if (widget->out_weight == 0 && in audiohd_build_beep_amp()
[all …]
H A Daudiohd.h591 int out_weight; member