Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c808 cc->cc_val = val; in audiocs_alloc_ctrl()
1329 inputs = state->cs_inputs->cc_val; in audiocs_configure_input()
1331 r = (state->cs_igain->cc_val & 0xff); in audiocs_configure_input()
1394 outputs = state->cs_outputs->cc_val; in audiocs_configure_output()
1467 *valp = cc->cc_val; in audiocs_get_value()
1498 cc->cc_val = val; in audiocs_set_ogain()
1524 cc->cc_val = val ? B_TRUE : B_FALSE; in audiocs_set_micboost()
1555 cc->cc_val = val; in audiocs_set_igain()
1585 cc->cc_val = val; in audiocs_set_inputs()
1616 cc->cc_val = val; in audiocs_set_outputs()
[all …]
H A Daudio_4231.h324 uint64_t cc_val; member