Lines Matching +full:output +full:- +full:only
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
29 unsigned int notification; /* DICE-specific bits */
32 #define SND_EFW_TRANSACTION_USER_SEQNUM_MAX ((__u32)((__u16)~0) - 1)
50 __u32 message; /* Digi00x-specific message */
55 __u32 message; /* MOTU-specific bits. */
113 * Returns -EBUSY if the driver is already streaming.
124 * - 828mk2
125 * - 896hd
126 * - Traveler
127 * - 8 pre
128 * - Ultralite
129 * - 4 pre
130 * - Audio Express
133 …* isochronous packet. ALSA firewire-motu driver gathers the messages and allow userspace applicati…
150 * struct snd_firewire_motu_register_dsp_meter - the container for meter information in DSP
152 * @data: Signal level meters. The mapping between position and input/output channel is
153 * model-dependent.
168 * snd_firewire_motu_register_dsp_parameter - the container for parameters of DSP controlled
173 * @mixer.source.paired_balance: The L/R balance of paired source to mixer, only for 4 pre and
175 * @mixer.source.paired_width: The width of paired source to mixer, only for 4 pre and
177 * @mixer.output.paired_volume: The volume of paired output from mixer.
178 * @mixer.output.paired_flag: The flag of paired output from mixer.
179 * @output.main_paired_volume: The volume of paired main output.
180 * @output.hp_paired_volume: The volume of paired hp output.
181 * @output.hp_paired_assignment: The source assigned to paired hp output.
182 * @output.reserved: Padding for 32 bit alignment for future extension.
183 * @line_input.boost_flag: The flags of boost for line inputs, only for 828mk2 and Traveler.
184 * @line_input.nominal_level_flag: The flags of nominal level for line inputs, only for 828mk2 and
187 * @input.gain_and_invert: The value including gain and invert for input, only for Ultralite, 4 pre
189 * @input.flag: The flag of input; e.g. jack detection, phantom power, and pad, only for Ultralite,
207 } output; member
214 } output; member
231 * - 828 mk3 (FireWire only and Hybrid)
232 * - 896 mk3 (FireWire only and Hybrid)
233 * - Ultralite mk3 (FireWire only and Hybrid)
234 * - Traveler mk3
235 * - Track 16
238 * sequence of isochronous packet. ALSA firewire-motu driver gathers the message and allow userspace
245 * struct snd_firewire_motu_command_dsp_meter - the container for meter information in DSP
247 * @data: Signal level meters. The mapping between position and signal channel is model-dependent.