diff options
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index bd501931ee23..a0fc961bc347 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -258,6 +258,25 @@ MODULE_SUPPORTED_DEVICE("{{RME HDSPM-MADI}}"); | |||
258 | 258 | ||
259 | #define HDSPM_wclk_sel (1<<30) | 259 | #define HDSPM_wclk_sel (1<<30) |
260 | 260 | ||
261 | /* additional control register bits for AIO*/ | ||
262 | #define HDSPM_c0_Wck48 0x20 /* also RayDAT */ | ||
263 | #define HDSPM_c0_Input0 0x1000 | ||
264 | #define HDSPM_c0_Input1 0x2000 | ||
265 | #define HDSPM_c0_Spdif_Opt 0x4000 | ||
266 | #define HDSPM_c0_Pro 0x8000 | ||
267 | #define HDSPM_c0_clr_tms 0x10000 | ||
268 | #define HDSPM_c0_AEB1 0x20000 | ||
269 | #define HDSPM_c0_AEB2 0x40000 | ||
270 | #define HDSPM_c0_LineOut 0x80000 | ||
271 | #define HDSPM_c0_AD_GAIN0 0x100000 | ||
272 | #define HDSPM_c0_AD_GAIN1 0x200000 | ||
273 | #define HDSPM_c0_DA_GAIN0 0x400000 | ||
274 | #define HDSPM_c0_DA_GAIN1 0x800000 | ||
275 | #define HDSPM_c0_PH_GAIN0 0x1000000 | ||
276 | #define HDSPM_c0_PH_GAIN1 0x2000000 | ||
277 | #define HDSPM_c0_Sym6db 0x4000000 | ||
278 | |||
279 | |||
261 | /* --- bit helper defines */ | 280 | /* --- bit helper defines */ |
262 | #define HDSPM_LatencyMask (HDSPM_Latency0|HDSPM_Latency1|HDSPM_Latency2) | 281 | #define HDSPM_LatencyMask (HDSPM_Latency0|HDSPM_Latency1|HDSPM_Latency2) |
263 | #define HDSPM_FrequencyMask (HDSPM_Frequency0|HDSPM_Frequency1|\ | 282 | #define HDSPM_FrequencyMask (HDSPM_Frequency0|HDSPM_Frequency1|\ |