Lines Matching +full:double +full:- +full:channel
1 #-
4 # Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org>
5 # Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006
34 INTERFACE channel;
71 return -1;
172 * @brief Retrieve channel peak values
175 * played/recorded on a channel. Values are on a linear scale from 0 to
176 * 32767. If the channel is monaural, a single value should be recorded
183 * @param obj standard kobj object (usually @c channel->methods)
184 * @param data driver-specific data (usually @c channel->devinfo)
188 * @retval -1 Error; usually operation isn't supported.
202 * those rates primarily for when in-kernel rate adjustment is undesirable
203 * (e.g., application wants direct DMA access after setting a channel to run
206 * The parameter @c rates is a double pointer which will be reset to
210 * @param obj standard kobj object (usually @c channel->methods)
211 * @param data driver-specific data (usually @c channel->devinfo)