Lines Matching +full:input +full:- +full:analog +full:- +full:gain
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com>
5 * Copyright (c) 2023-2024 Florian Walpen <dev@submerge.ch>
92 /* Analog input gain level */
99 /* Analog output gain level */
106 /* Phones output gain level */
247 bus_space_read_1((sc)->cst, (sc)->csh, (regno))
249 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
251 bus_space_read_4((sc)->cst, (sc)->csh, (regno))
254 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
256 bus_space_write_2((sc)->cst, (sc)->csh, (regno), (data))
258 bus_space_write_4((sc)->cst, (sc)->csh, (regno), (data))