Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_dbus_control.c323 dbus_int32_t new_gain; in handle_set_input_gain() local
325 rc = get_single_arg(message, DBUS_TYPE_INT32, &new_gain); in handle_set_input_gain()
329 cras_system_set_capture_gain(new_gain); in handle_set_input_gain()
341 dbus_int32_t new_gain; in handle_set_input_node_gain() local
349 DBUS_TYPE_INT32, &new_gain, in handle_set_input_node_gain()
358 cras_iodev_list_set_node_attr(id, IONODE_ATTR_CAPTURE_GAIN, new_gain); in handle_set_input_node_gain()