diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-06-04 05:41:48 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-04 05:42:27 -0400 |
commit | cdbc653a04ee692a7105a96e8dd6055d9971d45c (patch) | |
tree | c1282680b3115edfd693a27bc6758208534ac557 /sound/firewire/dice/dice-interface.h | |
parent | 009f8c90f571d87855914dbc20e6c0ea2a3b19ae (diff) | |
parent | ceec4684085a9e4dc60439d84ab47ce260444804 (diff) |
Merge branch 'for-next' into for-linus
4.18-rc1 merge material.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/dice/dice-interface.h')
-rw-r--r-- | sound/firewire/dice/dice-interface.h | 9 |
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 | */ |