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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sound/firewire/dice/dice-interface.h b/sound/firewire/dice/dice-interface.h
index 15a484b05298..9cad3d608229 100644
--- a/sound/firewire/dice/dice-interface.h
+++ b/sound/firewire/dice/dice-interface.h
@@ -175,13 +175,18 @@
175#define GLOBAL_SAMPLE_RATE 0x05c 175#define GLOBAL_SAMPLE_RATE 0x05c
176 176
177/* 177/*
178 * Some old firmware versions do not have the following global registers.
179 * Windows drivers produced by TCAT lost backward compatibility in its
180 * early release because they can handle firmware only which supports the
181 * following registers.
182 */
183
184/*
178 * The version of the DICE driver specification that this device conforms to; 185 * The version of the DICE driver specification that this device conforms to;
179 * read-only. 186 * read-only.
180 */ 187 */
181#define GLOBAL_VERSION 0x060 188#define GLOBAL_VERSION 0x060
182 189
183/* Some old firmware versions do not have the following global registers: */
184
185/* 190/*
186 * Supported sample rates and clock sources; read-only. 191 * Supported sample rates and clock sources; read-only.
187 */ 192 */