Lines Matching +full:output +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
30 unsigned int notification; /* DICE-specific bits */
33 #define SND_EFW_TRANSACTION_USER_SEQNUM_MAX ((__u32)((__u16)~0) - 1)
51 __u32 message; /* Digi00x-specific message */
56 __u32 message; /* MOTU-specific bits. */
77 * struct snd_firewire_event_ff400_message - the container for message from Fireface 400 when
139 * Returns -EBUSY if the driver is already streaming.
150 * - 828mk2
151 * - 896hd
152 * - Traveler
153 * - 8 pre
154 * - Ultralite
155 * - 4 pre
156 * - Audio Express
158 * On the other hand, the status of DSP is split into specific messages included in the sequence of
159 …* isochronous packet. ALSA firewire-motu driver gathers the messages and allow userspace applicati…
176 * struct snd_firewire_motu_register_dsp_meter - the container for meter information in DSP
178 * @data: Signal level meters. The mapping between position and input/output channel is
179 * model-dependent.
194 * snd_firewire_motu_register_dsp_parameter - the container for parameters of DSP controlled
203 * @mixer.output.paired_volume: The volume of paired output from mixer.
204 * @mixer.output.paired_flag: The flag of paired output from mixer.
205 * @output.main_paired_volume: The volume of paired main output.
206 * @output.hp_paired_volume: The volume of paired hp output.
207 * @output.hp_paired_assignment: The source assigned to paired hp output.
208 * @output.reserved: Padding for 32 bit alignment for future extension.
233 } output; member
240 } output; member
257 * - 828 mk3 (FireWire only and Hybrid)
258 * - 896 mk3 (FireWire only and Hybrid)
259 * - Ultralite mk3 (FireWire only and Hybrid)
260 * - Traveler mk3
261 * - Track 16
263 * On the other hand, the states of hardware meter is split into specific messages included in the
264 * sequence of isochronous packet. ALSA firewire-motu driver gathers the message and allow userspace
271 * struct snd_firewire_motu_command_dsp_meter - the container for meter information in DSP
273 * @data: Signal level meters. The mapping between position and signal channel is model-dependent.