Lines Matching +full:mono +full:- +full:channel
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>
122 #define HDSPE_MAX_SLOTS 64 /* Mono channels */
180 /* Channel registers */
183 struct pcm_channel *channel; member
186 /* Channel information */
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))