aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice/dice-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/firewire/dice/dice-interface.h')
-rw-r--r--sound/firewire/dice/dice-interface.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sound/firewire/dice/dice-interface.h b/sound/firewire/dice/dice-interface.h
index 27b044f84c81..de7602bd69b5 100644
--- a/sound/firewire/dice/dice-interface.h
+++ b/sound/firewire/dice/dice-interface.h
@@ -299,23 +299,23 @@
299#define RX_ISOCHRONOUS 0x008 299#define RX_ISOCHRONOUS 0x008
300 300
301/* 301/*
302 * Index of first quadlet to be interpreted; read/write. If > 0, that many
303 * quadlets at the beginning of each data block will be ignored, and all the
304 * audio and MIDI quadlets will follow.
305 */
306#define RX_SEQ_START 0x00c
307
308/*
309 * The number of audio channels; read-only. There will be one quadlet per 302 * The number of audio channels; read-only. There will be one quadlet per
310 * channel. 303 * channel.
311 */ 304 */
312#define RX_NUMBER_AUDIO 0x010 305#define RX_NUMBER_AUDIO 0x00c
313 306
314/* 307/*
315 * The number of MIDI ports, 0-8; read-only. If > 0, there will be one 308 * The number of MIDI ports, 0-8; read-only. If > 0, there will be one
316 * additional quadlet in each data block, following the audio quadlets. 309 * additional quadlet in each data block, following the audio quadlets.
317 */ 310 */
318#define RX_NUMBER_MIDI 0x014 311#define RX_NUMBER_MIDI 0x010
312
313/*
314 * Index of first quadlet to be interpreted; read/write. If > 0, that many
315 * quadlets at the beginning of each data block will be ignored, and all the
316 * audio and MIDI quadlets will follow.
317 */
318#define RX_SEQ_START 0x014
319 319
320/* 320/*
321 * Names of all audio channels; read-only. Quadlets are byte-swapped. Names 321 * Names of all audio channels; read-only. Quadlets are byte-swapped. Names