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>
131 #define HDSP_MAX_SLOTS 64 /* Mono channels */
189 /* Channel registers */
192 struct pcm_channel *channel; member
195 /* Channel information */
255 bus_space_read_1((sc)->cst, (sc)->csh, (regno))
257 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
259 bus_space_read_4((sc)->cst, (sc)->csh, (regno))
262 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
264 bus_space_write_2((sc)->cst, (sc)->csh, (regno), (data))
266 bus_space_write_4((sc)->cst, (sc)->csh, (regno), (data))