2 * ALSA driver for RME Hammerfall DSP MADI audio interface(s)
4 * Copyright (c) 2003 Winfried Ritsch (IEM)
5 * code based on hdsp.c Paul Davis
8 * Modified 2006-06-01 for AES32 support by Remy Bruno
9 * <remy.bruno@trinnov.com>
11 * Modified 2009-04-13 for proper metering by Florian Faber
14 * Modified 2009-04-14 for native float support by Florian Faber
17 * Modified 2009-04-26 fixed bug in rms metering by Florian Faber
20 * Modified 2009-04-30 added hw serial number support by Florian Faber
22 * Modified 2011-01-14 added S/PDIF input on RayDATs by Adrian Knoth
24 * Modified 2011-01-25 variable period sizes on RayDAT/AIO by Adrian Knoth
26 * This program is free software; you can redistribute it and/or modify
27 * it under the terms of the GNU General Public License as published by
28 * the Free Software Foundation; either version 2 of the License, or
29 * (at your option) any later version.
31 * This program is distributed in the hope that it will be useful,
32 * but WITHOUT ANY WARRANTY; without even the implied warranty of
33 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 * GNU General Public License for more details.
36 * You should have received a copy of the GNU General Public License
37 * along with this program; if not, write to the Free Software
38 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
42 /* ************* Register Documentation *******************************************************
44 * Work in progress! Documentation is based on the code in this file.
46 * --------- HDSPM_controlRegister ---------
47 * :7654.3210:7654.3210:7654.3210:7654.3210: bit number per byte
48 * :||||.||||:||||.||||:||||.||||:||||.||||:
49 * :3322.2222:2222.1111:1111.1100:0000.0000: bit number
50 * :1098.7654:3210.9876:5432.1098:7654.3210: 0..31
51 * :||||.||||:||||.||||:||||.||||:||||.||||:
52 * :8421.8421:8421.8421:8421.8421:8421.8421: hex digit
53 * : . : . : . : x . : HDSPM_AudioInterruptEnable \_ setting both bits
54 * : . : . : . : . x: HDSPM_Start / enables audio IO
55 * : . : . : . : x. : HDSPM_ClockModeMaster - 1: Master, 0: Slave
56 * : . : . : . : .210 : HDSPM_LatencyMask - 3 Bit value for latency
57 * : . : . : . : . : 0:64, 1:128, 2:256, 3:512,
58 * : . : . : . : . : 4:1024, 5:2048, 6:4096, 7:8192
59 * :x . : . : . x:xx . : HDSPM_FrequencyMask
60 * : . : . : . :10 . : HDSPM_Frequency1|HDSPM_Frequency0: 1=32K,2=44.1K,3=48K,0=??
61 * : . : . : . x: . : <MADI> HDSPM_DoubleSpeed
62 * :x . : . : . : . : <MADI> HDSPM_QuadSpeed
63 * : . 3 : . 10: 2 . : . : HDSPM_SyncRefMask :
64 * : . : . x: . : . : HDSPM_SyncRef0
65 * : . : . x : . : . : HDSPM_SyncRef1
66 * : . : . : x . : . : <AES32> HDSPM_SyncRef2
67 * : . x : . : . : . : <AES32> HDSPM_SyncRef3
68 * : . : . 10: . : . : <MADI> sync ref: 0:WC, 1:Madi, 2:TCO, 3:SyncIn
69 * : . 3 : . 10: 2 . : . : <AES32> 0:WC, 1:AES1 ... 8:AES8, 9: TCO, 10:SyncIn?
70 * : . x : . : . : . : <MADIe> HDSPe_FLOAT_FORMAT
71 * : . : . : x . : . : <MADI> HDSPM_InputSelect0 : 0=optical,1=coax
72 * : . : . :x . : . : <MADI> HDSPM_InputSelect1
73 * : . : .x : . : . : <MADI> HDSPM_clr_tms
74 * : . : . : . x : . : <MADI> HDSPM_TX_64ch
75 * : . : . : . x : . : <AES32> HDSPM_Emphasis
76 * : . : . : .x : . : <MADI> HDSPM_AutoInp
77 * : . : . x : . : . : <MADI> HDSPM_SMUX
78 * : . : .x : . : . : <MADI> HDSPM_clr_tms
79 * : . : x. : . : . : <MADI> HDSPM_taxi_reset
80 * : . x: . : . : . : <MADI> HDSPM_LineOut
81 * : . x: . : . : . : <AES32> ??????????????????
82 * : . : x. : . : . : <AES32> HDSPM_WCK48
83 * : . : . : .x : . : <AES32> HDSPM_Dolby
84 * : . : x . : . : . : HDSPM_Midi0InterruptEnable
85 * : . :x . : . : . : HDSPM_Midi1InterruptEnable
86 * : . : x . : . : . : HDSPM_Midi2InterruptEnable
87 * : . x : . : . : . : <MADI> HDSPM_Midi3InterruptEnable
88 * : . x : . : . : . : <AES32> HDSPM_DS_DoubleWire
89 * : .x : . : . : . : <AES32> HDSPM_QS_DoubleWire
90 * : x. : . : . : . : <AES32> HDSPM_QS_QuadWire
91 * : . : . : . x : . : <AES32> HDSPM_Professional
92 * : x . : . : . : . : HDSPM_wclk_sel
94 * :7654.3210:7654.3210:7654.3210:7654.3210: bit number per byte
95 * :||||.||||:||||.||||:||||.||||:||||.||||:
96 * :3322.2222:2222.1111:1111.1100:0000.0000: bit number
97 * :1098.7654:3210.9876:5432.1098:7654.3210: 0..31
98 * :||||.||||:||||.||||:||||.||||:||||.||||:
99 * :8421.8421:8421.8421:8421.8421:8421.8421:hex digit
105 * ------------ HDSPM_WR_SETTINGS ----------
106 * :3322.2222:2222.1111:1111.1100:0000.0000: bit number per byte
107 * :1098.7654:3210.9876:5432.1098:7654.3210:
108 * :||||.||||:||||.||||:||||.||||:||||.||||: bit number
109 * :7654.3210:7654.3210:7654.3210:7654.3210: 0..31
110 * :||||.||||:||||.||||:||||.||||:||||.||||:
111 * :8421.8421:8421.8421:8421.8421:8421.8421: hex digit
112 * : . : . : . : . x: HDSPM_c0Master 1: Master, 0: Slave
113 * : . : . : . : . x : HDSPM_c0_SyncRef0
114 * : . : . : . : . x : HDSPM_c0_SyncRef1
115 * : . : . : . : .x : HDSPM_c0_SyncRef2
116 * : . : . : . : x. : HDSPM_c0_SyncRef3
117 * : . : . : . : 3.210 : HDSPM_c0_SyncRefMask:
118 * : . : . : . : . : RayDat: 0:WC, 1:AES, 2:SPDIF, 3..6: ADAT1..4,
119 * : . : . : . : . : 9:TCO, 10:SyncIn
120 * : . : . : . : . : AIO: 0:WC, 1:AES, 2: SPDIF, 3: ATAT,
121 * : . : . : . : . : 9:TCO, 10:SyncIn
124 * :3322.2222:2222.1111:1111.1100:0000.0000: bit number per byte
125 * :1098.7654:3210.9876:5432.1098:7654.3210:
126 * :||||.||||:||||.||||:||||.||||:||||.||||: bit number
127 * :7654.3210:7654.3210:7654.3210:7654.3210: 0..31
128 * :||||.||||:||||.||||:||||.||||:||||.||||:
129 * :8421.8421:8421.8421:8421.8421:8421.8421: hex digit
132 #include <linux/init.h>
133 #include <linux/delay.h>
134 #include <linux/interrupt.h>
135 #include <linux/module.h>
136 #include <linux/slab.h>
137 #include <linux/pci.h>
138 #include <linux/math64.h>
141 #include <sound/core.h>
142 #include <sound/control.h>
143 #include <sound/pcm.h>
144 #include <sound/pcm_params.h>
145 #include <sound/info.h>
146 #include <sound/asoundef.h>
147 #include <sound/rawmidi.h>
148 #include <sound/hwdep.h>
149 #include <sound/initval.h>
151 #include <sound/hdspm.h>
153 static int index
[SNDRV_CARDS
] = SNDRV_DEFAULT_IDX
; /* Index 0-MAX */
154 static char *id
[SNDRV_CARDS
] = SNDRV_DEFAULT_STR
; /* ID for this card */
155 static bool enable
[SNDRV_CARDS
] = SNDRV_DEFAULT_ENABLE_PNP
;/* Enable this card */
157 module_param_array(index
, int, NULL
, 0444);
158 MODULE_PARM_DESC(index
, "Index value for RME HDSPM interface.");
160 module_param_array(id
, charp
, NULL
, 0444);
161 MODULE_PARM_DESC(id
, "ID string for RME HDSPM interface.");
163 module_param_array(enable
, bool, NULL
, 0444);
164 MODULE_PARM_DESC(enable
, "Enable/disable specific HDSPM soundcards.");
169 "Winfried Ritsch <ritsch_AT_iem.at>, "
170 "Paul Davis <paul@linuxaudiosystems.com>, "
171 "Marcus Andersson, Thomas Charbonnel <thomas@undata.org>, "
172 "Remy Bruno <remy.bruno@trinnov.com>, "
173 "Florian Faber <faberman@linuxproaudio.org>, "
174 "Adrian Knoth <adi@drcomp.erfurt.thur.de>"
176 MODULE_DESCRIPTION("RME HDSPM");
177 MODULE_LICENSE("GPL");
178 MODULE_SUPPORTED_DEVICE("{{RME HDSPM-MADI}}");
180 /* --- Write registers. ---
181 These are defined as byte-offsets from the iobase value. */
183 #define HDSPM_WR_SETTINGS 0
184 #define HDSPM_outputBufferAddress 32
185 #define HDSPM_inputBufferAddress 36
186 #define HDSPM_controlRegister 64
187 #define HDSPM_interruptConfirmation 96
188 #define HDSPM_control2Reg 256 /* not in specs ???????? */
189 #define HDSPM_freqReg 256 /* for setting arbitrary clock values (DDS feature) */
190 #define HDSPM_midiDataOut0 352 /* just believe in old code */
191 #define HDSPM_midiDataOut1 356
192 #define HDSPM_eeprom_wr 384 /* for AES32 */
194 /* DMA enable for 64 channels, only Bit 0 is relevant */
195 #define HDSPM_outputEnableBase 512 /* 512-767 input DMA */
196 #define HDSPM_inputEnableBase 768 /* 768-1023 output DMA */
198 /* 16 page addresses for each of the 64 channels DMA buffer in and out
199 (each 64k=16*4k) Buffer must be 4k aligned (which is default i386 ????) */
200 #define HDSPM_pageAddressBufferOut 8192
201 #define HDSPM_pageAddressBufferIn (HDSPM_pageAddressBufferOut+64*16*4)
203 #define HDSPM_MADI_mixerBase 32768 /* 32768-65535 for 2x64x64 Fader */
205 #define HDSPM_MATRIX_MIXER_SIZE 8192 /* = 2*64*64 * 4 Byte => 32kB */
207 /* --- Read registers. ---
208 These are defined as byte-offsets from the iobase value */
209 #define HDSPM_statusRegister 0
210 /*#define HDSPM_statusRegister2 96 */
211 /* after RME Windows driver sources, status2 is 4-byte word # 48 = word at
212 * offset 192, for AES32 *and* MADI
213 * => need to check that offset 192 is working on MADI */
214 #define HDSPM_statusRegister2 192
215 #define HDSPM_timecodeRegister 128
218 #define HDSPM_RD_STATUS_0 0
219 #define HDSPM_RD_STATUS_1 64
220 #define HDSPM_RD_STATUS_2 128
221 #define HDSPM_RD_STATUS_3 192
223 #define HDSPM_RD_TCO 256
224 #define HDSPM_RD_PLL_FREQ 512
225 #define HDSPM_WR_TCO 128
227 #define HDSPM_TCO1_TCO_lock 0x00000001
228 #define HDSPM_TCO1_WCK_Input_Range_LSB 0x00000002
229 #define HDSPM_TCO1_WCK_Input_Range_MSB 0x00000004
230 #define HDSPM_TCO1_LTC_Input_valid 0x00000008
231 #define HDSPM_TCO1_WCK_Input_valid 0x00000010
232 #define HDSPM_TCO1_Video_Input_Format_NTSC 0x00000020
233 #define HDSPM_TCO1_Video_Input_Format_PAL 0x00000040
235 #define HDSPM_TCO1_set_TC 0x00000100
236 #define HDSPM_TCO1_set_drop_frame_flag 0x00000200
237 #define HDSPM_TCO1_LTC_Format_LSB 0x00000400
238 #define HDSPM_TCO1_LTC_Format_MSB 0x00000800
240 #define HDSPM_TCO2_TC_run 0x00010000
241 #define HDSPM_TCO2_WCK_IO_ratio_LSB 0x00020000
242 #define HDSPM_TCO2_WCK_IO_ratio_MSB 0x00040000
243 #define HDSPM_TCO2_set_num_drop_frames_LSB 0x00080000
244 #define HDSPM_TCO2_set_num_drop_frames_MSB 0x00100000
245 #define HDSPM_TCO2_set_jam_sync 0x00200000
246 #define HDSPM_TCO2_set_flywheel 0x00400000
248 #define HDSPM_TCO2_set_01_4 0x01000000
249 #define HDSPM_TCO2_set_pull_down 0x02000000
250 #define HDSPM_TCO2_set_pull_up 0x04000000
251 #define HDSPM_TCO2_set_freq 0x08000000
252 #define HDSPM_TCO2_set_term_75R 0x10000000
253 #define HDSPM_TCO2_set_input_LSB 0x20000000
254 #define HDSPM_TCO2_set_input_MSB 0x40000000
255 #define HDSPM_TCO2_set_freq_from_app 0x80000000
258 #define HDSPM_midiDataOut0 352
259 #define HDSPM_midiDataOut1 356
260 #define HDSPM_midiDataOut2 368
262 #define HDSPM_midiDataIn0 360
263 #define HDSPM_midiDataIn1 364
264 #define HDSPM_midiDataIn2 372
265 #define HDSPM_midiDataIn3 376
267 /* status is data bytes in MIDI-FIFO (0-128) */
268 #define HDSPM_midiStatusOut0 384
269 #define HDSPM_midiStatusOut1 388
270 #define HDSPM_midiStatusOut2 400
272 #define HDSPM_midiStatusIn0 392
273 #define HDSPM_midiStatusIn1 396
274 #define HDSPM_midiStatusIn2 404
275 #define HDSPM_midiStatusIn3 408
278 /* the meters are regular i/o-mapped registers, but offset
279 considerably from the rest. the peak registers are reset
280 when read; the least-significant 4 bits are full-scale counters;
281 the actual peak value is in the most-significant 24 bits.
284 #define HDSPM_MADI_INPUT_PEAK 4096
285 #define HDSPM_MADI_PLAYBACK_PEAK 4352
286 #define HDSPM_MADI_OUTPUT_PEAK 4608
288 #define HDSPM_MADI_INPUT_RMS_L 6144
289 #define HDSPM_MADI_PLAYBACK_RMS_L 6400
290 #define HDSPM_MADI_OUTPUT_RMS_L 6656
292 #define HDSPM_MADI_INPUT_RMS_H 7168
293 #define HDSPM_MADI_PLAYBACK_RMS_H 7424
294 #define HDSPM_MADI_OUTPUT_RMS_H 7680
296 /* --- Control Register bits --------- */
297 #define HDSPM_Start (1<<0) /* start engine */
299 #define HDSPM_Latency0 (1<<1) /* buffer size = 2^n */
300 #define HDSPM_Latency1 (1<<2) /* where n is defined */
301 #define HDSPM_Latency2 (1<<3) /* by Latency{2,1,0} */
303 #define HDSPM_ClockModeMaster (1<<4) /* 1=Master, 0=Autosync */
304 #define HDSPM_c0Master 0x1 /* Master clock bit in settings
305 register [RayDAT, AIO] */
307 #define HDSPM_AudioInterruptEnable (1<<5) /* what do you think ? */
309 #define HDSPM_Frequency0 (1<<6) /* 0=44.1kHz/88.2kHz 1=48kHz/96kHz */
310 #define HDSPM_Frequency1 (1<<7) /* 0=32kHz/64kHz */
311 #define HDSPM_DoubleSpeed (1<<8) /* 0=normal speed, 1=double speed */
312 #define HDSPM_QuadSpeed (1<<31) /* quad speed bit */
314 #define HDSPM_Professional (1<<9) /* Professional */ /* AES32 ONLY */
315 #define HDSPM_TX_64ch (1<<10) /* Output 64channel MODE=1,
316 56channelMODE=0 */ /* MADI ONLY*/
317 #define HDSPM_Emphasis (1<<10) /* Emphasis */ /* AES32 ONLY */
319 #define HDSPM_AutoInp (1<<11) /* Auto Input (takeover) == Safe Mode,
320 0=off, 1=on */ /* MADI ONLY */
321 #define HDSPM_Dolby (1<<11) /* Dolby = "NonAudio" ?? */ /* AES32 ONLY */
323 #define HDSPM_InputSelect0 (1<<14) /* Input select 0= optical, 1=coax
326 #define HDSPM_InputSelect1 (1<<15) /* should be 0 */
328 #define HDSPM_SyncRef2 (1<<13)
329 #define HDSPM_SyncRef3 (1<<25)
331 #define HDSPM_SMUX (1<<18) /* Frame ??? */ /* MADI ONY */
332 #define HDSPM_clr_tms (1<<19) /* clear track marker, do not use
333 AES additional bits in
334 lower 5 Audiodatabits ??? */
335 #define HDSPM_taxi_reset (1<<20) /* ??? */ /* MADI ONLY ? */
336 #define HDSPM_WCK48 (1<<20) /* Frame ??? = HDSPM_SMUX */ /* AES32 ONLY */
338 #define HDSPM_Midi0InterruptEnable 0x0400000
339 #define HDSPM_Midi1InterruptEnable 0x0800000
340 #define HDSPM_Midi2InterruptEnable 0x0200000
341 #define HDSPM_Midi3InterruptEnable 0x4000000
343 #define HDSPM_LineOut (1<<24) /* Analog Out on channel 63/64 on=1, mute=0 */
344 #define HDSPe_FLOAT_FORMAT 0x2000000
346 #define HDSPM_DS_DoubleWire (1<<26) /* AES32 ONLY */
347 #define HDSPM_QS_DoubleWire (1<<27) /* AES32 ONLY */
348 #define HDSPM_QS_QuadWire (1<<28) /* AES32 ONLY */
350 #define HDSPM_wclk_sel (1<<30)
352 /* additional control register bits for AIO*/
353 #define HDSPM_c0_Wck48 0x20 /* also RayDAT */
354 #define HDSPM_c0_Input0 0x1000
355 #define HDSPM_c0_Input1 0x2000
356 #define HDSPM_c0_Spdif_Opt 0x4000
357 #define HDSPM_c0_Pro 0x8000
358 #define HDSPM_c0_clr_tms 0x10000
359 #define HDSPM_c0_AEB1 0x20000
360 #define HDSPM_c0_AEB2 0x40000
361 #define HDSPM_c0_LineOut 0x80000
362 #define HDSPM_c0_AD_GAIN0 0x100000
363 #define HDSPM_c0_AD_GAIN1 0x200000
364 #define HDSPM_c0_DA_GAIN0 0x400000
365 #define HDSPM_c0_DA_GAIN1 0x800000
366 #define HDSPM_c0_PH_GAIN0 0x1000000
367 #define HDSPM_c0_PH_GAIN1 0x2000000
368 #define HDSPM_c0_Sym6db 0x4000000
371 /* --- bit helper defines */
372 #define HDSPM_LatencyMask (HDSPM_Latency0|HDSPM_Latency1|HDSPM_Latency2)
373 #define HDSPM_FrequencyMask (HDSPM_Frequency0|HDSPM_Frequency1|\
374 HDSPM_DoubleSpeed|HDSPM_QuadSpeed)
375 #define HDSPM_InputMask (HDSPM_InputSelect0|HDSPM_InputSelect1)
376 #define HDSPM_InputOptical 0
377 #define HDSPM_InputCoaxial (HDSPM_InputSelect0)
378 #define HDSPM_SyncRefMask (HDSPM_SyncRef0|HDSPM_SyncRef1|\
379 HDSPM_SyncRef2|HDSPM_SyncRef3)
381 #define HDSPM_c0_SyncRef0 0x2
382 #define HDSPM_c0_SyncRef1 0x4
383 #define HDSPM_c0_SyncRef2 0x8
384 #define HDSPM_c0_SyncRef3 0x10
385 #define HDSPM_c0_SyncRefMask (HDSPM_c0_SyncRef0 | HDSPM_c0_SyncRef1 |\
386 HDSPM_c0_SyncRef2 | HDSPM_c0_SyncRef3)
388 #define HDSPM_SYNC_FROM_WORD 0 /* Preferred sync reference */
389 #define HDSPM_SYNC_FROM_MADI 1 /* choices - used by "pref_sync_ref" */
390 #define HDSPM_SYNC_FROM_TCO 2
391 #define HDSPM_SYNC_FROM_SYNC_IN 3
393 #define HDSPM_Frequency32KHz HDSPM_Frequency0
394 #define HDSPM_Frequency44_1KHz HDSPM_Frequency1
395 #define HDSPM_Frequency48KHz (HDSPM_Frequency1|HDSPM_Frequency0)
396 #define HDSPM_Frequency64KHz (HDSPM_DoubleSpeed|HDSPM_Frequency0)
397 #define HDSPM_Frequency88_2KHz (HDSPM_DoubleSpeed|HDSPM_Frequency1)
398 #define HDSPM_Frequency96KHz (HDSPM_DoubleSpeed|HDSPM_Frequency1|\
400 #define HDSPM_Frequency128KHz (HDSPM_QuadSpeed|HDSPM_Frequency0)
401 #define HDSPM_Frequency176_4KHz (HDSPM_QuadSpeed|HDSPM_Frequency1)
402 #define HDSPM_Frequency192KHz (HDSPM_QuadSpeed|HDSPM_Frequency1|\
406 /* Synccheck Status */
407 #define HDSPM_SYNC_CHECK_NO_LOCK 0
408 #define HDSPM_SYNC_CHECK_LOCK 1
409 #define HDSPM_SYNC_CHECK_SYNC 2
411 /* AutoSync References - used by "autosync_ref" control switch */
412 #define HDSPM_AUTOSYNC_FROM_WORD 0
413 #define HDSPM_AUTOSYNC_FROM_MADI 1
414 #define HDSPM_AUTOSYNC_FROM_TCO 2
415 #define HDSPM_AUTOSYNC_FROM_SYNC_IN 3
416 #define HDSPM_AUTOSYNC_FROM_NONE 4
418 /* Possible sources of MADI input */
419 #define HDSPM_OPTICAL 0 /* optical */
420 #define HDSPM_COAXIAL 1 /* BNC */
422 #define hdspm_encode_latency(x) (((x)<<1) & HDSPM_LatencyMask)
423 #define hdspm_decode_latency(x) ((((x) & HDSPM_LatencyMask)>>1))
425 #define hdspm_encode_in(x) (((x)&0x3)<<14)
426 #define hdspm_decode_in(x) (((x)>>14)&0x3)
428 /* --- control2 register bits --- */
429 #define HDSPM_TMS (1<<0)
430 #define HDSPM_TCK (1<<1)
431 #define HDSPM_TDI (1<<2)
432 #define HDSPM_JTAG (1<<3)
433 #define HDSPM_PWDN (1<<4)
434 #define HDSPM_PROGRAM (1<<5)
435 #define HDSPM_CONFIG_MODE_0 (1<<6)
436 #define HDSPM_CONFIG_MODE_1 (1<<7)
437 /*#define HDSPM_VERSION_BIT (1<<8) not defined any more*/
438 #define HDSPM_BIGENDIAN_MODE (1<<9)
439 #define HDSPM_RD_MULTIPLE (1<<10)
441 /* --- Status Register bits --- */ /* MADI ONLY */ /* Bits defined here and
442 that do not conflict with specific bits for AES32 seem to be valid also
445 #define HDSPM_audioIRQPending (1<<0) /* IRQ is high and pending */
446 #define HDSPM_RX_64ch (1<<1) /* Input 64chan. MODE=1, 56chn MODE=0 */
447 #define HDSPM_AB_int (1<<2) /* InputChannel Opt=0, Coax=1
451 #define HDSPM_madiLock (1<<3) /* MADI Locked =1, no=0 */
452 #define HDSPM_madiSync (1<<18) /* MADI is in sync */
454 #define HDSPM_tcoLockMadi 0x00000020 /* Optional TCO locked status for HDSPe MADI*/
455 #define HDSPM_tcoSync 0x10000000 /* Optional TCO sync status for HDSPe MADI and AES32!*/
457 #define HDSPM_syncInLock 0x00010000 /* Sync In lock status for HDSPe MADI! */
458 #define HDSPM_syncInSync 0x00020000 /* Sync In sync status for HDSPe MADI! */
460 #define HDSPM_BufferPositionMask 0x000FFC0 /* Bit 6..15 : h/w buffer pointer */
461 /* since 64byte accurate, last 6 bits are not used */
465 #define HDSPM_DoubleSpeedStatus (1<<19) /* (input) card in double speed */
467 #define HDSPM_madiFreq0 (1<<22) /* system freq 0=error */
468 #define HDSPM_madiFreq1 (1<<23) /* 1=32, 2=44.1 3=48 */
469 #define HDSPM_madiFreq2 (1<<24) /* 4=64, 5=88.2 6=96 */
470 #define HDSPM_madiFreq3 (1<<25) /* 7=128, 8=176.4 9=192 */
472 #define HDSPM_BufferID (1<<26) /* (Double)Buffer ID toggles with
475 #define HDSPM_tco_detect 0x08000000
476 #define HDSPM_tcoLockAes 0x20000000 /* Optional TCO locked status for HDSPe AES */
478 #define HDSPM_s2_tco_detect 0x00000040
479 #define HDSPM_s2_AEBO_D 0x00000080
480 #define HDSPM_s2_AEBI_D 0x00000100
483 #define HDSPM_midi0IRQPending 0x40000000
484 #define HDSPM_midi1IRQPending 0x80000000
485 #define HDSPM_midi2IRQPending 0x20000000
486 #define HDSPM_midi2IRQPendingAES 0x00000020
487 #define HDSPM_midi3IRQPending 0x00200000
489 /* --- status bit helpers */
490 #define HDSPM_madiFreqMask (HDSPM_madiFreq0|HDSPM_madiFreq1|\
491 HDSPM_madiFreq2|HDSPM_madiFreq3)
492 #define HDSPM_madiFreq32 (HDSPM_madiFreq0)
493 #define HDSPM_madiFreq44_1 (HDSPM_madiFreq1)
494 #define HDSPM_madiFreq48 (HDSPM_madiFreq0|HDSPM_madiFreq1)
495 #define HDSPM_madiFreq64 (HDSPM_madiFreq2)
496 #define HDSPM_madiFreq88_2 (HDSPM_madiFreq0|HDSPM_madiFreq2)
497 #define HDSPM_madiFreq96 (HDSPM_madiFreq1|HDSPM_madiFreq2)
498 #define HDSPM_madiFreq128 (HDSPM_madiFreq0|HDSPM_madiFreq1|HDSPM_madiFreq2)
499 #define HDSPM_madiFreq176_4 (HDSPM_madiFreq3)
500 #define HDSPM_madiFreq192 (HDSPM_madiFreq3|HDSPM_madiFreq0)
502 /* Status2 Register bits */ /* MADI ONLY */
504 #define HDSPM_version0 (1<<0) /* not really defined but I guess */
505 #define HDSPM_version1 (1<<1) /* in former cards it was ??? */
506 #define HDSPM_version2 (1<<2)
508 #define HDSPM_wcLock (1<<3) /* Wordclock is detected and locked */
509 #define HDSPM_wcSync (1<<4) /* Wordclock is in sync with systemclock */
511 #define HDSPM_wc_freq0 (1<<5) /* input freq detected via autosync */
512 #define HDSPM_wc_freq1 (1<<6) /* 001=32, 010==44.1, 011=48, */
513 #define HDSPM_wc_freq2 (1<<7) /* 100=64, 101=88.2, 110=96, 111=128 */
514 #define HDSPM_wc_freq3 0x800 /* 1000=176.4, 1001=192 */
516 #define HDSPM_SyncRef0 0x10000 /* Sync Reference */
517 #define HDSPM_SyncRef1 0x20000
519 #define HDSPM_SelSyncRef0 (1<<8) /* AutoSync Source */
520 #define HDSPM_SelSyncRef1 (1<<9) /* 000=word, 001=MADI, */
521 #define HDSPM_SelSyncRef2 (1<<10) /* 111=no valid signal */
523 #define HDSPM_wc_valid (HDSPM_wcLock|HDSPM_wcSync)
525 #define HDSPM_wcFreqMask (HDSPM_wc_freq0|HDSPM_wc_freq1|HDSPM_wc_freq2|\
527 #define HDSPM_wcFreq32 (HDSPM_wc_freq0)
528 #define HDSPM_wcFreq44_1 (HDSPM_wc_freq1)
529 #define HDSPM_wcFreq48 (HDSPM_wc_freq0|HDSPM_wc_freq1)
530 #define HDSPM_wcFreq64 (HDSPM_wc_freq2)
531 #define HDSPM_wcFreq88_2 (HDSPM_wc_freq0|HDSPM_wc_freq2)
532 #define HDSPM_wcFreq96 (HDSPM_wc_freq1|HDSPM_wc_freq2)
533 #define HDSPM_wcFreq128 (HDSPM_wc_freq0|HDSPM_wc_freq1|HDSPM_wc_freq2)
534 #define HDSPM_wcFreq176_4 (HDSPM_wc_freq3)
535 #define HDSPM_wcFreq192 (HDSPM_wc_freq0|HDSPM_wc_freq3)
537 #define HDSPM_status1_F_0 0x0400000
538 #define HDSPM_status1_F_1 0x0800000
539 #define HDSPM_status1_F_2 0x1000000
540 #define HDSPM_status1_F_3 0x2000000
541 #define HDSPM_status1_freqMask (HDSPM_status1_F_0|HDSPM_status1_F_1|HDSPM_status1_F_2|HDSPM_status1_F_3)
544 #define HDSPM_SelSyncRefMask (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1|\
546 #define HDSPM_SelSyncRef_WORD 0
547 #define HDSPM_SelSyncRef_MADI (HDSPM_SelSyncRef0)
548 #define HDSPM_SelSyncRef_TCO (HDSPM_SelSyncRef1)
549 #define HDSPM_SelSyncRef_SyncIn (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1)
550 #define HDSPM_SelSyncRef_NVALID (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1|\
554 For AES32, bits for status, status2 and timecode are different
557 #define HDSPM_AES32_wcLock 0x0200000
558 #define HDSPM_AES32_wcSync 0x0100000
559 #define HDSPM_AES32_wcFreq_bit 22
560 /* (status >> HDSPM_AES32_wcFreq_bit) & 0xF gives WC frequency (cf function
562 #define HDSPM_AES32_syncref_bit 16
563 /* (status >> HDSPM_AES32_syncref_bit) & 0xF gives sync source */
565 #define HDSPM_AES32_AUTOSYNC_FROM_WORD 0
566 #define HDSPM_AES32_AUTOSYNC_FROM_AES1 1
567 #define HDSPM_AES32_AUTOSYNC_FROM_AES2 2
568 #define HDSPM_AES32_AUTOSYNC_FROM_AES3 3
569 #define HDSPM_AES32_AUTOSYNC_FROM_AES4 4
570 #define HDSPM_AES32_AUTOSYNC_FROM_AES5 5
571 #define HDSPM_AES32_AUTOSYNC_FROM_AES6 6
572 #define HDSPM_AES32_AUTOSYNC_FROM_AES7 7
573 #define HDSPM_AES32_AUTOSYNC_FROM_AES8 8
574 #define HDSPM_AES32_AUTOSYNC_FROM_TCO 9
575 #define HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN 10
576 #define HDSPM_AES32_AUTOSYNC_FROM_NONE 11
579 /* HDSPM_LockAES_bit is given by HDSPM_LockAES >> (AES# - 1) */
580 #define HDSPM_LockAES 0x80
581 #define HDSPM_LockAES1 0x80
582 #define HDSPM_LockAES2 0x40
583 #define HDSPM_LockAES3 0x20
584 #define HDSPM_LockAES4 0x10
585 #define HDSPM_LockAES5 0x8
586 #define HDSPM_LockAES6 0x4
587 #define HDSPM_LockAES7 0x2
588 #define HDSPM_LockAES8 0x1
591 After windows driver sources, bits 4*i to 4*i+3 give the input frequency on
603 NB: Timecode register doesn't seem to work on AES32 card revision 230
607 #define UNITY_GAIN 32768 /* = 65536/2 */
608 #define MINUS_INFINITY_GAIN 0
610 /* Number of channels for different Speed Modes */
611 #define MADI_SS_CHANNELS 64
612 #define MADI_DS_CHANNELS 32
613 #define MADI_QS_CHANNELS 16
615 #define RAYDAT_SS_CHANNELS 36
616 #define RAYDAT_DS_CHANNELS 20
617 #define RAYDAT_QS_CHANNELS 12
619 #define AIO_IN_SS_CHANNELS 14
620 #define AIO_IN_DS_CHANNELS 10
621 #define AIO_IN_QS_CHANNELS 8
622 #define AIO_OUT_SS_CHANNELS 16
623 #define AIO_OUT_DS_CHANNELS 12
624 #define AIO_OUT_QS_CHANNELS 10
626 #define AES32_CHANNELS 16
628 /* the size of a substream (1 mono data stream) */
629 #define HDSPM_CHANNEL_BUFFER_SAMPLES (16*1024)
630 #define HDSPM_CHANNEL_BUFFER_BYTES (4*HDSPM_CHANNEL_BUFFER_SAMPLES)
632 /* the size of the area we need to allocate for DMA transfers. the
633 size is the same regardless of the number of channels, and
634 also the latency to use.
635 for one direction !!!
637 #define HDSPM_DMA_AREA_BYTES (HDSPM_MAX_CHANNELS * HDSPM_CHANNEL_BUFFER_BYTES)
638 #define HDSPM_DMA_AREA_KILOBYTES (HDSPM_DMA_AREA_BYTES/1024)
640 #define HDSPM_RAYDAT_REV 211
641 #define HDSPM_AIO_REV 212
642 #define HDSPM_MADIFACE_REV 213
644 /* speed factor modes */
645 #define HDSPM_SPEED_SINGLE 0
646 #define HDSPM_SPEED_DOUBLE 1
647 #define HDSPM_SPEED_QUAD 2
649 /* names for speed modes */
650 static char *hdspm_speed_names
[] = { "single", "double", "quad" };
652 static const char *const texts_autosync_aes_tco
[] = { "Word Clock",
653 "AES1", "AES2", "AES3", "AES4",
654 "AES5", "AES6", "AES7", "AES8",
657 static const char *const texts_autosync_aes
[] = { "Word Clock",
658 "AES1", "AES2", "AES3", "AES4",
659 "AES5", "AES6", "AES7", "AES8",
662 static const char *const texts_autosync_madi_tco
[] = { "Word Clock",
663 "MADI", "TCO", "Sync In" };
664 static const char *const texts_autosync_madi
[] = { "Word Clock",
667 static const char *const texts_autosync_raydat_tco
[] = {
669 "ADAT 1", "ADAT 2", "ADAT 3", "ADAT 4",
670 "AES", "SPDIF", "TCO", "Sync In"
672 static const char *const texts_autosync_raydat
[] = {
674 "ADAT 1", "ADAT 2", "ADAT 3", "ADAT 4",
675 "AES", "SPDIF", "Sync In"
677 static const char *const texts_autosync_aio_tco
[] = {
679 "ADAT", "AES", "SPDIF", "TCO", "Sync In"
681 static const char *const texts_autosync_aio
[] = { "Word Clock",
682 "ADAT", "AES", "SPDIF", "Sync In" };
684 static const char *const texts_freq
[] = {
697 static char *texts_ports_madi
[] = {
698 "MADI.1", "MADI.2", "MADI.3", "MADI.4", "MADI.5", "MADI.6",
699 "MADI.7", "MADI.8", "MADI.9", "MADI.10", "MADI.11", "MADI.12",
700 "MADI.13", "MADI.14", "MADI.15", "MADI.16", "MADI.17", "MADI.18",
701 "MADI.19", "MADI.20", "MADI.21", "MADI.22", "MADI.23", "MADI.24",
702 "MADI.25", "MADI.26", "MADI.27", "MADI.28", "MADI.29", "MADI.30",
703 "MADI.31", "MADI.32", "MADI.33", "MADI.34", "MADI.35", "MADI.36",
704 "MADI.37", "MADI.38", "MADI.39", "MADI.40", "MADI.41", "MADI.42",
705 "MADI.43", "MADI.44", "MADI.45", "MADI.46", "MADI.47", "MADI.48",
706 "MADI.49", "MADI.50", "MADI.51", "MADI.52", "MADI.53", "MADI.54",
707 "MADI.55", "MADI.56", "MADI.57", "MADI.58", "MADI.59", "MADI.60",
708 "MADI.61", "MADI.62", "MADI.63", "MADI.64",
712 static char *texts_ports_raydat_ss
[] = {
713 "ADAT1.1", "ADAT1.2", "ADAT1.3", "ADAT1.4", "ADAT1.5", "ADAT1.6",
714 "ADAT1.7", "ADAT1.8", "ADAT2.1", "ADAT2.2", "ADAT2.3", "ADAT2.4",
715 "ADAT2.5", "ADAT2.6", "ADAT2.7", "ADAT2.8", "ADAT3.1", "ADAT3.2",
716 "ADAT3.3", "ADAT3.4", "ADAT3.5", "ADAT3.6", "ADAT3.7", "ADAT3.8",
717 "ADAT4.1", "ADAT4.2", "ADAT4.3", "ADAT4.4", "ADAT4.5", "ADAT4.6",
718 "ADAT4.7", "ADAT4.8",
723 static char *texts_ports_raydat_ds
[] = {
724 "ADAT1.1", "ADAT1.2", "ADAT1.3", "ADAT1.4",
725 "ADAT2.1", "ADAT2.2", "ADAT2.3", "ADAT2.4",
726 "ADAT3.1", "ADAT3.2", "ADAT3.3", "ADAT3.4",
727 "ADAT4.1", "ADAT4.2", "ADAT4.3", "ADAT4.4",
732 static char *texts_ports_raydat_qs
[] = {
733 "ADAT1.1", "ADAT1.2",
734 "ADAT2.1", "ADAT2.2",
735 "ADAT3.1", "ADAT3.2",
736 "ADAT4.1", "ADAT4.2",
742 static char *texts_ports_aio_in_ss
[] = {
743 "Analogue.L", "Analogue.R",
745 "SPDIF.L", "SPDIF.R",
746 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4", "ADAT.5", "ADAT.6",
748 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
751 static char *texts_ports_aio_out_ss
[] = {
752 "Analogue.L", "Analogue.R",
754 "SPDIF.L", "SPDIF.R",
755 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4", "ADAT.5", "ADAT.6",
757 "Phone.L", "Phone.R",
758 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
761 static char *texts_ports_aio_in_ds
[] = {
762 "Analogue.L", "Analogue.R",
764 "SPDIF.L", "SPDIF.R",
765 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
766 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
769 static char *texts_ports_aio_out_ds
[] = {
770 "Analogue.L", "Analogue.R",
772 "SPDIF.L", "SPDIF.R",
773 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
774 "Phone.L", "Phone.R",
775 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
778 static char *texts_ports_aio_in_qs
[] = {
779 "Analogue.L", "Analogue.R",
781 "SPDIF.L", "SPDIF.R",
782 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
783 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
786 static char *texts_ports_aio_out_qs
[] = {
787 "Analogue.L", "Analogue.R",
789 "SPDIF.L", "SPDIF.R",
790 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
791 "Phone.L", "Phone.R",
792 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
795 static char *texts_ports_aes32
[] = {
796 "AES.1", "AES.2", "AES.3", "AES.4", "AES.5", "AES.6", "AES.7",
797 "AES.8", "AES.9.", "AES.10", "AES.11", "AES.12", "AES.13", "AES.14",
801 /* These tables map the ALSA channels 1..N to the channels that we
802 need to use in order to find the relevant channel buffer. RME
803 refers to this kind of mapping as between "the ADAT channel and
804 the DMA channel." We index it using the logical audio channel,
805 and the value is the DMA channel (i.e. channel buffer number)
806 where the data for that channel can be read/written from/to.
809 static char channel_map_unity_ss
[HDSPM_MAX_CHANNELS
] = {
810 0, 1, 2, 3, 4, 5, 6, 7,
811 8, 9, 10, 11, 12, 13, 14, 15,
812 16, 17, 18, 19, 20, 21, 22, 23,
813 24, 25, 26, 27, 28, 29, 30, 31,
814 32, 33, 34, 35, 36, 37, 38, 39,
815 40, 41, 42, 43, 44, 45, 46, 47,
816 48, 49, 50, 51, 52, 53, 54, 55,
817 56, 57, 58, 59, 60, 61, 62, 63
820 static char channel_map_raydat_ss
[HDSPM_MAX_CHANNELS
] = {
821 4, 5, 6, 7, 8, 9, 10, 11, /* ADAT 1 */
822 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT 2 */
823 20, 21, 22, 23, 24, 25, 26, 27, /* ADAT 3 */
824 28, 29, 30, 31, 32, 33, 34, 35, /* ADAT 4 */
828 -1, -1, -1, -1, -1, -1, -1, -1,
829 -1, -1, -1, -1, -1, -1, -1, -1,
830 -1, -1, -1, -1, -1, -1, -1, -1,
833 static char channel_map_raydat_ds
[HDSPM_MAX_CHANNELS
] = {
834 4, 5, 6, 7, /* ADAT 1 */
835 8, 9, 10, 11, /* ADAT 2 */
836 12, 13, 14, 15, /* ADAT 3 */
837 16, 17, 18, 19, /* ADAT 4 */
841 -1, -1, -1, -1, -1, -1, -1, -1,
842 -1, -1, -1, -1, -1, -1, -1, -1,
843 -1, -1, -1, -1, -1, -1, -1, -1,
844 -1, -1, -1, -1, -1, -1, -1, -1,
845 -1, -1, -1, -1, -1, -1, -1, -1,
848 static char channel_map_raydat_qs
[HDSPM_MAX_CHANNELS
] = {
856 -1, -1, -1, -1, -1, -1, -1, -1,
857 -1, -1, -1, -1, -1, -1, -1, -1,
858 -1, -1, -1, -1, -1, -1, -1, -1,
859 -1, -1, -1, -1, -1, -1, -1, -1,
860 -1, -1, -1, -1, -1, -1, -1, -1,
861 -1, -1, -1, -1, -1, -1, -1, -1,
864 static char channel_map_aio_in_ss
[HDSPM_MAX_CHANNELS
] = {
867 10, 11, /* spdif in */
868 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT in */
869 2, 3, 4, 5, /* AEB */
870 -1, -1, -1, -1, -1, -1,
871 -1, -1, -1, -1, -1, -1, -1, -1,
872 -1, -1, -1, -1, -1, -1, -1, -1,
873 -1, -1, -1, -1, -1, -1, -1, -1,
874 -1, -1, -1, -1, -1, -1, -1, -1,
875 -1, -1, -1, -1, -1, -1, -1, -1,
878 static char channel_map_aio_out_ss
[HDSPM_MAX_CHANNELS
] = {
881 10, 11, /* spdif out */
882 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT out */
883 6, 7, /* phone out */
884 2, 3, 4, 5, /* AEB */
886 -1, -1, -1, -1, -1, -1, -1, -1,
887 -1, -1, -1, -1, -1, -1, -1, -1,
888 -1, -1, -1, -1, -1, -1, -1, -1,
889 -1, -1, -1, -1, -1, -1, -1, -1,
890 -1, -1, -1, -1, -1, -1, -1, -1,
893 static char channel_map_aio_in_ds
[HDSPM_MAX_CHANNELS
] = {
896 10, 11, /* spdif in */
897 12, 14, 16, 18, /* adat in */
898 2, 3, 4, 5, /* AEB */
900 -1, -1, -1, -1, -1, -1, -1, -1,
901 -1, -1, -1, -1, -1, -1, -1, -1,
902 -1, -1, -1, -1, -1, -1, -1, -1,
903 -1, -1, -1, -1, -1, -1, -1, -1,
904 -1, -1, -1, -1, -1, -1, -1, -1,
905 -1, -1, -1, -1, -1, -1, -1, -1
908 static char channel_map_aio_out_ds
[HDSPM_MAX_CHANNELS
] = {
911 10, 11, /* spdif out */
912 12, 14, 16, 18, /* adat out */
913 6, 7, /* phone out */
914 2, 3, 4, 5, /* AEB */
915 -1, -1, -1, -1, -1, -1, -1, -1,
916 -1, -1, -1, -1, -1, -1, -1, -1,
917 -1, -1, -1, -1, -1, -1, -1, -1,
918 -1, -1, -1, -1, -1, -1, -1, -1,
919 -1, -1, -1, -1, -1, -1, -1, -1,
920 -1, -1, -1, -1, -1, -1, -1, -1
923 static char channel_map_aio_in_qs
[HDSPM_MAX_CHANNELS
] = {
926 10, 11, /* spdif in */
927 12, 16, /* adat in */
928 2, 3, 4, 5, /* AEB */
930 -1, -1, -1, -1, -1, -1, -1, -1,
931 -1, -1, -1, -1, -1, -1, -1, -1,
932 -1, -1, -1, -1, -1, -1, -1, -1,
933 -1, -1, -1, -1, -1, -1, -1, -1,
934 -1, -1, -1, -1, -1, -1, -1, -1,
935 -1, -1, -1, -1, -1, -1, -1, -1
938 static char channel_map_aio_out_qs
[HDSPM_MAX_CHANNELS
] = {
941 10, 11, /* spdif out */
942 12, 16, /* adat out */
943 6, 7, /* phone out */
944 2, 3, 4, 5, /* AEB */
946 -1, -1, -1, -1, -1, -1, -1, -1,
947 -1, -1, -1, -1, -1, -1, -1, -1,
948 -1, -1, -1, -1, -1, -1, -1, -1,
949 -1, -1, -1, -1, -1, -1, -1, -1,
950 -1, -1, -1, -1, -1, -1, -1, -1,
951 -1, -1, -1, -1, -1, -1, -1, -1
954 static char channel_map_aes32
[HDSPM_MAX_CHANNELS
] = {
955 0, 1, 2, 3, 4, 5, 6, 7,
956 8, 9, 10, 11, 12, 13, 14, 15,
957 -1, -1, -1, -1, -1, -1, -1, -1,
958 -1, -1, -1, -1, -1, -1, -1, -1,
959 -1, -1, -1, -1, -1, -1, -1, -1,
960 -1, -1, -1, -1, -1, -1, -1, -1,
961 -1, -1, -1, -1, -1, -1, -1, -1,
962 -1, -1, -1, -1, -1, -1, -1, -1
968 struct snd_rawmidi
*rmidi
;
969 struct snd_rawmidi_substream
*input
;
970 struct snd_rawmidi_substream
*output
;
971 char istimer
; /* timer in use */
972 struct timer_list timer
;
984 int input
; /* 0: LTC, 1:Video, 2: WC*/
985 int framerate
; /* 0=24, 1=25, 2=29.97, 3=29.97d, 4=30, 5=30d */
986 int wordclock
; /* 0=1:1, 1=44.1->48, 2=48->44.1 */
987 int samplerate
; /* 0=44.1, 1=48, 2= freq from app */
988 int pull
; /* 0=0, 1=+0.1%, 2=-0.1%, 3=+4%, 4=-4%*/
989 int term
; /* 0 = off, 1 = on */
994 /* only one playback and/or capture stream */
995 struct snd_pcm_substream
*capture_substream
;
996 struct snd_pcm_substream
*playback_substream
;
998 char *card_name
; /* for procinfo */
999 unsigned short firmware_rev
; /* dont know if relevant (yes if AES32)*/
1003 int monitor_outs
; /* set up monitoring outs init flag */
1005 u32 control_register
; /* cached value */
1006 u32 control2_register
; /* cached value */
1007 u32 settings_register
; /* cached value for AIO / RayDat (sync reference, master/slave) */
1009 struct hdspm_midi midi
[4];
1010 struct tasklet_struct midi_tasklet
;
1012 size_t period_bytes
;
1013 unsigned char ss_in_channels
;
1014 unsigned char ds_in_channels
;
1015 unsigned char qs_in_channels
;
1016 unsigned char ss_out_channels
;
1017 unsigned char ds_out_channels
;
1018 unsigned char qs_out_channels
;
1020 unsigned char max_channels_in
;
1021 unsigned char max_channels_out
;
1023 signed char *channel_map_in
;
1024 signed char *channel_map_out
;
1026 signed char *channel_map_in_ss
, *channel_map_in_ds
, *channel_map_in_qs
;
1027 signed char *channel_map_out_ss
, *channel_map_out_ds
, *channel_map_out_qs
;
1029 char **port_names_in
;
1030 char **port_names_out
;
1032 char **port_names_in_ss
, **port_names_in_ds
, **port_names_in_qs
;
1033 char **port_names_out_ss
, **port_names_out_ds
, **port_names_out_qs
;
1035 unsigned char *playback_buffer
; /* suitably aligned address */
1036 unsigned char *capture_buffer
; /* suitably aligned address */
1038 pid_t capture_pid
; /* process id which uses capture */
1039 pid_t playback_pid
; /* process id which uses capture */
1040 int running
; /* running status */
1042 int last_external_sample_rate
; /* samplerate mystic ... */
1043 int last_internal_sample_rate
;
1044 int system_sample_rate
;
1046 int dev
; /* Hardware vars... */
1049 void __iomem
*iobase
;
1051 int irq_count
; /* for debug */
1054 struct snd_card
*card
; /* one card */
1055 struct snd_pcm
*pcm
; /* has one pcm */
1056 struct snd_hwdep
*hwdep
; /* and a hwdep for additional ioctl */
1057 struct pci_dev
*pci
; /* and an pci info */
1060 /* fast alsa mixer */
1061 struct snd_kcontrol
*playback_mixer_ctls
[HDSPM_MAX_CHANNELS
];
1062 /* but input to much, so not used */
1063 struct snd_kcontrol
*input_mixer_ctls
[HDSPM_MAX_CHANNELS
];
1064 /* full mixer accessible over mixer ioctl or hwdep-device */
1065 struct hdspm_mixer
*mixer
;
1067 struct hdspm_tco
*tco
; /* NULL if no TCO detected */
1069 const char *const *texts_autosync
;
1070 int texts_autosync_items
;
1072 cycles_t last_interrupt
;
1074 unsigned int serial
;
1076 struct hdspm_peak_rms peak_rms
;
1080 static DEFINE_PCI_DEVICE_TABLE(snd_hdspm_ids
) = {
1082 .vendor
= PCI_VENDOR_ID_XILINX
,
1083 .device
= PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP_MADI
,
1084 .subvendor
= PCI_ANY_ID
,
1085 .subdevice
= PCI_ANY_ID
,
1092 MODULE_DEVICE_TABLE(pci
, snd_hdspm_ids
);
1095 static int snd_hdspm_create_alsa_devices(struct snd_card
*card
,
1096 struct hdspm
*hdspm
);
1097 static int snd_hdspm_create_pcm(struct snd_card
*card
,
1098 struct hdspm
*hdspm
);
1100 static inline void snd_hdspm_initialize_midi_flush(struct hdspm
*hdspm
);
1101 static inline int hdspm_get_pll_freq(struct hdspm
*hdspm
);
1102 static int hdspm_update_simple_mixer_controls(struct hdspm
*hdspm
);
1103 static int hdspm_autosync_ref(struct hdspm
*hdspm
);
1104 static int hdspm_set_toggle_setting(struct hdspm
*hdspm
, u32 regmask
, int out
);
1105 static int snd_hdspm_set_defaults(struct hdspm
*hdspm
);
1106 static int hdspm_system_clock_mode(struct hdspm
*hdspm
);
1107 static void hdspm_set_sgbuf(struct hdspm
*hdspm
,
1108 struct snd_pcm_substream
*substream
,
1109 unsigned int reg
, int channels
);
1111 static int hdspm_aes_sync_check(struct hdspm
*hdspm
, int idx
);
1112 static int hdspm_wc_sync_check(struct hdspm
*hdspm
);
1113 static int hdspm_tco_sync_check(struct hdspm
*hdspm
);
1114 static int hdspm_sync_in_sync_check(struct hdspm
*hdspm
);
1116 static int hdspm_get_aes_sample_rate(struct hdspm
*hdspm
, int index
);
1117 static int hdspm_get_tco_sample_rate(struct hdspm
*hdspm
);
1118 static int hdspm_get_wc_sample_rate(struct hdspm
*hdspm
);
1122 static inline int HDSPM_bit2freq(int n
)
1124 static const int bit2freq_tab
[] = {
1125 0, 32000, 44100, 48000, 64000, 88200,
1126 96000, 128000, 176400, 192000 };
1129 return bit2freq_tab
[n
];
1132 static bool hdspm_is_raydat_or_aio(struct hdspm
*hdspm
)
1134 return ((AIO
== hdspm
->io_type
) || (RayDAT
== hdspm
->io_type
));
1138 /* Write/read to/from HDSPM with Adresses in Bytes
1139 not words but only 32Bit writes are allowed */
1141 static inline void hdspm_write(struct hdspm
* hdspm
, unsigned int reg
,
1144 writel(val
, hdspm
->iobase
+ reg
);
1147 static inline unsigned int hdspm_read(struct hdspm
* hdspm
, unsigned int reg
)
1149 return readl(hdspm
->iobase
+ reg
);
1152 /* for each output channel (chan) I have an Input (in) and Playback (pb) Fader
1153 mixer is write only on hardware so we have to cache him for read
1154 each fader is a u32, but uses only the first 16 bit */
1156 static inline int hdspm_read_in_gain(struct hdspm
* hdspm
, unsigned int chan
,
1159 if (chan
>= HDSPM_MIXER_CHANNELS
|| in
>= HDSPM_MIXER_CHANNELS
)
1162 return hdspm
->mixer
->ch
[chan
].in
[in
];
1165 static inline int hdspm_read_pb_gain(struct hdspm
* hdspm
, unsigned int chan
,
1168 if (chan
>= HDSPM_MIXER_CHANNELS
|| pb
>= HDSPM_MIXER_CHANNELS
)
1170 return hdspm
->mixer
->ch
[chan
].pb
[pb
];
1173 static int hdspm_write_in_gain(struct hdspm
*hdspm
, unsigned int chan
,
1174 unsigned int in
, unsigned short data
)
1176 if (chan
>= HDSPM_MIXER_CHANNELS
|| in
>= HDSPM_MIXER_CHANNELS
)
1180 HDSPM_MADI_mixerBase
+
1181 ((in
+ 128 * chan
) * sizeof(u32
)),
1182 (hdspm
->mixer
->ch
[chan
].in
[in
] = data
& 0xFFFF));
1186 static int hdspm_write_pb_gain(struct hdspm
*hdspm
, unsigned int chan
,
1187 unsigned int pb
, unsigned short data
)
1189 if (chan
>= HDSPM_MIXER_CHANNELS
|| pb
>= HDSPM_MIXER_CHANNELS
)
1193 HDSPM_MADI_mixerBase
+
1194 ((64 + pb
+ 128 * chan
) * sizeof(u32
)),
1195 (hdspm
->mixer
->ch
[chan
].pb
[pb
] = data
& 0xFFFF));
1200 /* enable DMA for specific channels, now available for DSP-MADI */
1201 static inline void snd_hdspm_enable_in(struct hdspm
* hdspm
, int i
, int v
)
1203 hdspm_write(hdspm
, HDSPM_inputEnableBase
+ (4 * i
), v
);
1206 static inline void snd_hdspm_enable_out(struct hdspm
* hdspm
, int i
, int v
)
1208 hdspm_write(hdspm
, HDSPM_outputEnableBase
+ (4 * i
), v
);
1211 /* check if same process is writing and reading */
1212 static int snd_hdspm_use_is_exclusive(struct hdspm
*hdspm
)
1214 unsigned long flags
;
1217 spin_lock_irqsave(&hdspm
->lock
, flags
);
1218 if ((hdspm
->playback_pid
!= hdspm
->capture_pid
) &&
1219 (hdspm
->playback_pid
>= 0) && (hdspm
->capture_pid
>= 0)) {
1222 spin_unlock_irqrestore(&hdspm
->lock
, flags
);
1226 /* round arbitary sample rates to commonly known rates */
1227 static int hdspm_round_frequency(int rate
)
1237 /* QS and DS rates normally can not be detected
1238 * automatically by the card. Only exception is MADI
1239 * in 96k frame mode.
1241 * So if we read SS values (32 .. 48k), check for
1242 * user-provided DS/QS bits in the control register
1243 * and multiply the base frequency accordingly.
1245 static int hdspm_rate_multiplier(struct hdspm
*hdspm
, int rate
)
1247 if (rate
<= 48000) {
1248 if (hdspm
->control_register
& HDSPM_QuadSpeed
)
1250 else if (hdspm
->control_register
&
1257 /* check for external sample rate, returns the sample rate in Hz*/
1258 static int hdspm_external_sample_rate(struct hdspm
*hdspm
)
1260 unsigned int status
, status2
, timecode
;
1261 int syncref
, rate
= 0, rate_bits
;
1263 switch (hdspm
->io_type
) {
1265 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
1266 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
1267 timecode
= hdspm_read(hdspm
, HDSPM_timecodeRegister
);
1269 syncref
= hdspm_autosync_ref(hdspm
);
1271 case HDSPM_AES32_AUTOSYNC_FROM_WORD
:
1272 /* Check WC sync and get sample rate */
1273 if (hdspm_wc_sync_check(hdspm
))
1274 return HDSPM_bit2freq(hdspm_get_wc_sample_rate(hdspm
));
1277 case HDSPM_AES32_AUTOSYNC_FROM_AES1
:
1278 case HDSPM_AES32_AUTOSYNC_FROM_AES2
:
1279 case HDSPM_AES32_AUTOSYNC_FROM_AES3
:
1280 case HDSPM_AES32_AUTOSYNC_FROM_AES4
:
1281 case HDSPM_AES32_AUTOSYNC_FROM_AES5
:
1282 case HDSPM_AES32_AUTOSYNC_FROM_AES6
:
1283 case HDSPM_AES32_AUTOSYNC_FROM_AES7
:
1284 case HDSPM_AES32_AUTOSYNC_FROM_AES8
:
1285 /* Check AES sync and get sample rate */
1286 if (hdspm_aes_sync_check(hdspm
, syncref
- HDSPM_AES32_AUTOSYNC_FROM_AES1
))
1287 return HDSPM_bit2freq(hdspm_get_aes_sample_rate(hdspm
,
1288 syncref
- HDSPM_AES32_AUTOSYNC_FROM_AES1
));
1292 case HDSPM_AES32_AUTOSYNC_FROM_TCO
:
1293 /* Check TCO sync and get sample rate */
1294 if (hdspm_tco_sync_check(hdspm
))
1295 return HDSPM_bit2freq(hdspm_get_tco_sample_rate(hdspm
));
1299 } /* end switch(syncref) */
1303 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
1305 if (!(status
& HDSPM_madiLock
)) {
1306 rate
= 0; /* no lock */
1308 switch (status
& (HDSPM_status1_freqMask
)) {
1309 case HDSPM_status1_F_0
*1:
1310 rate
= 32000; break;
1311 case HDSPM_status1_F_0
*2:
1312 rate
= 44100; break;
1313 case HDSPM_status1_F_0
*3:
1314 rate
= 48000; break;
1315 case HDSPM_status1_F_0
*4:
1316 rate
= 64000; break;
1317 case HDSPM_status1_F_0
*5:
1318 rate
= 88200; break;
1319 case HDSPM_status1_F_0
*6:
1320 rate
= 96000; break;
1321 case HDSPM_status1_F_0
*7:
1322 rate
= 128000; break;
1323 case HDSPM_status1_F_0
*8:
1324 rate
= 176400; break;
1325 case HDSPM_status1_F_0
*9:
1326 rate
= 192000; break;
1337 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
1338 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
1341 /* if wordclock has synced freq and wordclock is valid */
1342 if ((status2
& HDSPM_wcLock
) != 0 &&
1343 (status2
& HDSPM_SelSyncRef0
) == 0) {
1345 rate_bits
= status2
& HDSPM_wcFreqMask
;
1348 switch (rate_bits
) {
1349 case HDSPM_wcFreq32
:
1352 case HDSPM_wcFreq44_1
:
1355 case HDSPM_wcFreq48
:
1358 case HDSPM_wcFreq64
:
1361 case HDSPM_wcFreq88_2
:
1364 case HDSPM_wcFreq96
:
1367 case HDSPM_wcFreq128
:
1370 case HDSPM_wcFreq176_4
:
1373 case HDSPM_wcFreq192
:
1382 /* if rate detected and Syncref is Word than have it,
1383 * word has priority to MADI
1386 (status2
& HDSPM_SelSyncRefMask
) == HDSPM_SelSyncRef_WORD
)
1387 return hdspm_rate_multiplier(hdspm
, rate
);
1389 /* maybe a madi input (which is taken if sel sync is madi) */
1390 if (status
& HDSPM_madiLock
) {
1391 rate_bits
= status
& HDSPM_madiFreqMask
;
1393 switch (rate_bits
) {
1394 case HDSPM_madiFreq32
:
1397 case HDSPM_madiFreq44_1
:
1400 case HDSPM_madiFreq48
:
1403 case HDSPM_madiFreq64
:
1406 case HDSPM_madiFreq88_2
:
1409 case HDSPM_madiFreq96
:
1412 case HDSPM_madiFreq128
:
1415 case HDSPM_madiFreq176_4
:
1418 case HDSPM_madiFreq192
:
1426 } /* endif HDSPM_madiLock */
1428 /* check sample rate from TCO or SYNC_IN */
1430 bool is_valid_input
= 0;
1433 syncref
= hdspm_autosync_ref(hdspm
);
1434 if (HDSPM_AUTOSYNC_FROM_TCO
== syncref
) {
1436 has_sync
= (HDSPM_SYNC_CHECK_SYNC
==
1437 hdspm_tco_sync_check(hdspm
));
1438 } else if (HDSPM_AUTOSYNC_FROM_SYNC_IN
== syncref
) {
1440 has_sync
= (HDSPM_SYNC_CHECK_SYNC
==
1441 hdspm_sync_in_sync_check(hdspm
));
1444 if (is_valid_input
&& has_sync
) {
1445 rate
= hdspm_round_frequency(
1446 hdspm_get_pll_freq(hdspm
));
1450 rate
= hdspm_rate_multiplier(hdspm
, rate
);
1458 /* return latency in samples per period */
1459 static int hdspm_get_latency(struct hdspm
*hdspm
)
1463 n
= hdspm_decode_latency(hdspm
->control_register
);
1465 /* Special case for new RME cards with 32 samples period size.
1466 * The three latency bits in the control register
1467 * (HDSP_LatencyMask) encode latency values of 64 samples as
1468 * 0, 128 samples as 1 ... 4096 samples as 6. For old cards, 7
1469 * denotes 8192 samples, but on new cards like RayDAT or AIO,
1470 * it corresponds to 32 samples.
1472 if ((7 == n
) && (RayDAT
== hdspm
->io_type
|| AIO
== hdspm
->io_type
))
1475 return 1 << (n
+ 6);
1478 /* Latency function */
1479 static inline void hdspm_compute_period_size(struct hdspm
*hdspm
)
1481 hdspm
->period_bytes
= 4 * hdspm_get_latency(hdspm
);
1485 static snd_pcm_uframes_t
hdspm_hw_pointer(struct hdspm
*hdspm
)
1489 position
= hdspm_read(hdspm
, HDSPM_statusRegister
);
1491 switch (hdspm
->io_type
) {
1494 position
&= HDSPM_BufferPositionMask
;
1495 position
/= 4; /* Bytes per sample */
1498 position
= (position
& HDSPM_BufferID
) ?
1499 (hdspm
->period_bytes
/ 4) : 0;
1506 static inline void hdspm_start_audio(struct hdspm
* s
)
1508 s
->control_register
|= (HDSPM_AudioInterruptEnable
| HDSPM_Start
);
1509 hdspm_write(s
, HDSPM_controlRegister
, s
->control_register
);
1512 static inline void hdspm_stop_audio(struct hdspm
* s
)
1514 s
->control_register
&= ~(HDSPM_Start
| HDSPM_AudioInterruptEnable
);
1515 hdspm_write(s
, HDSPM_controlRegister
, s
->control_register
);
1518 /* should I silence all or only opened ones ? doit all for first even is 4MB*/
1519 static void hdspm_silence_playback(struct hdspm
*hdspm
)
1522 int n
= hdspm
->period_bytes
;
1523 void *buf
= hdspm
->playback_buffer
;
1528 for (i
= 0; i
< HDSPM_MAX_CHANNELS
; i
++) {
1530 buf
+= HDSPM_CHANNEL_BUFFER_BYTES
;
1534 static int hdspm_set_interrupt_interval(struct hdspm
*s
, unsigned int frames
)
1538 spin_lock_irq(&s
->lock
);
1541 /* Special case for new RME cards like RayDAT/AIO which
1542 * support period sizes of 32 samples. Since latency is
1543 * encoded in the three bits of HDSP_LatencyMask, we can only
1544 * have values from 0 .. 7. While 0 still means 64 samples and
1545 * 6 represents 4096 samples on all cards, 7 represents 8192
1546 * on older cards and 32 samples on new cards.
1548 * In other words, period size in samples is calculated by
1549 * 2^(n+6) with n ranging from 0 .. 7.
1561 s
->control_register
&= ~HDSPM_LatencyMask
;
1562 s
->control_register
|= hdspm_encode_latency(n
);
1564 hdspm_write(s
, HDSPM_controlRegister
, s
->control_register
);
1566 hdspm_compute_period_size(s
);
1568 spin_unlock_irq(&s
->lock
);
1573 static u64
hdspm_calc_dds_value(struct hdspm
*hdspm
, u64 period
)
1580 switch (hdspm
->io_type
) {
1583 freq_const
= 110069313433624ULL;
1587 freq_const
= 104857600000000ULL;
1590 freq_const
= 131072000000000ULL;
1597 return div_u64(freq_const
, period
);
1601 static void hdspm_set_dds_value(struct hdspm
*hdspm
, int rate
)
1607 else if (rate
>= 56000)
1610 switch (hdspm
->io_type
) {
1612 n
= 131072000000000ULL; /* 125 MHz */
1616 n
= 110069313433624ULL; /* 105 MHz */
1620 n
= 104857600000000ULL; /* 100 MHz */
1627 n
= div_u64(n
, rate
);
1628 /* n should be less than 2^32 for being written to FREQ register */
1629 snd_BUG_ON(n
>> 32);
1630 hdspm_write(hdspm
, HDSPM_freqReg
, (u32
)n
);
1633 /* dummy set rate lets see what happens */
1634 static int hdspm_set_rate(struct hdspm
* hdspm
, int rate
, int called_internally
)
1639 int current_speed
, target_speed
;
1641 /* ASSUMPTION: hdspm->lock is either set, or there is no need for
1642 it (e.g. during module initialization).
1645 if (!(hdspm
->control_register
& HDSPM_ClockModeMaster
)) {
1648 if (called_internally
) {
1650 /* request from ctl or card initialization
1651 just make a warning an remember setting
1652 for future master mode switching */
1654 snd_printk(KERN_WARNING
"HDSPM: "
1655 "Warning: device is not running "
1656 "as a clock master.\n");
1660 /* hw_param request while in AutoSync mode */
1662 hdspm_external_sample_rate(hdspm
);
1664 if (hdspm_autosync_ref(hdspm
) ==
1665 HDSPM_AUTOSYNC_FROM_NONE
) {
1667 snd_printk(KERN_WARNING
"HDSPM: "
1668 "Detected no Externel Sync \n");
1671 } else if (rate
!= external_freq
) {
1673 snd_printk(KERN_WARNING
"HDSPM: "
1674 "Warning: No AutoSync source for "
1675 "requested rate\n");
1681 current_rate
= hdspm
->system_sample_rate
;
1683 /* Changing between Singe, Double and Quad speed is not
1684 allowed if any substreams are open. This is because such a change
1685 causes a shift in the location of the DMA buffers and a reduction
1686 in the number of available buffers.
1688 Note that a similar but essentially insoluble problem exists for
1689 externally-driven rate changes. All we can do is to flag rate
1690 changes in the read/write routines.
1693 if (current_rate
<= 48000)
1694 current_speed
= HDSPM_SPEED_SINGLE
;
1695 else if (current_rate
<= 96000)
1696 current_speed
= HDSPM_SPEED_DOUBLE
;
1698 current_speed
= HDSPM_SPEED_QUAD
;
1701 target_speed
= HDSPM_SPEED_SINGLE
;
1702 else if (rate
<= 96000)
1703 target_speed
= HDSPM_SPEED_DOUBLE
;
1705 target_speed
= HDSPM_SPEED_QUAD
;
1709 rate_bits
= HDSPM_Frequency32KHz
;
1712 rate_bits
= HDSPM_Frequency44_1KHz
;
1715 rate_bits
= HDSPM_Frequency48KHz
;
1718 rate_bits
= HDSPM_Frequency64KHz
;
1721 rate_bits
= HDSPM_Frequency88_2KHz
;
1724 rate_bits
= HDSPM_Frequency96KHz
;
1727 rate_bits
= HDSPM_Frequency128KHz
;
1730 rate_bits
= HDSPM_Frequency176_4KHz
;
1733 rate_bits
= HDSPM_Frequency192KHz
;
1739 if (current_speed
!= target_speed
1740 && (hdspm
->capture_pid
>= 0 || hdspm
->playback_pid
>= 0)) {
1743 "cannot change from %s speed to %s speed mode "
1744 "(capture PID = %d, playback PID = %d)\n",
1745 hdspm_speed_names
[current_speed
],
1746 hdspm_speed_names
[target_speed
],
1747 hdspm
->capture_pid
, hdspm
->playback_pid
);
1751 hdspm
->control_register
&= ~HDSPM_FrequencyMask
;
1752 hdspm
->control_register
|= rate_bits
;
1753 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
1755 /* For AES32, need to set DDS value in FREQ register
1756 For MADI, also apparently */
1757 hdspm_set_dds_value(hdspm
, rate
);
1759 if (AES32
== hdspm
->io_type
&& rate
!= current_rate
)
1760 hdspm_write(hdspm
, HDSPM_eeprom_wr
, 0);
1762 hdspm
->system_sample_rate
= rate
;
1764 if (rate
<= 48000) {
1765 hdspm
->channel_map_in
= hdspm
->channel_map_in_ss
;
1766 hdspm
->channel_map_out
= hdspm
->channel_map_out_ss
;
1767 hdspm
->max_channels_in
= hdspm
->ss_in_channels
;
1768 hdspm
->max_channels_out
= hdspm
->ss_out_channels
;
1769 hdspm
->port_names_in
= hdspm
->port_names_in_ss
;
1770 hdspm
->port_names_out
= hdspm
->port_names_out_ss
;
1771 } else if (rate
<= 96000) {
1772 hdspm
->channel_map_in
= hdspm
->channel_map_in_ds
;
1773 hdspm
->channel_map_out
= hdspm
->channel_map_out_ds
;
1774 hdspm
->max_channels_in
= hdspm
->ds_in_channels
;
1775 hdspm
->max_channels_out
= hdspm
->ds_out_channels
;
1776 hdspm
->port_names_in
= hdspm
->port_names_in_ds
;
1777 hdspm
->port_names_out
= hdspm
->port_names_out_ds
;
1779 hdspm
->channel_map_in
= hdspm
->channel_map_in_qs
;
1780 hdspm
->channel_map_out
= hdspm
->channel_map_out_qs
;
1781 hdspm
->max_channels_in
= hdspm
->qs_in_channels
;
1782 hdspm
->max_channels_out
= hdspm
->qs_out_channels
;
1783 hdspm
->port_names_in
= hdspm
->port_names_in_qs
;
1784 hdspm
->port_names_out
= hdspm
->port_names_out_qs
;
1793 /* mainly for init to 0 on load */
1794 static void all_in_all_mixer(struct hdspm
* hdspm
, int sgain
)
1799 if (sgain
> UNITY_GAIN
)
1806 for (i
= 0; i
< HDSPM_MIXER_CHANNELS
; i
++)
1807 for (j
= 0; j
< HDSPM_MIXER_CHANNELS
; j
++) {
1808 hdspm_write_in_gain(hdspm
, i
, j
, gain
);
1809 hdspm_write_pb_gain(hdspm
, i
, j
, gain
);
1813 /*----------------------------------------------------------------------------
1815 ----------------------------------------------------------------------------*/
1817 static inline unsigned char snd_hdspm_midi_read_byte (struct hdspm
*hdspm
,
1820 /* the hardware already does the relevant bit-mask with 0xff */
1821 return hdspm_read(hdspm
, hdspm
->midi
[id
].dataIn
);
1824 static inline void snd_hdspm_midi_write_byte (struct hdspm
*hdspm
, int id
,
1827 /* the hardware already does the relevant bit-mask with 0xff */
1828 return hdspm_write(hdspm
, hdspm
->midi
[id
].dataOut
, val
);
1831 static inline int snd_hdspm_midi_input_available (struct hdspm
*hdspm
, int id
)
1833 return hdspm_read(hdspm
, hdspm
->midi
[id
].statusIn
) & 0xFF;
1836 static inline int snd_hdspm_midi_output_possible (struct hdspm
*hdspm
, int id
)
1838 int fifo_bytes_used
;
1840 fifo_bytes_used
= hdspm_read(hdspm
, hdspm
->midi
[id
].statusOut
) & 0xFF;
1842 if (fifo_bytes_used
< 128)
1843 return 128 - fifo_bytes_used
;
1848 static void snd_hdspm_flush_midi_input(struct hdspm
*hdspm
, int id
)
1850 while (snd_hdspm_midi_input_available (hdspm
, id
))
1851 snd_hdspm_midi_read_byte (hdspm
, id
);
1854 static int snd_hdspm_midi_output_write (struct hdspm_midi
*hmidi
)
1856 unsigned long flags
;
1860 unsigned char buf
[128];
1862 /* Output is not interrupt driven */
1864 spin_lock_irqsave (&hmidi
->lock
, flags
);
1865 if (hmidi
->output
&&
1866 !snd_rawmidi_transmit_empty (hmidi
->output
)) {
1867 n_pending
= snd_hdspm_midi_output_possible (hmidi
->hdspm
,
1869 if (n_pending
> 0) {
1870 if (n_pending
> (int)sizeof (buf
))
1871 n_pending
= sizeof (buf
);
1873 to_write
= snd_rawmidi_transmit (hmidi
->output
, buf
,
1876 for (i
= 0; i
< to_write
; ++i
)
1877 snd_hdspm_midi_write_byte (hmidi
->hdspm
,
1883 spin_unlock_irqrestore (&hmidi
->lock
, flags
);
1887 static int snd_hdspm_midi_input_read (struct hdspm_midi
*hmidi
)
1889 unsigned char buf
[128]; /* this buffer is designed to match the MIDI
1892 unsigned long flags
;
1896 spin_lock_irqsave (&hmidi
->lock
, flags
);
1897 n_pending
= snd_hdspm_midi_input_available (hmidi
->hdspm
, hmidi
->id
);
1898 if (n_pending
> 0) {
1900 if (n_pending
> (int)sizeof (buf
))
1901 n_pending
= sizeof (buf
);
1902 for (i
= 0; i
< n_pending
; ++i
)
1903 buf
[i
] = snd_hdspm_midi_read_byte (hmidi
->hdspm
,
1906 snd_rawmidi_receive (hmidi
->input
, buf
,
1909 /* flush the MIDI input FIFO */
1911 snd_hdspm_midi_read_byte (hmidi
->hdspm
,
1916 spin_unlock_irqrestore(&hmidi
->lock
, flags
);
1918 spin_lock_irqsave(&hmidi
->hdspm
->lock
, flags
);
1919 hmidi
->hdspm
->control_register
|= hmidi
->ie
;
1920 hdspm_write(hmidi
->hdspm
, HDSPM_controlRegister
,
1921 hmidi
->hdspm
->control_register
);
1922 spin_unlock_irqrestore(&hmidi
->hdspm
->lock
, flags
);
1924 return snd_hdspm_midi_output_write (hmidi
);
1928 snd_hdspm_midi_input_trigger(struct snd_rawmidi_substream
*substream
, int up
)
1930 struct hdspm
*hdspm
;
1931 struct hdspm_midi
*hmidi
;
1932 unsigned long flags
;
1934 hmidi
= substream
->rmidi
->private_data
;
1935 hdspm
= hmidi
->hdspm
;
1937 spin_lock_irqsave (&hdspm
->lock
, flags
);
1939 if (!(hdspm
->control_register
& hmidi
->ie
)) {
1940 snd_hdspm_flush_midi_input (hdspm
, hmidi
->id
);
1941 hdspm
->control_register
|= hmidi
->ie
;
1944 hdspm
->control_register
&= ~hmidi
->ie
;
1947 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
1948 spin_unlock_irqrestore (&hdspm
->lock
, flags
);
1951 static void snd_hdspm_midi_output_timer(unsigned long data
)
1953 struct hdspm_midi
*hmidi
= (struct hdspm_midi
*) data
;
1954 unsigned long flags
;
1956 snd_hdspm_midi_output_write(hmidi
);
1957 spin_lock_irqsave (&hmidi
->lock
, flags
);
1959 /* this does not bump hmidi->istimer, because the
1960 kernel automatically removed the timer when it
1961 expired, and we are now adding it back, thus
1962 leaving istimer wherever it was set before.
1965 if (hmidi
->istimer
) {
1966 hmidi
->timer
.expires
= 1 + jiffies
;
1967 add_timer(&hmidi
->timer
);
1970 spin_unlock_irqrestore (&hmidi
->lock
, flags
);
1974 snd_hdspm_midi_output_trigger(struct snd_rawmidi_substream
*substream
, int up
)
1976 struct hdspm_midi
*hmidi
;
1977 unsigned long flags
;
1979 hmidi
= substream
->rmidi
->private_data
;
1980 spin_lock_irqsave (&hmidi
->lock
, flags
);
1982 if (!hmidi
->istimer
) {
1983 init_timer(&hmidi
->timer
);
1984 hmidi
->timer
.function
= snd_hdspm_midi_output_timer
;
1985 hmidi
->timer
.data
= (unsigned long) hmidi
;
1986 hmidi
->timer
.expires
= 1 + jiffies
;
1987 add_timer(&hmidi
->timer
);
1991 if (hmidi
->istimer
&& --hmidi
->istimer
<= 0)
1992 del_timer (&hmidi
->timer
);
1994 spin_unlock_irqrestore (&hmidi
->lock
, flags
);
1996 snd_hdspm_midi_output_write(hmidi
);
1999 static int snd_hdspm_midi_input_open(struct snd_rawmidi_substream
*substream
)
2001 struct hdspm_midi
*hmidi
;
2003 hmidi
= substream
->rmidi
->private_data
;
2004 spin_lock_irq (&hmidi
->lock
);
2005 snd_hdspm_flush_midi_input (hmidi
->hdspm
, hmidi
->id
);
2006 hmidi
->input
= substream
;
2007 spin_unlock_irq (&hmidi
->lock
);
2012 static int snd_hdspm_midi_output_open(struct snd_rawmidi_substream
*substream
)
2014 struct hdspm_midi
*hmidi
;
2016 hmidi
= substream
->rmidi
->private_data
;
2017 spin_lock_irq (&hmidi
->lock
);
2018 hmidi
->output
= substream
;
2019 spin_unlock_irq (&hmidi
->lock
);
2024 static int snd_hdspm_midi_input_close(struct snd_rawmidi_substream
*substream
)
2026 struct hdspm_midi
*hmidi
;
2028 snd_hdspm_midi_input_trigger (substream
, 0);
2030 hmidi
= substream
->rmidi
->private_data
;
2031 spin_lock_irq (&hmidi
->lock
);
2032 hmidi
->input
= NULL
;
2033 spin_unlock_irq (&hmidi
->lock
);
2038 static int snd_hdspm_midi_output_close(struct snd_rawmidi_substream
*substream
)
2040 struct hdspm_midi
*hmidi
;
2042 snd_hdspm_midi_output_trigger (substream
, 0);
2044 hmidi
= substream
->rmidi
->private_data
;
2045 spin_lock_irq (&hmidi
->lock
);
2046 hmidi
->output
= NULL
;
2047 spin_unlock_irq (&hmidi
->lock
);
2052 static struct snd_rawmidi_ops snd_hdspm_midi_output
=
2054 .open
= snd_hdspm_midi_output_open
,
2055 .close
= snd_hdspm_midi_output_close
,
2056 .trigger
= snd_hdspm_midi_output_trigger
,
2059 static struct snd_rawmidi_ops snd_hdspm_midi_input
=
2061 .open
= snd_hdspm_midi_input_open
,
2062 .close
= snd_hdspm_midi_input_close
,
2063 .trigger
= snd_hdspm_midi_input_trigger
,
2066 static int snd_hdspm_create_midi(struct snd_card
*card
,
2067 struct hdspm
*hdspm
, int id
)
2072 hdspm
->midi
[id
].id
= id
;
2073 hdspm
->midi
[id
].hdspm
= hdspm
;
2074 spin_lock_init (&hdspm
->midi
[id
].lock
);
2077 if (MADIface
== hdspm
->io_type
) {
2078 /* MIDI-over-MADI on HDSPe MADIface */
2079 hdspm
->midi
[0].dataIn
= HDSPM_midiDataIn2
;
2080 hdspm
->midi
[0].statusIn
= HDSPM_midiStatusIn2
;
2081 hdspm
->midi
[0].dataOut
= HDSPM_midiDataOut2
;
2082 hdspm
->midi
[0].statusOut
= HDSPM_midiStatusOut2
;
2083 hdspm
->midi
[0].ie
= HDSPM_Midi2InterruptEnable
;
2084 hdspm
->midi
[0].irq
= HDSPM_midi2IRQPending
;
2086 hdspm
->midi
[0].dataIn
= HDSPM_midiDataIn0
;
2087 hdspm
->midi
[0].statusIn
= HDSPM_midiStatusIn0
;
2088 hdspm
->midi
[0].dataOut
= HDSPM_midiDataOut0
;
2089 hdspm
->midi
[0].statusOut
= HDSPM_midiStatusOut0
;
2090 hdspm
->midi
[0].ie
= HDSPM_Midi0InterruptEnable
;
2091 hdspm
->midi
[0].irq
= HDSPM_midi0IRQPending
;
2093 } else if (1 == id
) {
2094 hdspm
->midi
[1].dataIn
= HDSPM_midiDataIn1
;
2095 hdspm
->midi
[1].statusIn
= HDSPM_midiStatusIn1
;
2096 hdspm
->midi
[1].dataOut
= HDSPM_midiDataOut1
;
2097 hdspm
->midi
[1].statusOut
= HDSPM_midiStatusOut1
;
2098 hdspm
->midi
[1].ie
= HDSPM_Midi1InterruptEnable
;
2099 hdspm
->midi
[1].irq
= HDSPM_midi1IRQPending
;
2100 } else if ((2 == id
) && (MADI
== hdspm
->io_type
)) {
2101 /* MIDI-over-MADI on HDSPe MADI */
2102 hdspm
->midi
[2].dataIn
= HDSPM_midiDataIn2
;
2103 hdspm
->midi
[2].statusIn
= HDSPM_midiStatusIn2
;
2104 hdspm
->midi
[2].dataOut
= HDSPM_midiDataOut2
;
2105 hdspm
->midi
[2].statusOut
= HDSPM_midiStatusOut2
;
2106 hdspm
->midi
[2].ie
= HDSPM_Midi2InterruptEnable
;
2107 hdspm
->midi
[2].irq
= HDSPM_midi2IRQPending
;
2108 } else if (2 == id
) {
2109 /* TCO MTC, read only */
2110 hdspm
->midi
[2].dataIn
= HDSPM_midiDataIn2
;
2111 hdspm
->midi
[2].statusIn
= HDSPM_midiStatusIn2
;
2112 hdspm
->midi
[2].dataOut
= -1;
2113 hdspm
->midi
[2].statusOut
= -1;
2114 hdspm
->midi
[2].ie
= HDSPM_Midi2InterruptEnable
;
2115 hdspm
->midi
[2].irq
= HDSPM_midi2IRQPendingAES
;
2116 } else if (3 == id
) {
2117 /* TCO MTC on HDSPe MADI */
2118 hdspm
->midi
[3].dataIn
= HDSPM_midiDataIn3
;
2119 hdspm
->midi
[3].statusIn
= HDSPM_midiStatusIn3
;
2120 hdspm
->midi
[3].dataOut
= -1;
2121 hdspm
->midi
[3].statusOut
= -1;
2122 hdspm
->midi
[3].ie
= HDSPM_Midi3InterruptEnable
;
2123 hdspm
->midi
[3].irq
= HDSPM_midi3IRQPending
;
2126 if ((id
< 2) || ((2 == id
) && ((MADI
== hdspm
->io_type
) ||
2127 (MADIface
== hdspm
->io_type
)))) {
2128 if ((id
== 0) && (MADIface
== hdspm
->io_type
)) {
2129 sprintf(buf
, "%s MIDIoverMADI", card
->shortname
);
2130 } else if ((id
== 2) && (MADI
== hdspm
->io_type
)) {
2131 sprintf(buf
, "%s MIDIoverMADI", card
->shortname
);
2133 sprintf(buf
, "%s MIDI %d", card
->shortname
, id
+1);
2135 err
= snd_rawmidi_new(card
, buf
, id
, 1, 1,
2136 &hdspm
->midi
[id
].rmidi
);
2140 sprintf(hdspm
->midi
[id
].rmidi
->name
, "%s MIDI %d",
2142 hdspm
->midi
[id
].rmidi
->private_data
= &hdspm
->midi
[id
];
2144 snd_rawmidi_set_ops(hdspm
->midi
[id
].rmidi
,
2145 SNDRV_RAWMIDI_STREAM_OUTPUT
,
2146 &snd_hdspm_midi_output
);
2147 snd_rawmidi_set_ops(hdspm
->midi
[id
].rmidi
,
2148 SNDRV_RAWMIDI_STREAM_INPUT
,
2149 &snd_hdspm_midi_input
);
2151 hdspm
->midi
[id
].rmidi
->info_flags
|=
2152 SNDRV_RAWMIDI_INFO_OUTPUT
|
2153 SNDRV_RAWMIDI_INFO_INPUT
|
2154 SNDRV_RAWMIDI_INFO_DUPLEX
;
2156 /* TCO MTC, read only */
2157 sprintf(buf
, "%s MTC %d", card
->shortname
, id
+1);
2158 err
= snd_rawmidi_new(card
, buf
, id
, 1, 1,
2159 &hdspm
->midi
[id
].rmidi
);
2163 sprintf(hdspm
->midi
[id
].rmidi
->name
,
2164 "%s MTC %d", card
->id
, id
+1);
2165 hdspm
->midi
[id
].rmidi
->private_data
= &hdspm
->midi
[id
];
2167 snd_rawmidi_set_ops(hdspm
->midi
[id
].rmidi
,
2168 SNDRV_RAWMIDI_STREAM_INPUT
,
2169 &snd_hdspm_midi_input
);
2171 hdspm
->midi
[id
].rmidi
->info_flags
|= SNDRV_RAWMIDI_INFO_INPUT
;
2178 static void hdspm_midi_tasklet(unsigned long arg
)
2180 struct hdspm
*hdspm
= (struct hdspm
*)arg
;
2183 while (i
< hdspm
->midiPorts
) {
2184 if (hdspm
->midi
[i
].pending
)
2185 snd_hdspm_midi_input_read(&hdspm
->midi
[i
]);
2192 /*-----------------------------------------------------------------------------
2194 ----------------------------------------------------------------------------*/
2196 /* get the system sample rate which is set */
2199 static inline int hdspm_get_pll_freq(struct hdspm
*hdspm
)
2201 unsigned int period
, rate
;
2203 period
= hdspm_read(hdspm
, HDSPM_RD_PLL_FREQ
);
2204 rate
= hdspm_calc_dds_value(hdspm
, period
);
2210 * Calculate the real sample rate from the
2211 * current DDS value.
2213 static int hdspm_get_system_sample_rate(struct hdspm
*hdspm
)
2217 rate
= hdspm_get_pll_freq(hdspm
);
2219 if (rate
> 207000) {
2220 /* Unreasonable high sample rate as seen on PCI MADI cards. */
2221 if (0 == hdspm_system_clock_mode(hdspm
)) {
2222 /* master mode, return internal sample rate */
2223 rate
= hdspm
->system_sample_rate
;
2225 /* slave mode, return external sample rate */
2226 rate
= hdspm_external_sample_rate(hdspm
);
2234 #define HDSPM_SYSTEM_SAMPLE_RATE(xname, xindex) \
2235 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2238 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2239 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2240 .info = snd_hdspm_info_system_sample_rate, \
2241 .put = snd_hdspm_put_system_sample_rate, \
2242 .get = snd_hdspm_get_system_sample_rate \
2245 static int snd_hdspm_info_system_sample_rate(struct snd_kcontrol
*kcontrol
,
2246 struct snd_ctl_elem_info
*uinfo
)
2248 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
2250 uinfo
->value
.integer
.min
= 27000;
2251 uinfo
->value
.integer
.max
= 207000;
2252 uinfo
->value
.integer
.step
= 1;
2257 static int snd_hdspm_get_system_sample_rate(struct snd_kcontrol
*kcontrol
,
2258 struct snd_ctl_elem_value
*
2261 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2263 ucontrol
->value
.integer
.value
[0] = hdspm_get_system_sample_rate(hdspm
);
2267 static int snd_hdspm_put_system_sample_rate(struct snd_kcontrol
*kcontrol
,
2268 struct snd_ctl_elem_value
*
2271 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2273 hdspm_set_dds_value(hdspm
, ucontrol
->value
.enumerated
.item
[0]);
2279 * Returns the WordClock sample rate class for the given card.
2281 static int hdspm_get_wc_sample_rate(struct hdspm
*hdspm
)
2285 switch (hdspm
->io_type
) {
2288 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
2289 return (status
>> 16) & 0xF;
2292 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
2293 return (status
>> HDSPM_AES32_wcFreq_bit
) & 0xF;
2304 * Returns the TCO sample rate class for the given card.
2306 static int hdspm_get_tco_sample_rate(struct hdspm
*hdspm
)
2311 switch (hdspm
->io_type
) {
2314 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
2315 return (status
>> 20) & 0xF;
2318 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
2319 return (status
>> 1) & 0xF;
2330 * Returns the SYNC_IN sample rate class for the given card.
2332 static int hdspm_get_sync_in_sample_rate(struct hdspm
*hdspm
)
2337 switch (hdspm
->io_type
) {
2340 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_2
);
2341 return (status
>> 12) & 0xF;
2352 * Returns the AES sample rate class for the given card.
2354 static int hdspm_get_aes_sample_rate(struct hdspm
*hdspm
, int index
)
2358 switch (hdspm
->io_type
) {
2360 timecode
= hdspm_read(hdspm
, HDSPM_timecodeRegister
);
2361 return (timecode
>> (4*index
)) & 0xF;
2370 * Returns the sample rate class for input source <idx> for
2371 * 'new style' cards like the AIO and RayDAT.
2373 static int hdspm_get_s1_sample_rate(struct hdspm
*hdspm
, unsigned int idx
)
2375 int status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_2
);
2377 return (status
>> (idx
*4)) & 0xF;
2380 #define ENUMERATED_CTL_INFO(info, texts) \
2381 snd_ctl_enum_info(info, 1, ARRAY_SIZE(texts), texts)
2384 /* Helper function to query the external sample rate and return the
2385 * corresponding enum to be returned to userspace.
2387 static int hdspm_external_rate_to_enum(struct hdspm
*hdspm
)
2389 int rate
= hdspm_external_sample_rate(hdspm
);
2390 int i
, selected_rate
= 0;
2391 for (i
= 1; i
< 10; i
++)
2392 if (HDSPM_bit2freq(i
) == rate
) {
2396 return selected_rate
;
2400 #define HDSPM_AUTOSYNC_SAMPLE_RATE(xname, xindex) \
2401 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2403 .private_value = xindex, \
2404 .access = SNDRV_CTL_ELEM_ACCESS_READ, \
2405 .info = snd_hdspm_info_autosync_sample_rate, \
2406 .get = snd_hdspm_get_autosync_sample_rate \
2410 static int snd_hdspm_info_autosync_sample_rate(struct snd_kcontrol
*kcontrol
,
2411 struct snd_ctl_elem_info
*uinfo
)
2413 ENUMERATED_CTL_INFO(uinfo
, texts_freq
);
2418 static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol
*kcontrol
,
2419 struct snd_ctl_elem_value
*
2422 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2424 switch (hdspm
->io_type
) {
2426 switch (kcontrol
->private_value
) {
2428 ucontrol
->value
.enumerated
.item
[0] =
2429 hdspm_get_wc_sample_rate(hdspm
);
2432 ucontrol
->value
.enumerated
.item
[0] =
2433 hdspm_get_tco_sample_rate(hdspm
);
2436 ucontrol
->value
.enumerated
.item
[0] =
2437 hdspm_get_sync_in_sample_rate(hdspm
);
2440 ucontrol
->value
.enumerated
.item
[0] =
2441 hdspm_get_s1_sample_rate(hdspm
,
2442 kcontrol
->private_value
-1);
2447 switch (kcontrol
->private_value
) {
2449 ucontrol
->value
.enumerated
.item
[0] =
2450 hdspm_get_wc_sample_rate(hdspm
);
2453 ucontrol
->value
.enumerated
.item
[0] =
2454 hdspm_get_tco_sample_rate(hdspm
);
2456 case 5: /* SYNC_IN */
2457 ucontrol
->value
.enumerated
.item
[0] =
2458 hdspm_get_sync_in_sample_rate(hdspm
);
2461 ucontrol
->value
.enumerated
.item
[0] =
2462 hdspm_get_s1_sample_rate(hdspm
,
2463 kcontrol
->private_value
-1);
2469 switch (kcontrol
->private_value
) {
2471 ucontrol
->value
.enumerated
.item
[0] =
2472 hdspm_get_wc_sample_rate(hdspm
);
2475 ucontrol
->value
.enumerated
.item
[0] =
2476 hdspm_get_tco_sample_rate(hdspm
);
2478 case 10: /* SYNC_IN */
2479 ucontrol
->value
.enumerated
.item
[0] =
2480 hdspm_get_sync_in_sample_rate(hdspm
);
2482 case 11: /* External Rate */
2483 ucontrol
->value
.enumerated
.item
[0] =
2484 hdspm_external_rate_to_enum(hdspm
);
2486 default: /* AES1 to AES8 */
2487 ucontrol
->value
.enumerated
.item
[0] =
2488 hdspm_get_aes_sample_rate(hdspm
,
2489 kcontrol
->private_value
-
2490 HDSPM_AES32_AUTOSYNC_FROM_AES1
);
2497 ucontrol
->value
.enumerated
.item
[0] =
2498 hdspm_external_rate_to_enum(hdspm
);
2508 #define HDSPM_SYSTEM_CLOCK_MODE(xname, xindex) \
2509 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2512 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2513 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2514 .info = snd_hdspm_info_system_clock_mode, \
2515 .get = snd_hdspm_get_system_clock_mode, \
2516 .put = snd_hdspm_put_system_clock_mode, \
2521 * Returns the system clock mode for the given card.
2522 * @returns 0 - master, 1 - slave
2524 static int hdspm_system_clock_mode(struct hdspm
*hdspm
)
2526 switch (hdspm
->io_type
) {
2529 if (hdspm
->settings_register
& HDSPM_c0Master
)
2534 if (hdspm
->control_register
& HDSPM_ClockModeMaster
)
2543 * Sets the system clock mode.
2544 * @param mode 0 - master, 1 - slave
2546 static void hdspm_set_system_clock_mode(struct hdspm
*hdspm
, int mode
)
2548 hdspm_set_toggle_setting(hdspm
,
2549 (hdspm_is_raydat_or_aio(hdspm
)) ?
2550 HDSPM_c0Master
: HDSPM_ClockModeMaster
,
2555 static int snd_hdspm_info_system_clock_mode(struct snd_kcontrol
*kcontrol
,
2556 struct snd_ctl_elem_info
*uinfo
)
2558 static const char *const texts
[] = { "Master", "AutoSync" };
2559 ENUMERATED_CTL_INFO(uinfo
, texts
);
2563 static int snd_hdspm_get_system_clock_mode(struct snd_kcontrol
*kcontrol
,
2564 struct snd_ctl_elem_value
*ucontrol
)
2566 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2568 ucontrol
->value
.enumerated
.item
[0] = hdspm_system_clock_mode(hdspm
);
2572 static int snd_hdspm_put_system_clock_mode(struct snd_kcontrol
*kcontrol
,
2573 struct snd_ctl_elem_value
*ucontrol
)
2575 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2578 if (!snd_hdspm_use_is_exclusive(hdspm
))
2581 val
= ucontrol
->value
.enumerated
.item
[0];
2587 hdspm_set_system_clock_mode(hdspm
, val
);
2593 #define HDSPM_INTERNAL_CLOCK(xname, xindex) \
2594 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2597 .info = snd_hdspm_info_clock_source, \
2598 .get = snd_hdspm_get_clock_source, \
2599 .put = snd_hdspm_put_clock_source \
2603 static int hdspm_clock_source(struct hdspm
* hdspm
)
2605 switch (hdspm
->system_sample_rate
) {
2606 case 32000: return 0;
2607 case 44100: return 1;
2608 case 48000: return 2;
2609 case 64000: return 3;
2610 case 88200: return 4;
2611 case 96000: return 5;
2612 case 128000: return 6;
2613 case 176400: return 7;
2614 case 192000: return 8;
2620 static int hdspm_set_clock_source(struct hdspm
* hdspm
, int mode
)
2625 rate
= 32000; break;
2627 rate
= 44100; break;
2629 rate
= 48000; break;
2631 rate
= 64000; break;
2633 rate
= 88200; break;
2635 rate
= 96000; break;
2637 rate
= 128000; break;
2639 rate
= 176400; break;
2641 rate
= 192000; break;
2645 hdspm_set_rate(hdspm
, rate
, 1);
2649 static int snd_hdspm_info_clock_source(struct snd_kcontrol
*kcontrol
,
2650 struct snd_ctl_elem_info
*uinfo
)
2652 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_ENUMERATED
;
2654 uinfo
->value
.enumerated
.items
= 9;
2656 if (uinfo
->value
.enumerated
.item
>= uinfo
->value
.enumerated
.items
)
2657 uinfo
->value
.enumerated
.item
=
2658 uinfo
->value
.enumerated
.items
- 1;
2660 strcpy(uinfo
->value
.enumerated
.name
,
2661 texts_freq
[uinfo
->value
.enumerated
.item
+1]);
2666 static int snd_hdspm_get_clock_source(struct snd_kcontrol
*kcontrol
,
2667 struct snd_ctl_elem_value
*ucontrol
)
2669 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2671 ucontrol
->value
.enumerated
.item
[0] = hdspm_clock_source(hdspm
);
2675 static int snd_hdspm_put_clock_source(struct snd_kcontrol
*kcontrol
,
2676 struct snd_ctl_elem_value
*ucontrol
)
2678 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2682 if (!snd_hdspm_use_is_exclusive(hdspm
))
2684 val
= ucontrol
->value
.enumerated
.item
[0];
2689 spin_lock_irq(&hdspm
->lock
);
2690 if (val
!= hdspm_clock_source(hdspm
))
2691 change
= (hdspm_set_clock_source(hdspm
, val
) == 0) ? 1 : 0;
2694 spin_unlock_irq(&hdspm
->lock
);
2699 #define HDSPM_PREF_SYNC_REF(xname, xindex) \
2700 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2703 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2704 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2705 .info = snd_hdspm_info_pref_sync_ref, \
2706 .get = snd_hdspm_get_pref_sync_ref, \
2707 .put = snd_hdspm_put_pref_sync_ref \
2712 * Returns the current preferred sync reference setting.
2713 * The semantics of the return value are depending on the
2714 * card, please see the comments for clarification.
2716 static int hdspm_pref_sync_ref(struct hdspm
* hdspm
)
2718 switch (hdspm
->io_type
) {
2720 switch (hdspm
->control_register
& HDSPM_SyncRefMask
) {
2721 case 0: return 0; /* WC */
2722 case HDSPM_SyncRef0
: return 1; /* AES 1 */
2723 case HDSPM_SyncRef1
: return 2; /* AES 2 */
2724 case HDSPM_SyncRef1
+HDSPM_SyncRef0
: return 3; /* AES 3 */
2725 case HDSPM_SyncRef2
: return 4; /* AES 4 */
2726 case HDSPM_SyncRef2
+HDSPM_SyncRef0
: return 5; /* AES 5 */
2727 case HDSPM_SyncRef2
+HDSPM_SyncRef1
: return 6; /* AES 6 */
2728 case HDSPM_SyncRef2
+HDSPM_SyncRef1
+HDSPM_SyncRef0
:
2729 return 7; /* AES 7 */
2730 case HDSPM_SyncRef3
: return 8; /* AES 8 */
2731 case HDSPM_SyncRef3
+HDSPM_SyncRef0
: return 9; /* TCO */
2738 switch (hdspm
->control_register
& HDSPM_SyncRefMask
) {
2739 case 0: return 0; /* WC */
2740 case HDSPM_SyncRef0
: return 1; /* MADI */
2741 case HDSPM_SyncRef1
: return 2; /* TCO */
2742 case HDSPM_SyncRef1
+HDSPM_SyncRef0
:
2743 return 3; /* SYNC_IN */
2746 switch (hdspm
->control_register
& HDSPM_SyncRefMask
) {
2747 case 0: return 0; /* WC */
2748 case HDSPM_SyncRef0
: return 1; /* MADI */
2749 case HDSPM_SyncRef1
+HDSPM_SyncRef0
:
2750 return 2; /* SYNC_IN */
2757 switch ((hdspm
->settings_register
&
2758 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2759 case 0: return 0; /* WC */
2760 case 3: return 1; /* ADAT 1 */
2761 case 4: return 2; /* ADAT 2 */
2762 case 5: return 3; /* ADAT 3 */
2763 case 6: return 4; /* ADAT 4 */
2764 case 1: return 5; /* AES */
2765 case 2: return 6; /* SPDIF */
2766 case 9: return 7; /* TCO */
2767 case 10: return 8; /* SYNC_IN */
2770 switch ((hdspm
->settings_register
&
2771 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2772 case 0: return 0; /* WC */
2773 case 3: return 1; /* ADAT 1 */
2774 case 4: return 2; /* ADAT 2 */
2775 case 5: return 3; /* ADAT 3 */
2776 case 6: return 4; /* ADAT 4 */
2777 case 1: return 5; /* AES */
2778 case 2: return 6; /* SPDIF */
2779 case 10: return 7; /* SYNC_IN */
2787 switch ((hdspm
->settings_register
&
2788 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2789 case 0: return 0; /* WC */
2790 case 3: return 1; /* ADAT */
2791 case 1: return 2; /* AES */
2792 case 2: return 3; /* SPDIF */
2793 case 9: return 4; /* TCO */
2794 case 10: return 5; /* SYNC_IN */
2797 switch ((hdspm
->settings_register
&
2798 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2799 case 0: return 0; /* WC */
2800 case 3: return 1; /* ADAT */
2801 case 1: return 2; /* AES */
2802 case 2: return 3; /* SPDIF */
2803 case 10: return 4; /* SYNC_IN */
2815 * Set the preferred sync reference to <pref>. The semantics
2816 * of <pref> are depending on the card type, see the comments
2817 * for clarification.
2819 static int hdspm_set_pref_sync_ref(struct hdspm
* hdspm
, int pref
)
2823 switch (hdspm
->io_type
) {
2825 hdspm
->control_register
&= ~HDSPM_SyncRefMask
;
2830 hdspm
->control_register
|= HDSPM_SyncRef0
;
2833 hdspm
->control_register
|= HDSPM_SyncRef1
;
2836 hdspm
->control_register
|=
2837 HDSPM_SyncRef1
+HDSPM_SyncRef0
;
2840 hdspm
->control_register
|= HDSPM_SyncRef2
;
2843 hdspm
->control_register
|=
2844 HDSPM_SyncRef2
+HDSPM_SyncRef0
;
2847 hdspm
->control_register
|=
2848 HDSPM_SyncRef2
+HDSPM_SyncRef1
;
2851 hdspm
->control_register
|=
2852 HDSPM_SyncRef2
+HDSPM_SyncRef1
+HDSPM_SyncRef0
;
2855 hdspm
->control_register
|= HDSPM_SyncRef3
;
2858 hdspm
->control_register
|=
2859 HDSPM_SyncRef3
+HDSPM_SyncRef0
;
2869 hdspm
->control_register
&= ~HDSPM_SyncRefMask
;
2875 hdspm
->control_register
|= HDSPM_SyncRef0
;
2878 hdspm
->control_register
|= HDSPM_SyncRef1
;
2880 case 3: /* SYNC_IN */
2881 hdspm
->control_register
|=
2882 HDSPM_SyncRef0
+HDSPM_SyncRef1
;
2892 hdspm
->control_register
|= HDSPM_SyncRef0
;
2894 case 2: /* SYNC_IN */
2895 hdspm
->control_register
|=
2896 HDSPM_SyncRef0
+HDSPM_SyncRef1
;
2908 case 0: p
= 0; break; /* WC */
2909 case 1: p
= 3; break; /* ADAT 1 */
2910 case 2: p
= 4; break; /* ADAT 2 */
2911 case 3: p
= 5; break; /* ADAT 3 */
2912 case 4: p
= 6; break; /* ADAT 4 */
2913 case 5: p
= 1; break; /* AES */
2914 case 6: p
= 2; break; /* SPDIF */
2915 case 7: p
= 9; break; /* TCO */
2916 case 8: p
= 10; break; /* SYNC_IN */
2921 case 0: p
= 0; break; /* WC */
2922 case 1: p
= 3; break; /* ADAT 1 */
2923 case 2: p
= 4; break; /* ADAT 2 */
2924 case 3: p
= 5; break; /* ADAT 3 */
2925 case 4: p
= 6; break; /* ADAT 4 */
2926 case 5: p
= 1; break; /* AES */
2927 case 6: p
= 2; break; /* SPDIF */
2928 case 7: p
= 10; break; /* SYNC_IN */
2937 case 0: p
= 0; break; /* WC */
2938 case 1: p
= 3; break; /* ADAT */
2939 case 2: p
= 1; break; /* AES */
2940 case 3: p
= 2; break; /* SPDIF */
2941 case 4: p
= 9; break; /* TCO */
2942 case 5: p
= 10; break; /* SYNC_IN */
2947 case 0: p
= 0; break; /* WC */
2948 case 1: p
= 3; break; /* ADAT */
2949 case 2: p
= 1; break; /* AES */
2950 case 3: p
= 2; break; /* SPDIF */
2951 case 4: p
= 10; break; /* SYNC_IN */
2958 switch (hdspm
->io_type
) {
2961 hdspm
->settings_register
&= ~HDSPM_c0_SyncRefMask
;
2962 hdspm
->settings_register
|= HDSPM_c0_SyncRef0
* p
;
2963 hdspm_write(hdspm
, HDSPM_WR_SETTINGS
, hdspm
->settings_register
);
2969 hdspm_write(hdspm
, HDSPM_controlRegister
,
2970 hdspm
->control_register
);
2977 static int snd_hdspm_info_pref_sync_ref(struct snd_kcontrol
*kcontrol
,
2978 struct snd_ctl_elem_info
*uinfo
)
2980 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2982 snd_ctl_enum_info(uinfo
, 1, hdspm
->texts_autosync_items
, hdspm
->texts_autosync
);
2987 static int snd_hdspm_get_pref_sync_ref(struct snd_kcontrol
*kcontrol
,
2988 struct snd_ctl_elem_value
*ucontrol
)
2990 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2991 int psf
= hdspm_pref_sync_ref(hdspm
);
2994 ucontrol
->value
.enumerated
.item
[0] = psf
;
3001 static int snd_hdspm_put_pref_sync_ref(struct snd_kcontrol
*kcontrol
,
3002 struct snd_ctl_elem_value
*ucontrol
)
3004 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3005 int val
, change
= 0;
3007 if (!snd_hdspm_use_is_exclusive(hdspm
))
3010 val
= ucontrol
->value
.enumerated
.item
[0];
3014 else if (val
>= hdspm
->texts_autosync_items
)
3015 val
= hdspm
->texts_autosync_items
-1;
3017 spin_lock_irq(&hdspm
->lock
);
3018 if (val
!= hdspm_pref_sync_ref(hdspm
))
3019 change
= (0 == hdspm_set_pref_sync_ref(hdspm
, val
)) ? 1 : 0;
3021 spin_unlock_irq(&hdspm
->lock
);
3026 #define HDSPM_AUTOSYNC_REF(xname, xindex) \
3027 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3030 .access = SNDRV_CTL_ELEM_ACCESS_READ, \
3031 .info = snd_hdspm_info_autosync_ref, \
3032 .get = snd_hdspm_get_autosync_ref, \
3035 static int hdspm_autosync_ref(struct hdspm
*hdspm
)
3037 /* This looks at the autosync selected sync reference */
3038 if (AES32
== hdspm
->io_type
) {
3040 unsigned int status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3041 unsigned int syncref
= (status
>> HDSPM_AES32_syncref_bit
) & 0xF;
3042 if ((syncref
>= HDSPM_AES32_AUTOSYNC_FROM_WORD
) &&
3043 (syncref
<= HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN
)) {
3046 return HDSPM_AES32_AUTOSYNC_FROM_NONE
;
3048 } else if (MADI
== hdspm
->io_type
) {
3050 unsigned int status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3051 switch (status2
& HDSPM_SelSyncRefMask
) {
3052 case HDSPM_SelSyncRef_WORD
:
3053 return HDSPM_AUTOSYNC_FROM_WORD
;
3054 case HDSPM_SelSyncRef_MADI
:
3055 return HDSPM_AUTOSYNC_FROM_MADI
;
3056 case HDSPM_SelSyncRef_TCO
:
3057 return HDSPM_AUTOSYNC_FROM_TCO
;
3058 case HDSPM_SelSyncRef_SyncIn
:
3059 return HDSPM_AUTOSYNC_FROM_SYNC_IN
;
3060 case HDSPM_SelSyncRef_NVALID
:
3061 return HDSPM_AUTOSYNC_FROM_NONE
;
3063 return HDSPM_AUTOSYNC_FROM_NONE
;
3071 static int snd_hdspm_info_autosync_ref(struct snd_kcontrol
*kcontrol
,
3072 struct snd_ctl_elem_info
*uinfo
)
3074 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3076 if (AES32
== hdspm
->io_type
) {
3077 static const char *const texts
[] = { "WordClock", "AES1", "AES2", "AES3",
3078 "AES4", "AES5", "AES6", "AES7", "AES8", "TCO", "Sync In", "None"};
3080 ENUMERATED_CTL_INFO(uinfo
, texts
);
3081 } else if (MADI
== hdspm
->io_type
) {
3082 static const char *const texts
[] = {"Word Clock", "MADI", "TCO",
3083 "Sync In", "None" };
3085 ENUMERATED_CTL_INFO(uinfo
, texts
);
3090 static int snd_hdspm_get_autosync_ref(struct snd_kcontrol
*kcontrol
,
3091 struct snd_ctl_elem_value
*ucontrol
)
3093 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3095 ucontrol
->value
.enumerated
.item
[0] = hdspm_autosync_ref(hdspm
);
3101 #define HDSPM_TCO_VIDEO_INPUT_FORMAT(xname, xindex) \
3102 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3104 .access = SNDRV_CTL_ELEM_ACCESS_READ |\
3105 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3106 .info = snd_hdspm_info_tco_video_input_format, \
3107 .get = snd_hdspm_get_tco_video_input_format, \
3110 static int snd_hdspm_info_tco_video_input_format(struct snd_kcontrol
*kcontrol
,
3111 struct snd_ctl_elem_info
*uinfo
)
3113 static const char *const texts
[] = {"No video", "NTSC", "PAL"};
3114 ENUMERATED_CTL_INFO(uinfo
, texts
);
3118 static int snd_hdspm_get_tco_video_input_format(struct snd_kcontrol
*kcontrol
,
3119 struct snd_ctl_elem_value
*ucontrol
)
3124 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3125 status
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
3126 switch (status
& (HDSPM_TCO1_Video_Input_Format_NTSC
|
3127 HDSPM_TCO1_Video_Input_Format_PAL
)) {
3128 case HDSPM_TCO1_Video_Input_Format_NTSC
:
3132 case HDSPM_TCO1_Video_Input_Format_PAL
:
3141 ucontrol
->value
.enumerated
.item
[0] = ret
;
3147 #define HDSPM_TCO_LTC_FRAMES(xname, xindex) \
3148 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3150 .access = SNDRV_CTL_ELEM_ACCESS_READ |\
3151 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3152 .info = snd_hdspm_info_tco_ltc_frames, \
3153 .get = snd_hdspm_get_tco_ltc_frames, \
3156 static int snd_hdspm_info_tco_ltc_frames(struct snd_kcontrol
*kcontrol
,
3157 struct snd_ctl_elem_info
*uinfo
)
3159 static const char *const texts
[] = {"No lock", "24 fps", "25 fps", "29.97 fps",
3161 ENUMERATED_CTL_INFO(uinfo
, texts
);
3165 static int hdspm_tco_ltc_frames(struct hdspm
*hdspm
)
3170 status
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
3171 if (status
& HDSPM_TCO1_LTC_Input_valid
) {
3172 switch (status
& (HDSPM_TCO1_LTC_Format_LSB
|
3173 HDSPM_TCO1_LTC_Format_MSB
)) {
3178 case HDSPM_TCO1_LTC_Format_LSB
:
3182 case HDSPM_TCO1_LTC_Format_MSB
:
3196 static int snd_hdspm_get_tco_ltc_frames(struct snd_kcontrol
*kcontrol
,
3197 struct snd_ctl_elem_value
*ucontrol
)
3199 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3201 ucontrol
->value
.enumerated
.item
[0] = hdspm_tco_ltc_frames(hdspm
);
3205 #define HDSPM_TOGGLE_SETTING(xname, xindex) \
3206 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3208 .private_value = xindex, \
3209 .info = snd_hdspm_info_toggle_setting, \
3210 .get = snd_hdspm_get_toggle_setting, \
3211 .put = snd_hdspm_put_toggle_setting \
3214 static int hdspm_toggle_setting(struct hdspm
*hdspm
, u32 regmask
)
3218 if (hdspm_is_raydat_or_aio(hdspm
))
3219 reg
= hdspm
->settings_register
;
3221 reg
= hdspm
->control_register
;
3223 return (reg
& regmask
) ? 1 : 0;
3226 static int hdspm_set_toggle_setting(struct hdspm
*hdspm
, u32 regmask
, int out
)
3231 if (hdspm_is_raydat_or_aio(hdspm
)) {
3232 reg
= &(hdspm
->settings_register
);
3233 target_reg
= HDSPM_WR_SETTINGS
;
3235 reg
= &(hdspm
->control_register
);
3236 target_reg
= HDSPM_controlRegister
;
3244 hdspm_write(hdspm
, target_reg
, *reg
);
3249 #define snd_hdspm_info_toggle_setting snd_ctl_boolean_mono_info
3251 static int snd_hdspm_get_toggle_setting(struct snd_kcontrol
*kcontrol
,
3252 struct snd_ctl_elem_value
*ucontrol
)
3254 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3255 u32 regmask
= kcontrol
->private_value
;
3257 spin_lock_irq(&hdspm
->lock
);
3258 ucontrol
->value
.integer
.value
[0] = hdspm_toggle_setting(hdspm
, regmask
);
3259 spin_unlock_irq(&hdspm
->lock
);
3263 static int snd_hdspm_put_toggle_setting(struct snd_kcontrol
*kcontrol
,
3264 struct snd_ctl_elem_value
*ucontrol
)
3266 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3267 u32 regmask
= kcontrol
->private_value
;
3271 if (!snd_hdspm_use_is_exclusive(hdspm
))
3273 val
= ucontrol
->value
.integer
.value
[0] & 1;
3274 spin_lock_irq(&hdspm
->lock
);
3275 change
= (int) val
!= hdspm_toggle_setting(hdspm
, regmask
);
3276 hdspm_set_toggle_setting(hdspm
, regmask
, val
);
3277 spin_unlock_irq(&hdspm
->lock
);
3281 #define HDSPM_INPUT_SELECT(xname, xindex) \
3282 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3285 .info = snd_hdspm_info_input_select, \
3286 .get = snd_hdspm_get_input_select, \
3287 .put = snd_hdspm_put_input_select \
3290 static int hdspm_input_select(struct hdspm
* hdspm
)
3292 return (hdspm
->control_register
& HDSPM_InputSelect0
) ? 1 : 0;
3295 static int hdspm_set_input_select(struct hdspm
* hdspm
, int out
)
3298 hdspm
->control_register
|= HDSPM_InputSelect0
;
3300 hdspm
->control_register
&= ~HDSPM_InputSelect0
;
3301 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3306 static int snd_hdspm_info_input_select(struct snd_kcontrol
*kcontrol
,
3307 struct snd_ctl_elem_info
*uinfo
)
3309 static const char *const texts
[] = { "optical", "coaxial" };
3310 ENUMERATED_CTL_INFO(uinfo
, texts
);
3314 static int snd_hdspm_get_input_select(struct snd_kcontrol
*kcontrol
,
3315 struct snd_ctl_elem_value
*ucontrol
)
3317 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3319 spin_lock_irq(&hdspm
->lock
);
3320 ucontrol
->value
.enumerated
.item
[0] = hdspm_input_select(hdspm
);
3321 spin_unlock_irq(&hdspm
->lock
);
3325 static int snd_hdspm_put_input_select(struct snd_kcontrol
*kcontrol
,
3326 struct snd_ctl_elem_value
*ucontrol
)
3328 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3332 if (!snd_hdspm_use_is_exclusive(hdspm
))
3334 val
= ucontrol
->value
.integer
.value
[0] & 1;
3335 spin_lock_irq(&hdspm
->lock
);
3336 change
= (int) val
!= hdspm_input_select(hdspm
);
3337 hdspm_set_input_select(hdspm
, val
);
3338 spin_unlock_irq(&hdspm
->lock
);
3343 #define HDSPM_DS_WIRE(xname, xindex) \
3344 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3347 .info = snd_hdspm_info_ds_wire, \
3348 .get = snd_hdspm_get_ds_wire, \
3349 .put = snd_hdspm_put_ds_wire \
3352 static int hdspm_ds_wire(struct hdspm
* hdspm
)
3354 return (hdspm
->control_register
& HDSPM_DS_DoubleWire
) ? 1 : 0;
3357 static int hdspm_set_ds_wire(struct hdspm
* hdspm
, int ds
)
3360 hdspm
->control_register
|= HDSPM_DS_DoubleWire
;
3362 hdspm
->control_register
&= ~HDSPM_DS_DoubleWire
;
3363 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3368 static int snd_hdspm_info_ds_wire(struct snd_kcontrol
*kcontrol
,
3369 struct snd_ctl_elem_info
*uinfo
)
3371 static const char *const texts
[] = { "Single", "Double" };
3372 ENUMERATED_CTL_INFO(uinfo
, texts
);
3376 static int snd_hdspm_get_ds_wire(struct snd_kcontrol
*kcontrol
,
3377 struct snd_ctl_elem_value
*ucontrol
)
3379 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3381 spin_lock_irq(&hdspm
->lock
);
3382 ucontrol
->value
.enumerated
.item
[0] = hdspm_ds_wire(hdspm
);
3383 spin_unlock_irq(&hdspm
->lock
);
3387 static int snd_hdspm_put_ds_wire(struct snd_kcontrol
*kcontrol
,
3388 struct snd_ctl_elem_value
*ucontrol
)
3390 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3394 if (!snd_hdspm_use_is_exclusive(hdspm
))
3396 val
= ucontrol
->value
.integer
.value
[0] & 1;
3397 spin_lock_irq(&hdspm
->lock
);
3398 change
= (int) val
!= hdspm_ds_wire(hdspm
);
3399 hdspm_set_ds_wire(hdspm
, val
);
3400 spin_unlock_irq(&hdspm
->lock
);
3405 #define HDSPM_QS_WIRE(xname, xindex) \
3406 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3409 .info = snd_hdspm_info_qs_wire, \
3410 .get = snd_hdspm_get_qs_wire, \
3411 .put = snd_hdspm_put_qs_wire \
3414 static int hdspm_qs_wire(struct hdspm
* hdspm
)
3416 if (hdspm
->control_register
& HDSPM_QS_DoubleWire
)
3418 if (hdspm
->control_register
& HDSPM_QS_QuadWire
)
3423 static int hdspm_set_qs_wire(struct hdspm
* hdspm
, int mode
)
3425 hdspm
->control_register
&= ~(HDSPM_QS_DoubleWire
| HDSPM_QS_QuadWire
);
3430 hdspm
->control_register
|= HDSPM_QS_DoubleWire
;
3433 hdspm
->control_register
|= HDSPM_QS_QuadWire
;
3436 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3441 static int snd_hdspm_info_qs_wire(struct snd_kcontrol
*kcontrol
,
3442 struct snd_ctl_elem_info
*uinfo
)
3444 static const char *const texts
[] = { "Single", "Double", "Quad" };
3445 ENUMERATED_CTL_INFO(uinfo
, texts
);
3449 static int snd_hdspm_get_qs_wire(struct snd_kcontrol
*kcontrol
,
3450 struct snd_ctl_elem_value
*ucontrol
)
3452 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3454 spin_lock_irq(&hdspm
->lock
);
3455 ucontrol
->value
.enumerated
.item
[0] = hdspm_qs_wire(hdspm
);
3456 spin_unlock_irq(&hdspm
->lock
);
3460 static int snd_hdspm_put_qs_wire(struct snd_kcontrol
*kcontrol
,
3461 struct snd_ctl_elem_value
*ucontrol
)
3463 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3467 if (!snd_hdspm_use_is_exclusive(hdspm
))
3469 val
= ucontrol
->value
.integer
.value
[0];
3474 spin_lock_irq(&hdspm
->lock
);
3475 change
= val
!= hdspm_qs_wire(hdspm
);
3476 hdspm_set_qs_wire(hdspm
, val
);
3477 spin_unlock_irq(&hdspm
->lock
);
3481 #define HDSPM_CONTROL_TRISTATE(xname, xindex) \
3482 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3484 .private_value = xindex, \
3485 .info = snd_hdspm_info_tristate, \
3486 .get = snd_hdspm_get_tristate, \
3487 .put = snd_hdspm_put_tristate \
3490 static int hdspm_tristate(struct hdspm
*hdspm
, u32 regmask
)
3492 u32 reg
= hdspm
->settings_register
& (regmask
* 3);
3493 return reg
/ regmask
;
3496 static int hdspm_set_tristate(struct hdspm
*hdspm
, int mode
, u32 regmask
)
3498 hdspm
->settings_register
&= ~(regmask
* 3);
3499 hdspm
->settings_register
|= (regmask
* mode
);
3500 hdspm_write(hdspm
, HDSPM_WR_SETTINGS
, hdspm
->settings_register
);
3505 static int snd_hdspm_info_tristate(struct snd_kcontrol
*kcontrol
,
3506 struct snd_ctl_elem_info
*uinfo
)
3508 u32 regmask
= kcontrol
->private_value
;
3510 static const char *const texts_spdif
[] = { "Optical", "Coaxial", "Internal" };
3511 static const char *const texts_levels
[] = { "Hi Gain", "+4 dBu", "-10 dBV" };
3514 case HDSPM_c0_Input0
:
3515 ENUMERATED_CTL_INFO(uinfo
, texts_spdif
);
3518 ENUMERATED_CTL_INFO(uinfo
, texts_levels
);
3524 static int snd_hdspm_get_tristate(struct snd_kcontrol
*kcontrol
,
3525 struct snd_ctl_elem_value
*ucontrol
)
3527 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3528 u32 regmask
= kcontrol
->private_value
;
3530 spin_lock_irq(&hdspm
->lock
);
3531 ucontrol
->value
.enumerated
.item
[0] = hdspm_tristate(hdspm
, regmask
);
3532 spin_unlock_irq(&hdspm
->lock
);
3536 static int snd_hdspm_put_tristate(struct snd_kcontrol
*kcontrol
,
3537 struct snd_ctl_elem_value
*ucontrol
)
3539 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3540 u32 regmask
= kcontrol
->private_value
;
3544 if (!snd_hdspm_use_is_exclusive(hdspm
))
3546 val
= ucontrol
->value
.integer
.value
[0];
3552 spin_lock_irq(&hdspm
->lock
);
3553 change
= val
!= hdspm_tristate(hdspm
, regmask
);
3554 hdspm_set_tristate(hdspm
, val
, regmask
);
3555 spin_unlock_irq(&hdspm
->lock
);
3559 #define HDSPM_MADI_SPEEDMODE(xname, xindex) \
3560 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3563 .info = snd_hdspm_info_madi_speedmode, \
3564 .get = snd_hdspm_get_madi_speedmode, \
3565 .put = snd_hdspm_put_madi_speedmode \
3568 static int hdspm_madi_speedmode(struct hdspm
*hdspm
)
3570 if (hdspm
->control_register
& HDSPM_QuadSpeed
)
3572 if (hdspm
->control_register
& HDSPM_DoubleSpeed
)
3577 static int hdspm_set_madi_speedmode(struct hdspm
*hdspm
, int mode
)
3579 hdspm
->control_register
&= ~(HDSPM_DoubleSpeed
| HDSPM_QuadSpeed
);
3584 hdspm
->control_register
|= HDSPM_DoubleSpeed
;
3587 hdspm
->control_register
|= HDSPM_QuadSpeed
;
3590 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3595 static int snd_hdspm_info_madi_speedmode(struct snd_kcontrol
*kcontrol
,
3596 struct snd_ctl_elem_info
*uinfo
)
3598 static const char *const texts
[] = { "Single", "Double", "Quad" };
3599 ENUMERATED_CTL_INFO(uinfo
, texts
);
3603 static int snd_hdspm_get_madi_speedmode(struct snd_kcontrol
*kcontrol
,
3604 struct snd_ctl_elem_value
*ucontrol
)
3606 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3608 spin_lock_irq(&hdspm
->lock
);
3609 ucontrol
->value
.enumerated
.item
[0] = hdspm_madi_speedmode(hdspm
);
3610 spin_unlock_irq(&hdspm
->lock
);
3614 static int snd_hdspm_put_madi_speedmode(struct snd_kcontrol
*kcontrol
,
3615 struct snd_ctl_elem_value
*ucontrol
)
3617 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3621 if (!snd_hdspm_use_is_exclusive(hdspm
))
3623 val
= ucontrol
->value
.integer
.value
[0];
3628 spin_lock_irq(&hdspm
->lock
);
3629 change
= val
!= hdspm_madi_speedmode(hdspm
);
3630 hdspm_set_madi_speedmode(hdspm
, val
);
3631 spin_unlock_irq(&hdspm
->lock
);
3635 #define HDSPM_MIXER(xname, xindex) \
3636 { .iface = SNDRV_CTL_ELEM_IFACE_HWDEP, \
3640 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
3641 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3642 .info = snd_hdspm_info_mixer, \
3643 .get = snd_hdspm_get_mixer, \
3644 .put = snd_hdspm_put_mixer \
3647 static int snd_hdspm_info_mixer(struct snd_kcontrol
*kcontrol
,
3648 struct snd_ctl_elem_info
*uinfo
)
3650 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
3652 uinfo
->value
.integer
.min
= 0;
3653 uinfo
->value
.integer
.max
= 65535;
3654 uinfo
->value
.integer
.step
= 1;
3658 static int snd_hdspm_get_mixer(struct snd_kcontrol
*kcontrol
,
3659 struct snd_ctl_elem_value
*ucontrol
)
3661 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3665 source
= ucontrol
->value
.integer
.value
[0];
3668 else if (source
>= 2 * HDSPM_MAX_CHANNELS
)
3669 source
= 2 * HDSPM_MAX_CHANNELS
- 1;
3671 destination
= ucontrol
->value
.integer
.value
[1];
3672 if (destination
< 0)
3674 else if (destination
>= HDSPM_MAX_CHANNELS
)
3675 destination
= HDSPM_MAX_CHANNELS
- 1;
3677 spin_lock_irq(&hdspm
->lock
);
3678 if (source
>= HDSPM_MAX_CHANNELS
)
3679 ucontrol
->value
.integer
.value
[2] =
3680 hdspm_read_pb_gain(hdspm
, destination
,
3681 source
- HDSPM_MAX_CHANNELS
);
3683 ucontrol
->value
.integer
.value
[2] =
3684 hdspm_read_in_gain(hdspm
, destination
, source
);
3686 spin_unlock_irq(&hdspm
->lock
);
3691 static int snd_hdspm_put_mixer(struct snd_kcontrol
*kcontrol
,
3692 struct snd_ctl_elem_value
*ucontrol
)
3694 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3700 if (!snd_hdspm_use_is_exclusive(hdspm
))
3703 source
= ucontrol
->value
.integer
.value
[0];
3704 destination
= ucontrol
->value
.integer
.value
[1];
3706 if (source
< 0 || source
>= 2 * HDSPM_MAX_CHANNELS
)
3708 if (destination
< 0 || destination
>= HDSPM_MAX_CHANNELS
)
3711 gain
= ucontrol
->value
.integer
.value
[2];
3713 spin_lock_irq(&hdspm
->lock
);
3715 if (source
>= HDSPM_MAX_CHANNELS
)
3716 change
= gain
!= hdspm_read_pb_gain(hdspm
, destination
,
3718 HDSPM_MAX_CHANNELS
);
3720 change
= gain
!= hdspm_read_in_gain(hdspm
, destination
,
3724 if (source
>= HDSPM_MAX_CHANNELS
)
3725 hdspm_write_pb_gain(hdspm
, destination
,
3726 source
- HDSPM_MAX_CHANNELS
,
3729 hdspm_write_in_gain(hdspm
, destination
, source
,
3732 spin_unlock_irq(&hdspm
->lock
);
3737 /* The simple mixer control(s) provide gain control for the
3738 basic 1:1 mappings of playback streams to output
3742 #define HDSPM_PLAYBACK_MIXER \
3743 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3744 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE | \
3745 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3746 .info = snd_hdspm_info_playback_mixer, \
3747 .get = snd_hdspm_get_playback_mixer, \
3748 .put = snd_hdspm_put_playback_mixer \
3751 static int snd_hdspm_info_playback_mixer(struct snd_kcontrol
*kcontrol
,
3752 struct snd_ctl_elem_info
*uinfo
)
3754 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
3756 uinfo
->value
.integer
.min
= 0;
3757 uinfo
->value
.integer
.max
= 64;
3758 uinfo
->value
.integer
.step
= 1;
3762 static int snd_hdspm_get_playback_mixer(struct snd_kcontrol
*kcontrol
,
3763 struct snd_ctl_elem_value
*ucontrol
)
3765 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3768 channel
= ucontrol
->id
.index
- 1;
3770 if (snd_BUG_ON(channel
< 0 || channel
>= HDSPM_MAX_CHANNELS
))
3773 spin_lock_irq(&hdspm
->lock
);
3774 ucontrol
->value
.integer
.value
[0] =
3775 (hdspm_read_pb_gain(hdspm
, channel
, channel
)*64)/UNITY_GAIN
;
3776 spin_unlock_irq(&hdspm
->lock
);
3781 static int snd_hdspm_put_playback_mixer(struct snd_kcontrol
*kcontrol
,
3782 struct snd_ctl_elem_value
*ucontrol
)
3784 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3789 if (!snd_hdspm_use_is_exclusive(hdspm
))
3792 channel
= ucontrol
->id
.index
- 1;
3794 if (snd_BUG_ON(channel
< 0 || channel
>= HDSPM_MAX_CHANNELS
))
3797 gain
= ucontrol
->value
.integer
.value
[0]*UNITY_GAIN
/64;
3799 spin_lock_irq(&hdspm
->lock
);
3801 gain
!= hdspm_read_pb_gain(hdspm
, channel
,
3804 hdspm_write_pb_gain(hdspm
, channel
, channel
,
3806 spin_unlock_irq(&hdspm
->lock
);
3810 #define HDSPM_SYNC_CHECK(xname, xindex) \
3811 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3813 .private_value = xindex, \
3814 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3815 .info = snd_hdspm_info_sync_check, \
3816 .get = snd_hdspm_get_sync_check \
3819 #define HDSPM_TCO_LOCK_CHECK(xname, xindex) \
3820 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3822 .private_value = xindex, \
3823 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3824 .info = snd_hdspm_tco_info_lock_check, \
3825 .get = snd_hdspm_get_sync_check \
3830 static int snd_hdspm_info_sync_check(struct snd_kcontrol
*kcontrol
,
3831 struct snd_ctl_elem_info
*uinfo
)
3833 static const char *const texts
[] = { "No Lock", "Lock", "Sync", "N/A" };
3834 ENUMERATED_CTL_INFO(uinfo
, texts
);
3838 static int snd_hdspm_tco_info_lock_check(struct snd_kcontrol
*kcontrol
,
3839 struct snd_ctl_elem_info
*uinfo
)
3841 static const char *const texts
[] = { "No Lock", "Lock" };
3842 ENUMERATED_CTL_INFO(uinfo
, texts
);
3846 static int hdspm_wc_sync_check(struct hdspm
*hdspm
)
3848 int status
, status2
;
3850 switch (hdspm
->io_type
) {
3852 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3853 if (status
& HDSPM_AES32_wcLock
) {
3854 if (status
& HDSPM_AES32_wcSync
)
3863 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3864 if (status2
& HDSPM_wcLock
) {
3865 if (status2
& HDSPM_wcSync
)
3875 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3877 if (status
& 0x2000000)
3879 else if (status
& 0x1000000)
3894 static int hdspm_madi_sync_check(struct hdspm
*hdspm
)
3896 int status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3897 if (status
& HDSPM_madiLock
) {
3898 if (status
& HDSPM_madiSync
)
3907 static int hdspm_s1_sync_check(struct hdspm
*hdspm
, int idx
)
3909 int status
, lock
, sync
;
3911 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
3913 lock
= (status
& (0x1<<idx
)) ? 1 : 0;
3914 sync
= (status
& (0x100<<idx
)) ? 1 : 0;
3924 static int hdspm_sync_in_sync_check(struct hdspm
*hdspm
)
3926 int status
, lock
= 0, sync
= 0;
3928 switch (hdspm
->io_type
) {
3931 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_3
);
3932 lock
= (status
& 0x400) ? 1 : 0;
3933 sync
= (status
& 0x800) ? 1 : 0;
3937 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3938 lock
= (status
& HDSPM_syncInLock
) ? 1 : 0;
3939 sync
= (status
& HDSPM_syncInSync
) ? 1 : 0;
3943 status
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3944 lock
= (status
& 0x100000) ? 1 : 0;
3945 sync
= (status
& 0x200000) ? 1 : 0;
3960 static int hdspm_aes_sync_check(struct hdspm
*hdspm
, int idx
)
3962 int status2
, lock
, sync
;
3963 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3965 lock
= (status2
& (0x0080 >> idx
)) ? 1 : 0;
3966 sync
= (status2
& (0x8000 >> idx
)) ? 1 : 0;
3975 static int hdspm_tco_input_check(struct hdspm
*hdspm
, u32 mask
)
3978 status
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
3980 return (status
& mask
) ? 1 : 0;
3984 static int hdspm_tco_sync_check(struct hdspm
*hdspm
)
3989 switch (hdspm
->io_type
) {
3991 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3992 if (status
& HDSPM_tcoLockMadi
) {
3993 if (status
& HDSPM_tcoSync
)
4000 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
4001 if (status
& HDSPM_tcoLockAes
) {
4002 if (status
& HDSPM_tcoSync
)
4010 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
4012 if (status
& 0x8000000)
4013 return 2; /* Sync */
4014 if (status
& 0x4000000)
4015 return 1; /* Lock */
4016 return 0; /* No signal */
4027 static int snd_hdspm_get_sync_check(struct snd_kcontrol
*kcontrol
,
4028 struct snd_ctl_elem_value
*ucontrol
)
4030 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4033 switch (hdspm
->io_type
) {
4035 switch (kcontrol
->private_value
) {
4037 val
= hdspm_wc_sync_check(hdspm
); break;
4039 val
= hdspm_tco_sync_check(hdspm
); break;
4040 case 8: /* SYNC IN */
4041 val
= hdspm_sync_in_sync_check(hdspm
); break;
4043 val
= hdspm_s1_sync_check(hdspm
,
4044 kcontrol
->private_value
-1);
4049 switch (kcontrol
->private_value
) {
4051 val
= hdspm_wc_sync_check(hdspm
); break;
4053 val
= hdspm_tco_sync_check(hdspm
); break;
4054 case 5: /* SYNC IN */
4055 val
= hdspm_sync_in_sync_check(hdspm
); break;
4057 val
= hdspm_s1_sync_check(hdspm
,
4058 kcontrol
->private_value
-1);
4063 switch (kcontrol
->private_value
) {
4065 val
= hdspm_wc_sync_check(hdspm
); break;
4067 val
= hdspm_madi_sync_check(hdspm
); break;
4069 val
= hdspm_tco_sync_check(hdspm
); break;
4070 case 3: /* SYNC_IN */
4071 val
= hdspm_sync_in_sync_check(hdspm
); break;
4076 val
= hdspm_madi_sync_check(hdspm
); /* MADI */
4080 switch (kcontrol
->private_value
) {
4082 val
= hdspm_wc_sync_check(hdspm
); break;
4084 val
= hdspm_tco_sync_check(hdspm
); break;
4085 case 10 /* SYNC IN */:
4086 val
= hdspm_sync_in_sync_check(hdspm
); break;
4087 default: /* AES1 to AES8 */
4088 val
= hdspm_aes_sync_check(hdspm
,
4089 kcontrol
->private_value
-1);
4096 switch (kcontrol
->private_value
) {
4098 /* Check TCO for lock state of its current input */
4099 val
= hdspm_tco_input_check(hdspm
, HDSPM_TCO1_TCO_lock
);
4102 /* Check TCO for valid time code on LTC input. */
4103 val
= hdspm_tco_input_check(hdspm
,
4104 HDSPM_TCO1_LTC_Input_valid
);
4114 ucontrol
->value
.enumerated
.item
[0] = val
;
4123 static void hdspm_tco_write(struct hdspm
*hdspm
)
4125 unsigned int tc
[4] = { 0, 0, 0, 0};
4127 switch (hdspm
->tco
->input
) {
4129 tc
[2] |= HDSPM_TCO2_set_input_MSB
;
4132 tc
[2] |= HDSPM_TCO2_set_input_LSB
;
4138 switch (hdspm
->tco
->framerate
) {
4140 tc
[1] |= HDSPM_TCO1_LTC_Format_LSB
;
4143 tc
[1] |= HDSPM_TCO1_LTC_Format_MSB
;
4146 tc
[1] |= HDSPM_TCO1_LTC_Format_MSB
+
4147 HDSPM_TCO1_set_drop_frame_flag
;
4150 tc
[1] |= HDSPM_TCO1_LTC_Format_LSB
+
4151 HDSPM_TCO1_LTC_Format_MSB
;
4154 tc
[1] |= HDSPM_TCO1_LTC_Format_LSB
+
4155 HDSPM_TCO1_LTC_Format_MSB
+
4156 HDSPM_TCO1_set_drop_frame_flag
;
4162 switch (hdspm
->tco
->wordclock
) {
4164 tc
[2] |= HDSPM_TCO2_WCK_IO_ratio_LSB
;
4167 tc
[2] |= HDSPM_TCO2_WCK_IO_ratio_MSB
;
4173 switch (hdspm
->tco
->samplerate
) {
4175 tc
[2] |= HDSPM_TCO2_set_freq
;
4178 tc
[2] |= HDSPM_TCO2_set_freq_from_app
;
4184 switch (hdspm
->tco
->pull
) {
4186 tc
[2] |= HDSPM_TCO2_set_pull_up
;
4189 tc
[2] |= HDSPM_TCO2_set_pull_down
;
4192 tc
[2] |= HDSPM_TCO2_set_pull_up
+ HDSPM_TCO2_set_01_4
;
4195 tc
[2] |= HDSPM_TCO2_set_pull_down
+ HDSPM_TCO2_set_01_4
;
4201 if (1 == hdspm
->tco
->term
) {
4202 tc
[2] |= HDSPM_TCO2_set_term_75R
;
4205 hdspm_write(hdspm
, HDSPM_WR_TCO
, tc
[0]);
4206 hdspm_write(hdspm
, HDSPM_WR_TCO
+4, tc
[1]);
4207 hdspm_write(hdspm
, HDSPM_WR_TCO
+8, tc
[2]);
4208 hdspm_write(hdspm
, HDSPM_WR_TCO
+12, tc
[3]);
4212 #define HDSPM_TCO_SAMPLE_RATE(xname, xindex) \
4213 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4216 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4217 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4218 .info = snd_hdspm_info_tco_sample_rate, \
4219 .get = snd_hdspm_get_tco_sample_rate, \
4220 .put = snd_hdspm_put_tco_sample_rate \
4223 static int snd_hdspm_info_tco_sample_rate(struct snd_kcontrol
*kcontrol
,
4224 struct snd_ctl_elem_info
*uinfo
)
4226 /* TODO freq from app could be supported here, see tco->samplerate */
4227 static const char *const texts
[] = { "44.1 kHz", "48 kHz" };
4228 ENUMERATED_CTL_INFO(uinfo
, texts
);
4232 static int snd_hdspm_get_tco_sample_rate(struct snd_kcontrol
*kcontrol
,
4233 struct snd_ctl_elem_value
*ucontrol
)
4235 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4237 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->samplerate
;
4242 static int snd_hdspm_put_tco_sample_rate(struct snd_kcontrol
*kcontrol
,
4243 struct snd_ctl_elem_value
*ucontrol
)
4245 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4247 if (hdspm
->tco
->samplerate
!= ucontrol
->value
.enumerated
.item
[0]) {
4248 hdspm
->tco
->samplerate
= ucontrol
->value
.enumerated
.item
[0];
4250 hdspm_tco_write(hdspm
);
4259 #define HDSPM_TCO_PULL(xname, xindex) \
4260 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4263 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4264 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4265 .info = snd_hdspm_info_tco_pull, \
4266 .get = snd_hdspm_get_tco_pull, \
4267 .put = snd_hdspm_put_tco_pull \
4270 static int snd_hdspm_info_tco_pull(struct snd_kcontrol
*kcontrol
,
4271 struct snd_ctl_elem_info
*uinfo
)
4273 static const char *const texts
[] = { "0", "+ 0.1 %", "- 0.1 %",
4275 ENUMERATED_CTL_INFO(uinfo
, texts
);
4279 static int snd_hdspm_get_tco_pull(struct snd_kcontrol
*kcontrol
,
4280 struct snd_ctl_elem_value
*ucontrol
)
4282 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4284 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->pull
;
4289 static int snd_hdspm_put_tco_pull(struct snd_kcontrol
*kcontrol
,
4290 struct snd_ctl_elem_value
*ucontrol
)
4292 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4294 if (hdspm
->tco
->pull
!= ucontrol
->value
.enumerated
.item
[0]) {
4295 hdspm
->tco
->pull
= ucontrol
->value
.enumerated
.item
[0];
4297 hdspm_tco_write(hdspm
);
4305 #define HDSPM_TCO_WCK_CONVERSION(xname, xindex) \
4306 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4309 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4310 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4311 .info = snd_hdspm_info_tco_wck_conversion, \
4312 .get = snd_hdspm_get_tco_wck_conversion, \
4313 .put = snd_hdspm_put_tco_wck_conversion \
4316 static int snd_hdspm_info_tco_wck_conversion(struct snd_kcontrol
*kcontrol
,
4317 struct snd_ctl_elem_info
*uinfo
)
4319 static const char *const texts
[] = { "1:1", "44.1 -> 48", "48 -> 44.1" };
4320 ENUMERATED_CTL_INFO(uinfo
, texts
);
4324 static int snd_hdspm_get_tco_wck_conversion(struct snd_kcontrol
*kcontrol
,
4325 struct snd_ctl_elem_value
*ucontrol
)
4327 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4329 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->wordclock
;
4334 static int snd_hdspm_put_tco_wck_conversion(struct snd_kcontrol
*kcontrol
,
4335 struct snd_ctl_elem_value
*ucontrol
)
4337 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4339 if (hdspm
->tco
->wordclock
!= ucontrol
->value
.enumerated
.item
[0]) {
4340 hdspm
->tco
->wordclock
= ucontrol
->value
.enumerated
.item
[0];
4342 hdspm_tco_write(hdspm
);
4351 #define HDSPM_TCO_FRAME_RATE(xname, xindex) \
4352 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4355 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4356 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4357 .info = snd_hdspm_info_tco_frame_rate, \
4358 .get = snd_hdspm_get_tco_frame_rate, \
4359 .put = snd_hdspm_put_tco_frame_rate \
4362 static int snd_hdspm_info_tco_frame_rate(struct snd_kcontrol
*kcontrol
,
4363 struct snd_ctl_elem_info
*uinfo
)
4365 static const char *const texts
[] = { "24 fps", "25 fps", "29.97fps",
4366 "29.97 dfps", "30 fps", "30 dfps" };
4367 ENUMERATED_CTL_INFO(uinfo
, texts
);
4371 static int snd_hdspm_get_tco_frame_rate(struct snd_kcontrol
*kcontrol
,
4372 struct snd_ctl_elem_value
*ucontrol
)
4374 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4376 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->framerate
;
4381 static int snd_hdspm_put_tco_frame_rate(struct snd_kcontrol
*kcontrol
,
4382 struct snd_ctl_elem_value
*ucontrol
)
4384 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4386 if (hdspm
->tco
->framerate
!= ucontrol
->value
.enumerated
.item
[0]) {
4387 hdspm
->tco
->framerate
= ucontrol
->value
.enumerated
.item
[0];
4389 hdspm_tco_write(hdspm
);
4398 #define HDSPM_TCO_SYNC_SOURCE(xname, xindex) \
4399 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4402 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4403 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4404 .info = snd_hdspm_info_tco_sync_source, \
4405 .get = snd_hdspm_get_tco_sync_source, \
4406 .put = snd_hdspm_put_tco_sync_source \
4409 static int snd_hdspm_info_tco_sync_source(struct snd_kcontrol
*kcontrol
,
4410 struct snd_ctl_elem_info
*uinfo
)
4412 static const char *const texts
[] = { "LTC", "Video", "WCK" };
4413 ENUMERATED_CTL_INFO(uinfo
, texts
);
4417 static int snd_hdspm_get_tco_sync_source(struct snd_kcontrol
*kcontrol
,
4418 struct snd_ctl_elem_value
*ucontrol
)
4420 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4422 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->input
;
4427 static int snd_hdspm_put_tco_sync_source(struct snd_kcontrol
*kcontrol
,
4428 struct snd_ctl_elem_value
*ucontrol
)
4430 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4432 if (hdspm
->tco
->input
!= ucontrol
->value
.enumerated
.item
[0]) {
4433 hdspm
->tco
->input
= ucontrol
->value
.enumerated
.item
[0];
4435 hdspm_tco_write(hdspm
);
4444 #define HDSPM_TCO_WORD_TERM(xname, xindex) \
4445 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4448 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4449 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4450 .info = snd_hdspm_info_tco_word_term, \
4451 .get = snd_hdspm_get_tco_word_term, \
4452 .put = snd_hdspm_put_tco_word_term \
4455 static int snd_hdspm_info_tco_word_term(struct snd_kcontrol
*kcontrol
,
4456 struct snd_ctl_elem_info
*uinfo
)
4458 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_BOOLEAN
;
4460 uinfo
->value
.integer
.min
= 0;
4461 uinfo
->value
.integer
.max
= 1;
4467 static int snd_hdspm_get_tco_word_term(struct snd_kcontrol
*kcontrol
,
4468 struct snd_ctl_elem_value
*ucontrol
)
4470 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4472 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->term
;
4478 static int snd_hdspm_put_tco_word_term(struct snd_kcontrol
*kcontrol
,
4479 struct snd_ctl_elem_value
*ucontrol
)
4481 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4483 if (hdspm
->tco
->term
!= ucontrol
->value
.enumerated
.item
[0]) {
4484 hdspm
->tco
->term
= ucontrol
->value
.enumerated
.item
[0];
4486 hdspm_tco_write(hdspm
);
4497 static struct snd_kcontrol_new snd_hdspm_controls_madi
[] = {
4498 HDSPM_MIXER("Mixer", 0),
4499 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4500 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4501 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4502 HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
4503 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4504 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4505 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4506 HDSPM_SYNC_CHECK("MADI SyncCheck", 1),
4507 HDSPM_SYNC_CHECK("TCO SyncCheck", 2),
4508 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 3),
4509 HDSPM_TOGGLE_SETTING("Line Out", HDSPM_LineOut
),
4510 HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch
),
4511 HDSPM_TOGGLE_SETTING("Disable 96K frames", HDSPM_SMUX
),
4512 HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms
),
4513 HDSPM_TOGGLE_SETTING("Safe Mode", HDSPM_AutoInp
),
4514 HDSPM_INPUT_SELECT("Input Select", 0),
4515 HDSPM_MADI_SPEEDMODE("MADI Speed Mode", 0)
4519 static struct snd_kcontrol_new snd_hdspm_controls_madiface
[] = {
4520 HDSPM_MIXER("Mixer", 0),
4521 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4522 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4523 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4524 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4525 HDSPM_SYNC_CHECK("MADI SyncCheck", 0),
4526 HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch
),
4527 HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms
),
4528 HDSPM_TOGGLE_SETTING("Safe Mode", HDSPM_AutoInp
),
4529 HDSPM_MADI_SPEEDMODE("MADI Speed Mode", 0)
4532 static struct snd_kcontrol_new snd_hdspm_controls_aio
[] = {
4533 HDSPM_MIXER("Mixer", 0),
4534 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4535 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4536 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4537 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4538 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4539 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4540 HDSPM_SYNC_CHECK("AES SyncCheck", 1),
4541 HDSPM_SYNC_CHECK("SPDIF SyncCheck", 2),
4542 HDSPM_SYNC_CHECK("ADAT SyncCheck", 3),
4543 HDSPM_SYNC_CHECK("TCO SyncCheck", 4),
4544 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 5),
4545 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4546 HDSPM_AUTOSYNC_SAMPLE_RATE("AES Frequency", 1),
4547 HDSPM_AUTOSYNC_SAMPLE_RATE("SPDIF Frequency", 2),
4548 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT Frequency", 3),
4549 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 4),
4550 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 5),
4551 HDSPM_CONTROL_TRISTATE("S/PDIF Input", HDSPM_c0_Input0
),
4552 HDSPM_TOGGLE_SETTING("S/PDIF Out Optical", HDSPM_c0_Spdif_Opt
),
4553 HDSPM_TOGGLE_SETTING("S/PDIF Out Professional", HDSPM_c0_Pro
),
4554 HDSPM_TOGGLE_SETTING("ADAT internal (AEB/TEB)", HDSPM_c0_AEB1
),
4555 HDSPM_TOGGLE_SETTING("XLR Breakout Cable", HDSPM_c0_Sym6db
),
4556 HDSPM_TOGGLE_SETTING("Single Speed WordClock Out", HDSPM_c0_Wck48
),
4557 HDSPM_CONTROL_TRISTATE("Input Level", HDSPM_c0_AD_GAIN0
),
4558 HDSPM_CONTROL_TRISTATE("Output Level", HDSPM_c0_DA_GAIN0
),
4559 HDSPM_CONTROL_TRISTATE("Phones Level", HDSPM_c0_PH_GAIN0
)
4562 HDSPM_INPUT_SELECT("Input Select", 0),
4563 HDSPM_SPDIF_OPTICAL("SPDIF Out Optical", 0),
4564 HDSPM_PROFESSIONAL("SPDIF Out Professional", 0);
4565 HDSPM_SPDIF_IN("SPDIF In", 0);
4566 HDSPM_BREAKOUT_CABLE("Breakout Cable", 0);
4567 HDSPM_INPUT_LEVEL("Input Level", 0);
4568 HDSPM_OUTPUT_LEVEL("Output Level", 0);
4569 HDSPM_PHONES("Phones", 0);
4573 static struct snd_kcontrol_new snd_hdspm_controls_raydat
[] = {
4574 HDSPM_MIXER("Mixer", 0),
4575 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4576 HDSPM_SYSTEM_CLOCK_MODE("Clock Mode", 0),
4577 HDSPM_PREF_SYNC_REF("Pref Sync Ref", 0),
4578 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4579 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4580 HDSPM_SYNC_CHECK("AES SyncCheck", 1),
4581 HDSPM_SYNC_CHECK("SPDIF SyncCheck", 2),
4582 HDSPM_SYNC_CHECK("ADAT1 SyncCheck", 3),
4583 HDSPM_SYNC_CHECK("ADAT2 SyncCheck", 4),
4584 HDSPM_SYNC_CHECK("ADAT3 SyncCheck", 5),
4585 HDSPM_SYNC_CHECK("ADAT4 SyncCheck", 6),
4586 HDSPM_SYNC_CHECK("TCO SyncCheck", 7),
4587 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 8),
4588 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4589 HDSPM_AUTOSYNC_SAMPLE_RATE("AES Frequency", 1),
4590 HDSPM_AUTOSYNC_SAMPLE_RATE("SPDIF Frequency", 2),
4591 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT1 Frequency", 3),
4592 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT2 Frequency", 4),
4593 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT3 Frequency", 5),
4594 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT4 Frequency", 6),
4595 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 7),
4596 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 8),
4597 HDSPM_TOGGLE_SETTING("S/PDIF Out Professional", HDSPM_c0_Pro
),
4598 HDSPM_TOGGLE_SETTING("Single Speed WordClock Out", HDSPM_c0_Wck48
)
4601 static struct snd_kcontrol_new snd_hdspm_controls_aes32
[] = {
4602 HDSPM_MIXER("Mixer", 0),
4603 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4604 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4605 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4606 HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
4607 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4608 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 11),
4609 HDSPM_SYNC_CHECK("WC Sync Check", 0),
4610 HDSPM_SYNC_CHECK("AES1 Sync Check", 1),
4611 HDSPM_SYNC_CHECK("AES2 Sync Check", 2),
4612 HDSPM_SYNC_CHECK("AES3 Sync Check", 3),
4613 HDSPM_SYNC_CHECK("AES4 Sync Check", 4),
4614 HDSPM_SYNC_CHECK("AES5 Sync Check", 5),
4615 HDSPM_SYNC_CHECK("AES6 Sync Check", 6),
4616 HDSPM_SYNC_CHECK("AES7 Sync Check", 7),
4617 HDSPM_SYNC_CHECK("AES8 Sync Check", 8),
4618 HDSPM_SYNC_CHECK("TCO Sync Check", 9),
4619 HDSPM_SYNC_CHECK("SYNC IN Sync Check", 10),
4620 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4621 HDSPM_AUTOSYNC_SAMPLE_RATE("AES1 Frequency", 1),
4622 HDSPM_AUTOSYNC_SAMPLE_RATE("AES2 Frequency", 2),
4623 HDSPM_AUTOSYNC_SAMPLE_RATE("AES3 Frequency", 3),
4624 HDSPM_AUTOSYNC_SAMPLE_RATE("AES4 Frequency", 4),
4625 HDSPM_AUTOSYNC_SAMPLE_RATE("AES5 Frequency", 5),
4626 HDSPM_AUTOSYNC_SAMPLE_RATE("AES6 Frequency", 6),
4627 HDSPM_AUTOSYNC_SAMPLE_RATE("AES7 Frequency", 7),
4628 HDSPM_AUTOSYNC_SAMPLE_RATE("AES8 Frequency", 8),
4629 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 9),
4630 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 10),
4631 HDSPM_TOGGLE_SETTING("Line Out", HDSPM_LineOut
),
4632 HDSPM_TOGGLE_SETTING("Emphasis", HDSPM_Emphasis
),
4633 HDSPM_TOGGLE_SETTING("Non Audio", HDSPM_Dolby
),
4634 HDSPM_TOGGLE_SETTING("Professional", HDSPM_Professional
),
4635 HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms
),
4636 HDSPM_DS_WIRE("Double Speed Wire Mode", 0),
4637 HDSPM_QS_WIRE("Quad Speed Wire Mode", 0),
4642 /* Control elements for the optional TCO module */
4643 static struct snd_kcontrol_new snd_hdspm_controls_tco
[] = {
4644 HDSPM_TCO_SAMPLE_RATE("TCO Sample Rate", 0),
4645 HDSPM_TCO_PULL("TCO Pull", 0),
4646 HDSPM_TCO_WCK_CONVERSION("TCO WCK Conversion", 0),
4647 HDSPM_TCO_FRAME_RATE("TCO Frame Rate", 0),
4648 HDSPM_TCO_SYNC_SOURCE("TCO Sync Source", 0),
4649 HDSPM_TCO_WORD_TERM("TCO Word Term", 0),
4650 HDSPM_TCO_LOCK_CHECK("TCO Input Check", 11),
4651 HDSPM_TCO_LOCK_CHECK("TCO LTC Valid", 12),
4652 HDSPM_TCO_LTC_FRAMES("TCO Detected Frame Rate", 0),
4653 HDSPM_TCO_VIDEO_INPUT_FORMAT("Video Input Format", 0)
4657 static struct snd_kcontrol_new snd_hdspm_playback_mixer
= HDSPM_PLAYBACK_MIXER
;
4660 static int hdspm_update_simple_mixer_controls(struct hdspm
* hdspm
)
4664 for (i
= hdspm
->ds_out_channels
; i
< hdspm
->ss_out_channels
; ++i
) {
4665 if (hdspm
->system_sample_rate
> 48000) {
4666 hdspm
->playback_mixer_ctls
[i
]->vd
[0].access
=
4667 SNDRV_CTL_ELEM_ACCESS_INACTIVE
|
4668 SNDRV_CTL_ELEM_ACCESS_READ
|
4669 SNDRV_CTL_ELEM_ACCESS_VOLATILE
;
4671 hdspm
->playback_mixer_ctls
[i
]->vd
[0].access
=
4672 SNDRV_CTL_ELEM_ACCESS_READWRITE
|
4673 SNDRV_CTL_ELEM_ACCESS_VOLATILE
;
4675 snd_ctl_notify(hdspm
->card
, SNDRV_CTL_EVENT_MASK_VALUE
|
4676 SNDRV_CTL_EVENT_MASK_INFO
,
4677 &hdspm
->playback_mixer_ctls
[i
]->id
);
4684 static int snd_hdspm_create_controls(struct snd_card
*card
,
4685 struct hdspm
*hdspm
)
4687 unsigned int idx
, limit
;
4689 struct snd_kcontrol
*kctl
;
4690 struct snd_kcontrol_new
*list
= NULL
;
4692 switch (hdspm
->io_type
) {
4694 list
= snd_hdspm_controls_madi
;
4695 limit
= ARRAY_SIZE(snd_hdspm_controls_madi
);
4698 list
= snd_hdspm_controls_madiface
;
4699 limit
= ARRAY_SIZE(snd_hdspm_controls_madiface
);
4702 list
= snd_hdspm_controls_aio
;
4703 limit
= ARRAY_SIZE(snd_hdspm_controls_aio
);
4706 list
= snd_hdspm_controls_raydat
;
4707 limit
= ARRAY_SIZE(snd_hdspm_controls_raydat
);
4710 list
= snd_hdspm_controls_aes32
;
4711 limit
= ARRAY_SIZE(snd_hdspm_controls_aes32
);
4716 for (idx
= 0; idx
< limit
; idx
++) {
4717 err
= snd_ctl_add(card
,
4718 snd_ctl_new1(&list
[idx
], hdspm
));
4725 /* create simple 1:1 playback mixer controls */
4726 snd_hdspm_playback_mixer
.name
= "Chn";
4727 if (hdspm
->system_sample_rate
>= 128000) {
4728 limit
= hdspm
->qs_out_channels
;
4729 } else if (hdspm
->system_sample_rate
>= 64000) {
4730 limit
= hdspm
->ds_out_channels
;
4732 limit
= hdspm
->ss_out_channels
;
4734 for (idx
= 0; idx
< limit
; ++idx
) {
4735 snd_hdspm_playback_mixer
.index
= idx
+ 1;
4736 kctl
= snd_ctl_new1(&snd_hdspm_playback_mixer
, hdspm
);
4737 err
= snd_ctl_add(card
, kctl
);
4740 hdspm
->playback_mixer_ctls
[idx
] = kctl
;
4745 /* add tco control elements */
4746 list
= snd_hdspm_controls_tco
;
4747 limit
= ARRAY_SIZE(snd_hdspm_controls_tco
);
4748 for (idx
= 0; idx
< limit
; idx
++) {
4749 err
= snd_ctl_add(card
,
4750 snd_ctl_new1(&list
[idx
], hdspm
));
4759 /*------------------------------------------------------------
4761 ------------------------------------------------------------*/
4764 snd_hdspm_proc_read_tco(struct snd_info_entry
*entry
,
4765 struct snd_info_buffer
*buffer
)
4767 struct hdspm
*hdspm
= entry
->private_data
;
4768 unsigned int status
, control
;
4769 int a
, ltc
, frames
, seconds
, minutes
, hours
;
4770 unsigned int period
;
4774 snd_iprintf(buffer
, "--- TCO ---\n");
4776 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
4777 control
= hdspm
->control_register
;
4780 if (status
& HDSPM_tco_detect
) {
4781 snd_iprintf(buffer
, "TCO module detected.\n");
4782 a
= hdspm_read(hdspm
, HDSPM_RD_TCO
+4);
4783 if (a
& HDSPM_TCO1_LTC_Input_valid
) {
4784 snd_iprintf(buffer
, " LTC valid, ");
4785 switch (a
& (HDSPM_TCO1_LTC_Format_LSB
|
4786 HDSPM_TCO1_LTC_Format_MSB
)) {
4788 snd_iprintf(buffer
, "24 fps, ");
4790 case HDSPM_TCO1_LTC_Format_LSB
:
4791 snd_iprintf(buffer
, "25 fps, ");
4793 case HDSPM_TCO1_LTC_Format_MSB
:
4794 snd_iprintf(buffer
, "29.97 fps, ");
4797 snd_iprintf(buffer
, "30 fps, ");
4800 if (a
& HDSPM_TCO1_set_drop_frame_flag
) {
4801 snd_iprintf(buffer
, "drop frame\n");
4803 snd_iprintf(buffer
, "full frame\n");
4806 snd_iprintf(buffer
, " no LTC\n");
4808 if (a
& HDSPM_TCO1_Video_Input_Format_NTSC
) {
4809 snd_iprintf(buffer
, " Video: NTSC\n");
4810 } else if (a
& HDSPM_TCO1_Video_Input_Format_PAL
) {
4811 snd_iprintf(buffer
, " Video: PAL\n");
4813 snd_iprintf(buffer
, " No video\n");
4815 if (a
& HDSPM_TCO1_TCO_lock
) {
4816 snd_iprintf(buffer
, " Sync: lock\n");
4818 snd_iprintf(buffer
, " Sync: no lock\n");
4821 switch (hdspm
->io_type
) {
4824 freq_const
= 110069313433624ULL;
4828 freq_const
= 104857600000000ULL;
4831 break; /* no TCO possible */
4834 period
= hdspm_read(hdspm
, HDSPM_RD_PLL_FREQ
);
4835 snd_iprintf(buffer
, " period: %u\n", period
);
4838 /* rate = freq_const/period; */
4839 rate
= div_u64(freq_const
, period
);
4841 if (control
& HDSPM_QuadSpeed
) {
4843 } else if (control
& HDSPM_DoubleSpeed
) {
4847 snd_iprintf(buffer
, " Frequency: %u Hz\n",
4848 (unsigned int) rate
);
4850 ltc
= hdspm_read(hdspm
, HDSPM_RD_TCO
);
4853 frames
+= (ltc
& 0x3) * 10;
4855 seconds
= ltc
& 0xF;
4857 seconds
+= (ltc
& 0x7) * 10;
4859 minutes
= ltc
& 0xF;
4861 minutes
+= (ltc
& 0x7) * 10;
4865 hours
+= (ltc
& 0x3) * 10;
4867 " LTC In: %02d:%02d:%02d:%02d\n",
4868 hours
, minutes
, seconds
, frames
);
4871 snd_iprintf(buffer
, "No TCO module detected.\n");
4876 snd_hdspm_proc_read_madi(struct snd_info_entry
*entry
,
4877 struct snd_info_buffer
*buffer
)
4879 struct hdspm
*hdspm
= entry
->private_data
;
4880 unsigned int status
, status2
, control
, freq
;
4882 char *pref_sync_ref
;
4884 char *system_clock_mode
;
4888 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
4889 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
4890 control
= hdspm
->control_register
;
4891 freq
= hdspm_read(hdspm
, HDSPM_timecodeRegister
);
4893 snd_iprintf(buffer
, "%s (Card #%d) Rev.%x Status2first3bits: %x\n",
4894 hdspm
->card_name
, hdspm
->card
->number
+ 1,
4895 hdspm
->firmware_rev
,
4896 (status2
& HDSPM_version0
) |
4897 (status2
& HDSPM_version1
) | (status2
&
4900 snd_iprintf(buffer
, "HW Serial: 0x%06x%06x\n",
4901 (hdspm_read(hdspm
, HDSPM_midiStatusIn1
)>>8) & 0xFFFFFF,
4904 snd_iprintf(buffer
, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
4905 hdspm
->irq
, hdspm
->port
, (unsigned long)hdspm
->iobase
);
4907 snd_iprintf(buffer
, "--- System ---\n");
4910 "IRQ Pending: Audio=%d, MIDI0=%d, MIDI1=%d, IRQcount=%d\n",
4911 status
& HDSPM_audioIRQPending
,
4912 (status
& HDSPM_midi0IRQPending
) ? 1 : 0,
4913 (status
& HDSPM_midi1IRQPending
) ? 1 : 0,
4916 "HW pointer: id = %d, rawptr = %d (%d->%d) "
4917 "estimated= %ld (bytes)\n",
4918 ((status
& HDSPM_BufferID
) ? 1 : 0),
4919 (status
& HDSPM_BufferPositionMask
),
4920 (status
& HDSPM_BufferPositionMask
) %
4921 (2 * (int)hdspm
->period_bytes
),
4922 ((status
& HDSPM_BufferPositionMask
) - 64) %
4923 (2 * (int)hdspm
->period_bytes
),
4924 (long) hdspm_hw_pointer(hdspm
) * 4);
4927 "MIDI FIFO: Out1=0x%x, Out2=0x%x, In1=0x%x, In2=0x%x \n",
4928 hdspm_read(hdspm
, HDSPM_midiStatusOut0
) & 0xFF,
4929 hdspm_read(hdspm
, HDSPM_midiStatusOut1
) & 0xFF,
4930 hdspm_read(hdspm
, HDSPM_midiStatusIn0
) & 0xFF,
4931 hdspm_read(hdspm
, HDSPM_midiStatusIn1
) & 0xFF);
4933 "MIDIoverMADI FIFO: In=0x%x, Out=0x%x \n",
4934 hdspm_read(hdspm
, HDSPM_midiStatusIn2
) & 0xFF,
4935 hdspm_read(hdspm
, HDSPM_midiStatusOut2
) & 0xFF);
4937 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
4939 hdspm
->control_register
, hdspm
->control2_register
,
4943 snd_iprintf(buffer
, "--- Settings ---\n");
4945 x
= hdspm_get_latency(hdspm
);
4948 "Size (Latency): %d samples (2 periods of %lu bytes)\n",
4949 x
, (unsigned long) hdspm
->period_bytes
);
4951 snd_iprintf(buffer
, "Line out: %s\n",
4952 (hdspm
->control_register
& HDSPM_LineOut
) ? "on " : "off");
4954 switch (hdspm
->control_register
& HDSPM_InputMask
) {
4955 case HDSPM_InputOptical
:
4958 case HDSPM_InputCoaxial
:
4966 "ClearTrackMarker = %s, Transmit in %s Channel Mode, "
4968 (hdspm
->control_register
& HDSPM_clr_tms
) ? "on" : "off",
4969 (hdspm
->control_register
& HDSPM_TX_64ch
) ? "64" : "56",
4970 (hdspm
->control_register
& HDSPM_AutoInp
) ? "on" : "off");
4973 if (!(hdspm
->control_register
& HDSPM_ClockModeMaster
))
4974 system_clock_mode
= "AutoSync";
4976 system_clock_mode
= "Master";
4977 snd_iprintf(buffer
, "AutoSync Reference: %s\n", system_clock_mode
);
4979 switch (hdspm_pref_sync_ref(hdspm
)) {
4980 case HDSPM_SYNC_FROM_WORD
:
4981 pref_sync_ref
= "Word Clock";
4983 case HDSPM_SYNC_FROM_MADI
:
4984 pref_sync_ref
= "MADI Sync";
4986 case HDSPM_SYNC_FROM_TCO
:
4987 pref_sync_ref
= "TCO";
4989 case HDSPM_SYNC_FROM_SYNC_IN
:
4990 pref_sync_ref
= "Sync In";
4993 pref_sync_ref
= "XXXX Clock";
4996 snd_iprintf(buffer
, "Preferred Sync Reference: %s\n",
4999 snd_iprintf(buffer
, "System Clock Frequency: %d\n",
5000 hdspm
->system_sample_rate
);
5003 snd_iprintf(buffer
, "--- Status:\n");
5005 x
= status
& HDSPM_madiSync
;
5006 x2
= status2
& HDSPM_wcSync
;
5008 snd_iprintf(buffer
, "Inputs MADI=%s, WordClock=%s\n",
5009 (status
& HDSPM_madiLock
) ? (x
? "Sync" : "Lock") :
5011 (status2
& HDSPM_wcLock
) ? (x2
? "Sync" : "Lock") :
5014 switch (hdspm_autosync_ref(hdspm
)) {
5015 case HDSPM_AUTOSYNC_FROM_SYNC_IN
:
5016 autosync_ref
= "Sync In";
5018 case HDSPM_AUTOSYNC_FROM_TCO
:
5019 autosync_ref
= "TCO";
5021 case HDSPM_AUTOSYNC_FROM_WORD
:
5022 autosync_ref
= "Word Clock";
5024 case HDSPM_AUTOSYNC_FROM_MADI
:
5025 autosync_ref
= "MADI Sync";
5027 case HDSPM_AUTOSYNC_FROM_NONE
:
5028 autosync_ref
= "Input not valid";
5031 autosync_ref
= "---";
5035 "AutoSync: Reference= %s, Freq=%d (MADI = %d, Word = %d)\n",
5036 autosync_ref
, hdspm_external_sample_rate(hdspm
),
5037 (status
& HDSPM_madiFreqMask
) >> 22,
5038 (status2
& HDSPM_wcFreqMask
) >> 5);
5040 snd_iprintf(buffer
, "Input: %s, Mode=%s\n",
5041 (status
& HDSPM_AB_int
) ? "Coax" : "Optical",
5042 (status
& HDSPM_RX_64ch
) ? "64 channels" :
5045 /* call readout function for TCO specific status */
5046 snd_hdspm_proc_read_tco(entry
, buffer
);
5048 snd_iprintf(buffer
, "\n");
5052 snd_hdspm_proc_read_aes32(struct snd_info_entry
* entry
,
5053 struct snd_info_buffer
*buffer
)
5055 struct hdspm
*hdspm
= entry
->private_data
;
5056 unsigned int status
;
5057 unsigned int status2
;
5058 unsigned int timecode
;
5059 unsigned int wcLock
, wcSync
;
5064 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
5065 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
5066 timecode
= hdspm_read(hdspm
, HDSPM_timecodeRegister
);
5068 snd_iprintf(buffer
, "%s (Card #%d) Rev.%x\n",
5069 hdspm
->card_name
, hdspm
->card
->number
+ 1,
5070 hdspm
->firmware_rev
);
5072 snd_iprintf(buffer
, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
5073 hdspm
->irq
, hdspm
->port
, (unsigned long)hdspm
->iobase
);
5075 snd_iprintf(buffer
, "--- System ---\n");
5078 "IRQ Pending: Audio=%d, MIDI0=%d, MIDI1=%d, IRQcount=%d\n",
5079 status
& HDSPM_audioIRQPending
,
5080 (status
& HDSPM_midi0IRQPending
) ? 1 : 0,
5081 (status
& HDSPM_midi1IRQPending
) ? 1 : 0,
5084 "HW pointer: id = %d, rawptr = %d (%d->%d) "
5085 "estimated= %ld (bytes)\n",
5086 ((status
& HDSPM_BufferID
) ? 1 : 0),
5087 (status
& HDSPM_BufferPositionMask
),
5088 (status
& HDSPM_BufferPositionMask
) %
5089 (2 * (int)hdspm
->period_bytes
),
5090 ((status
& HDSPM_BufferPositionMask
) - 64) %
5091 (2 * (int)hdspm
->period_bytes
),
5092 (long) hdspm_hw_pointer(hdspm
) * 4);
5095 "MIDI FIFO: Out1=0x%x, Out2=0x%x, In1=0x%x, In2=0x%x \n",
5096 hdspm_read(hdspm
, HDSPM_midiStatusOut0
) & 0xFF,
5097 hdspm_read(hdspm
, HDSPM_midiStatusOut1
) & 0xFF,
5098 hdspm_read(hdspm
, HDSPM_midiStatusIn0
) & 0xFF,
5099 hdspm_read(hdspm
, HDSPM_midiStatusIn1
) & 0xFF);
5101 "MIDIoverMADI FIFO: In=0x%x, Out=0x%x \n",
5102 hdspm_read(hdspm
, HDSPM_midiStatusIn2
) & 0xFF,
5103 hdspm_read(hdspm
, HDSPM_midiStatusOut2
) & 0xFF);
5105 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
5107 hdspm
->control_register
, hdspm
->control2_register
,
5110 snd_iprintf(buffer
, "--- Settings ---\n");
5112 x
= hdspm_get_latency(hdspm
);
5115 "Size (Latency): %d samples (2 periods of %lu bytes)\n",
5116 x
, (unsigned long) hdspm
->period_bytes
);
5118 snd_iprintf(buffer
, "Line out: %s\n",
5120 control_register
& HDSPM_LineOut
) ? "on " : "off");
5123 "ClearTrackMarker %s, Emphasis %s, Dolby %s\n",
5125 control_register
& HDSPM_clr_tms
) ? "on" : "off",
5127 control_register
& HDSPM_Emphasis
) ? "on" : "off",
5129 control_register
& HDSPM_Dolby
) ? "on" : "off");
5132 pref_syncref
= hdspm_pref_sync_ref(hdspm
);
5133 if (pref_syncref
== 0)
5134 snd_iprintf(buffer
, "Preferred Sync Reference: Word Clock\n");
5136 snd_iprintf(buffer
, "Preferred Sync Reference: AES%d\n",
5139 snd_iprintf(buffer
, "System Clock Frequency: %d\n",
5140 hdspm
->system_sample_rate
);
5142 snd_iprintf(buffer
, "Double speed: %s\n",
5143 hdspm
->control_register
& HDSPM_DS_DoubleWire
?
5144 "Double wire" : "Single wire");
5145 snd_iprintf(buffer
, "Quad speed: %s\n",
5146 hdspm
->control_register
& HDSPM_QS_DoubleWire
?
5148 hdspm
->control_register
& HDSPM_QS_QuadWire
?
5149 "Quad wire" : "Single wire");
5151 snd_iprintf(buffer
, "--- Status:\n");
5153 wcLock
= status
& HDSPM_AES32_wcLock
;
5154 wcSync
= wcLock
&& (status
& HDSPM_AES32_wcSync
);
5156 snd_iprintf(buffer
, "Word: %s Frequency: %d\n",
5157 (wcLock
) ? (wcSync
? "Sync " : "Lock ") : "No Lock",
5158 HDSPM_bit2freq((status
>> HDSPM_AES32_wcFreq_bit
) & 0xF));
5160 for (x
= 0; x
< 8; x
++) {
5161 snd_iprintf(buffer
, "AES%d: %s Frequency: %d\n",
5163 (status2
& (HDSPM_LockAES
>> x
)) ?
5164 "Sync " : "No Lock",
5165 HDSPM_bit2freq((timecode
>> (4*x
)) & 0xF));
5168 switch (hdspm_autosync_ref(hdspm
)) {
5169 case HDSPM_AES32_AUTOSYNC_FROM_NONE
:
5170 autosync_ref
= "None"; break;
5171 case HDSPM_AES32_AUTOSYNC_FROM_WORD
:
5172 autosync_ref
= "Word Clock"; break;
5173 case HDSPM_AES32_AUTOSYNC_FROM_AES1
:
5174 autosync_ref
= "AES1"; break;
5175 case HDSPM_AES32_AUTOSYNC_FROM_AES2
:
5176 autosync_ref
= "AES2"; break;
5177 case HDSPM_AES32_AUTOSYNC_FROM_AES3
:
5178 autosync_ref
= "AES3"; break;
5179 case HDSPM_AES32_AUTOSYNC_FROM_AES4
:
5180 autosync_ref
= "AES4"; break;
5181 case HDSPM_AES32_AUTOSYNC_FROM_AES5
:
5182 autosync_ref
= "AES5"; break;
5183 case HDSPM_AES32_AUTOSYNC_FROM_AES6
:
5184 autosync_ref
= "AES6"; break;
5185 case HDSPM_AES32_AUTOSYNC_FROM_AES7
:
5186 autosync_ref
= "AES7"; break;
5187 case HDSPM_AES32_AUTOSYNC_FROM_AES8
:
5188 autosync_ref
= "AES8"; break;
5189 case HDSPM_AES32_AUTOSYNC_FROM_TCO
:
5190 autosync_ref
= "TCO"; break;
5191 case HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN
:
5192 autosync_ref
= "Sync In"; break;
5194 autosync_ref
= "---"; break;
5196 snd_iprintf(buffer
, "AutoSync ref = %s\n", autosync_ref
);
5198 /* call readout function for TCO specific status */
5199 snd_hdspm_proc_read_tco(entry
, buffer
);
5201 snd_iprintf(buffer
, "\n");
5205 snd_hdspm_proc_read_raydat(struct snd_info_entry
*entry
,
5206 struct snd_info_buffer
*buffer
)
5208 struct hdspm
*hdspm
= entry
->private_data
;
5209 unsigned int status1
, status2
, status3
, control
, i
;
5210 unsigned int lock
, sync
;
5212 status1
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
); /* s1 */
5213 status2
= hdspm_read(hdspm
, HDSPM_RD_STATUS_2
); /* freq */
5214 status3
= hdspm_read(hdspm
, HDSPM_RD_STATUS_3
); /* s2 */
5216 control
= hdspm
->control_register
;
5218 snd_iprintf(buffer
, "STATUS1: 0x%08x\n", status1
);
5219 snd_iprintf(buffer
, "STATUS2: 0x%08x\n", status2
);
5220 snd_iprintf(buffer
, "STATUS3: 0x%08x\n", status3
);
5223 snd_iprintf(buffer
, "\n*** CLOCK MODE\n\n");
5225 snd_iprintf(buffer
, "Clock mode : %s\n",
5226 (hdspm_system_clock_mode(hdspm
) == 0) ? "master" : "slave");
5227 snd_iprintf(buffer
, "System frequency: %d Hz\n",
5228 hdspm_get_system_sample_rate(hdspm
));
5230 snd_iprintf(buffer
, "\n*** INPUT STATUS\n\n");
5235 for (i
= 0; i
< 8; i
++) {
5236 snd_iprintf(buffer
, "s1_input %d: Lock %d, Sync %d, Freq %s\n",
5238 (status1
& lock
) ? 1 : 0,
5239 (status1
& sync
) ? 1 : 0,
5240 texts_freq
[(status2
>> (i
* 4)) & 0xF]);
5246 snd_iprintf(buffer
, "WC input: Lock %d, Sync %d, Freq %s\n",
5247 (status1
& 0x1000000) ? 1 : 0,
5248 (status1
& 0x2000000) ? 1 : 0,
5249 texts_freq
[(status1
>> 16) & 0xF]);
5251 snd_iprintf(buffer
, "TCO input: Lock %d, Sync %d, Freq %s\n",
5252 (status1
& 0x4000000) ? 1 : 0,
5253 (status1
& 0x8000000) ? 1 : 0,
5254 texts_freq
[(status1
>> 20) & 0xF]);
5256 snd_iprintf(buffer
, "SYNC IN: Lock %d, Sync %d, Freq %s\n",
5257 (status3
& 0x400) ? 1 : 0,
5258 (status3
& 0x800) ? 1 : 0,
5259 texts_freq
[(status2
>> 12) & 0xF]);
5263 #ifdef CONFIG_SND_DEBUG
5265 snd_hdspm_proc_read_debug(struct snd_info_entry
*entry
,
5266 struct snd_info_buffer
*buffer
)
5268 struct hdspm
*hdspm
= entry
->private_data
;
5272 for (i
= 0; i
< 256 /* 1024*64 */; i
+= j
) {
5273 snd_iprintf(buffer
, "0x%08X: ", i
);
5274 for (j
= 0; j
< 16; j
+= 4)
5275 snd_iprintf(buffer
, "%08X ", hdspm_read(hdspm
, i
+ j
));
5276 snd_iprintf(buffer
, "\n");
5282 static void snd_hdspm_proc_ports_in(struct snd_info_entry
*entry
,
5283 struct snd_info_buffer
*buffer
)
5285 struct hdspm
*hdspm
= entry
->private_data
;
5288 snd_iprintf(buffer
, "# generated by hdspm\n");
5290 for (i
= 0; i
< hdspm
->max_channels_in
; i
++) {
5291 snd_iprintf(buffer
, "%d=%s\n", i
+1, hdspm
->port_names_in
[i
]);
5295 static void snd_hdspm_proc_ports_out(struct snd_info_entry
*entry
,
5296 struct snd_info_buffer
*buffer
)
5298 struct hdspm
*hdspm
= entry
->private_data
;
5301 snd_iprintf(buffer
, "# generated by hdspm\n");
5303 for (i
= 0; i
< hdspm
->max_channels_out
; i
++) {
5304 snd_iprintf(buffer
, "%d=%s\n", i
+1, hdspm
->port_names_out
[i
]);
5309 static void snd_hdspm_proc_init(struct hdspm
*hdspm
)
5311 struct snd_info_entry
*entry
;
5313 if (!snd_card_proc_new(hdspm
->card
, "hdspm", &entry
)) {
5314 switch (hdspm
->io_type
) {
5316 snd_info_set_text_ops(entry
, hdspm
,
5317 snd_hdspm_proc_read_aes32
);
5320 snd_info_set_text_ops(entry
, hdspm
,
5321 snd_hdspm_proc_read_madi
);
5324 /* snd_info_set_text_ops(entry, hdspm,
5325 snd_hdspm_proc_read_madiface); */
5328 snd_info_set_text_ops(entry
, hdspm
,
5329 snd_hdspm_proc_read_raydat
);
5336 if (!snd_card_proc_new(hdspm
->card
, "ports.in", &entry
)) {
5337 snd_info_set_text_ops(entry
, hdspm
, snd_hdspm_proc_ports_in
);
5340 if (!snd_card_proc_new(hdspm
->card
, "ports.out", &entry
)) {
5341 snd_info_set_text_ops(entry
, hdspm
, snd_hdspm_proc_ports_out
);
5344 #ifdef CONFIG_SND_DEBUG
5345 /* debug file to read all hdspm registers */
5346 if (!snd_card_proc_new(hdspm
->card
, "debug", &entry
))
5347 snd_info_set_text_ops(entry
, hdspm
,
5348 snd_hdspm_proc_read_debug
);
5352 /*------------------------------------------------------------
5354 ------------------------------------------------------------*/
5356 static int snd_hdspm_set_defaults(struct hdspm
* hdspm
)
5358 /* ASSUMPTION: hdspm->lock is either held, or there is no need to
5359 hold it (e.g. during module initialization).
5364 hdspm
->settings_register
= 0;
5366 switch (hdspm
->io_type
) {
5369 hdspm
->control_register
=
5370 0x2 + 0x8 + 0x10 + 0x80 + 0x400 + 0x4000 + 0x1000000;
5375 hdspm
->settings_register
= 0x1 + 0x1000;
5376 /* Magic values are: LAT_0, LAT_2, Master, freq1, tx64ch, inp_0,
5378 hdspm
->control_register
=
5379 0x2 + 0x8 + 0x10 + 0x80 + 0x400 + 0x4000 + 0x1000000;
5383 hdspm
->control_register
=
5384 HDSPM_ClockModeMaster
| /* Master Clock Mode on */
5385 hdspm_encode_latency(7) | /* latency max=8192samples */
5386 HDSPM_SyncRef0
| /* AES1 is syncclock */
5387 HDSPM_LineOut
| /* Analog output in */
5388 HDSPM_Professional
; /* Professional mode */
5392 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
5394 if (AES32
== hdspm
->io_type
) {
5395 /* No control2 register for AES32 */
5396 #ifdef SNDRV_BIG_ENDIAN
5397 hdspm
->control2_register
= HDSPM_BIGENDIAN_MODE
;
5399 hdspm
->control2_register
= 0;
5402 hdspm_write(hdspm
, HDSPM_control2Reg
, hdspm
->control2_register
);
5404 hdspm_compute_period_size(hdspm
);
5406 /* silence everything */
5408 all_in_all_mixer(hdspm
, 0 * UNITY_GAIN
);
5410 if (hdspm_is_raydat_or_aio(hdspm
))
5411 hdspm_write(hdspm
, HDSPM_WR_SETTINGS
, hdspm
->settings_register
);
5413 /* set a default rate so that the channel map is set up. */
5414 hdspm_set_rate(hdspm
, 48000, 1);
5420 /*------------------------------------------------------------
5422 ------------------------------------------------------------*/
5424 static irqreturn_t
snd_hdspm_interrupt(int irq
, void *dev_id
)
5426 struct hdspm
*hdspm
= (struct hdspm
*) dev_id
;
5427 unsigned int status
;
5428 int i
, audio
, midi
, schedule
= 0;
5431 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
5433 audio
= status
& HDSPM_audioIRQPending
;
5434 midi
= status
& (HDSPM_midi0IRQPending
| HDSPM_midi1IRQPending
|
5435 HDSPM_midi2IRQPending
| HDSPM_midi3IRQPending
);
5437 /* now = get_cycles(); */
5439 * LAT_2..LAT_0 period counter (win) counter (mac)
5440 * 6 4096 ~256053425 ~514672358
5441 * 5 2048 ~128024983 ~257373821
5442 * 4 1024 ~64023706 ~128718089
5443 * 3 512 ~32005945 ~64385999
5444 * 2 256 ~16003039 ~32260176
5445 * 1 128 ~7998738 ~16194507
5446 * 0 64 ~3998231 ~8191558
5449 snd_printk(KERN_INFO "snd_hdspm_interrupt %llu @ %llx\n",
5450 now-hdspm->last_interrupt, status & 0xFFC0);
5451 hdspm->last_interrupt = now;
5454 if (!audio
&& !midi
)
5457 hdspm_write(hdspm
, HDSPM_interruptConfirmation
, 0);
5462 if (hdspm
->capture_substream
)
5463 snd_pcm_period_elapsed(hdspm
->capture_substream
);
5465 if (hdspm
->playback_substream
)
5466 snd_pcm_period_elapsed(hdspm
->playback_substream
);
5471 while (i
< hdspm
->midiPorts
) {
5472 if ((hdspm_read(hdspm
,
5473 hdspm
->midi
[i
].statusIn
) & 0xff) &&
5474 (status
& hdspm
->midi
[i
].irq
)) {
5475 /* we disable interrupts for this input until
5476 * processing is done
5478 hdspm
->control_register
&= ~hdspm
->midi
[i
].ie
;
5479 hdspm_write(hdspm
, HDSPM_controlRegister
,
5480 hdspm
->control_register
);
5481 hdspm
->midi
[i
].pending
= 1;
5489 tasklet_hi_schedule(&hdspm
->midi_tasklet
);
5495 /*------------------------------------------------------------
5497 ------------------------------------------------------------*/
5500 static snd_pcm_uframes_t
snd_hdspm_hw_pointer(struct snd_pcm_substream
5503 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5504 return hdspm_hw_pointer(hdspm
);
5508 static int snd_hdspm_reset(struct snd_pcm_substream
*substream
)
5510 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
5511 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5512 struct snd_pcm_substream
*other
;
5514 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
)
5515 other
= hdspm
->capture_substream
;
5517 other
= hdspm
->playback_substream
;
5520 runtime
->status
->hw_ptr
= hdspm_hw_pointer(hdspm
);
5522 runtime
->status
->hw_ptr
= 0;
5524 struct snd_pcm_substream
*s
;
5525 struct snd_pcm_runtime
*oruntime
= other
->runtime
;
5526 snd_pcm_group_for_each_entry(s
, substream
) {
5528 oruntime
->status
->hw_ptr
=
5529 runtime
->status
->hw_ptr
;
5537 static int snd_hdspm_hw_params(struct snd_pcm_substream
*substream
,
5538 struct snd_pcm_hw_params
*params
)
5540 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5546 spin_lock_irq(&hdspm
->lock
);
5548 if (substream
->pstr
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5549 this_pid
= hdspm
->playback_pid
;
5550 other_pid
= hdspm
->capture_pid
;
5552 this_pid
= hdspm
->capture_pid
;
5553 other_pid
= hdspm
->playback_pid
;
5556 if (other_pid
> 0 && this_pid
!= other_pid
) {
5558 /* The other stream is open, and not by the same
5559 task as this one. Make sure that the parameters
5560 that matter are the same.
5563 if (params_rate(params
) != hdspm
->system_sample_rate
) {
5564 spin_unlock_irq(&hdspm
->lock
);
5565 _snd_pcm_hw_param_setempty(params
,
5566 SNDRV_PCM_HW_PARAM_RATE
);
5570 if (params_period_size(params
) != hdspm
->period_bytes
/ 4) {
5571 spin_unlock_irq(&hdspm
->lock
);
5572 _snd_pcm_hw_param_setempty(params
,
5573 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
);
5579 spin_unlock_irq(&hdspm
->lock
);
5581 /* how to make sure that the rate matches an externally-set one ? */
5583 spin_lock_irq(&hdspm
->lock
);
5584 err
= hdspm_set_rate(hdspm
, params_rate(params
), 0);
5586 snd_printk(KERN_INFO
"err on hdspm_set_rate: %d\n", err
);
5587 spin_unlock_irq(&hdspm
->lock
);
5588 _snd_pcm_hw_param_setempty(params
,
5589 SNDRV_PCM_HW_PARAM_RATE
);
5592 spin_unlock_irq(&hdspm
->lock
);
5594 err
= hdspm_set_interrupt_interval(hdspm
,
5595 params_period_size(params
));
5597 snd_printk(KERN_INFO
"err on hdspm_set_interrupt_interval: %d\n", err
);
5598 _snd_pcm_hw_param_setempty(params
,
5599 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
);
5603 /* Memory allocation, takashi's method, dont know if we should
5606 /* malloc all buffer even if not enabled to get sure */
5607 /* Update for MADI rev 204: we need to allocate for all channels,
5608 * otherwise it doesn't work at 96kHz */
5611 snd_pcm_lib_malloc_pages(substream
, HDSPM_DMA_AREA_BYTES
);
5613 snd_printk(KERN_INFO
"err on snd_pcm_lib_malloc_pages: %d\n", err
);
5617 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5619 hdspm_set_sgbuf(hdspm
, substream
, HDSPM_pageAddressBufferOut
,
5620 params_channels(params
));
5622 for (i
= 0; i
< params_channels(params
); ++i
)
5623 snd_hdspm_enable_out(hdspm
, i
, 1);
5625 hdspm
->playback_buffer
=
5626 (unsigned char *) substream
->runtime
->dma_area
;
5627 snd_printdd("Allocated sample buffer for playback at %p\n",
5628 hdspm
->playback_buffer
);
5630 hdspm_set_sgbuf(hdspm
, substream
, HDSPM_pageAddressBufferIn
,
5631 params_channels(params
));
5633 for (i
= 0; i
< params_channels(params
); ++i
)
5634 snd_hdspm_enable_in(hdspm
, i
, 1);
5636 hdspm
->capture_buffer
=
5637 (unsigned char *) substream
->runtime
->dma_area
;
5638 snd_printdd("Allocated sample buffer for capture at %p\n",
5639 hdspm
->capture_buffer
);
5643 snd_printdd("Allocated sample buffer for %s at 0x%08X\n",
5644 substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
5645 "playback" : "capture",
5646 snd_pcm_sgbuf_get_addr(substream, 0));
5649 snd_printdd("set_hwparams: %s %d Hz, %d channels, bs = %d\n",
5650 substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
5651 "playback" : "capture",
5652 params_rate(params), params_channels(params),
5653 params_buffer_size(params));
5657 /* For AES cards, the float format bit is the same as the
5658 * preferred sync reference. Since we don't want to break
5659 * sync settings, we have to skip the remaining part of this
5662 if (hdspm
->io_type
== AES32
) {
5667 /* Switch to native float format if requested */
5668 if (SNDRV_PCM_FORMAT_FLOAT_LE
== params_format(params
)) {
5669 if (!(hdspm
->control_register
& HDSPe_FLOAT_FORMAT
))
5670 snd_printk(KERN_INFO
"hdspm: Switching to native 32bit LE float format.\n");
5672 hdspm
->control_register
|= HDSPe_FLOAT_FORMAT
;
5673 } else if (SNDRV_PCM_FORMAT_S32_LE
== params_format(params
)) {
5674 if (hdspm
->control_register
& HDSPe_FLOAT_FORMAT
)
5675 snd_printk(KERN_INFO
"hdspm: Switching to native 32bit LE integer format.\n");
5677 hdspm
->control_register
&= ~HDSPe_FLOAT_FORMAT
;
5679 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
5684 static int snd_hdspm_hw_free(struct snd_pcm_substream
*substream
)
5687 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5689 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5691 /* params_channels(params) should be enough,
5692 but to get sure in case of error */
5693 for (i
= 0; i
< hdspm
->max_channels_out
; ++i
)
5694 snd_hdspm_enable_out(hdspm
, i
, 0);
5696 hdspm
->playback_buffer
= NULL
;
5698 for (i
= 0; i
< hdspm
->max_channels_in
; ++i
)
5699 snd_hdspm_enable_in(hdspm
, i
, 0);
5701 hdspm
->capture_buffer
= NULL
;
5705 snd_pcm_lib_free_pages(substream
);
5711 static int snd_hdspm_channel_info(struct snd_pcm_substream
*substream
,
5712 struct snd_pcm_channel_info
*info
)
5714 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5716 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5717 if (snd_BUG_ON(info
->channel
>= hdspm
->max_channels_out
)) {
5718 snd_printk(KERN_INFO
"snd_hdspm_channel_info: output channel out of range (%d)\n", info
->channel
);
5722 if (hdspm
->channel_map_out
[info
->channel
] < 0) {
5723 snd_printk(KERN_INFO
"snd_hdspm_channel_info: output channel %d mapped out\n", info
->channel
);
5727 info
->offset
= hdspm
->channel_map_out
[info
->channel
] *
5728 HDSPM_CHANNEL_BUFFER_BYTES
;
5730 if (snd_BUG_ON(info
->channel
>= hdspm
->max_channels_in
)) {
5731 snd_printk(KERN_INFO
"snd_hdspm_channel_info: input channel out of range (%d)\n", info
->channel
);
5735 if (hdspm
->channel_map_in
[info
->channel
] < 0) {
5736 snd_printk(KERN_INFO
"snd_hdspm_channel_info: input channel %d mapped out\n", info
->channel
);
5740 info
->offset
= hdspm
->channel_map_in
[info
->channel
] *
5741 HDSPM_CHANNEL_BUFFER_BYTES
;
5750 static int snd_hdspm_ioctl(struct snd_pcm_substream
*substream
,
5751 unsigned int cmd
, void *arg
)
5754 case SNDRV_PCM_IOCTL1_RESET
:
5755 return snd_hdspm_reset(substream
);
5757 case SNDRV_PCM_IOCTL1_CHANNEL_INFO
:
5759 struct snd_pcm_channel_info
*info
= arg
;
5760 return snd_hdspm_channel_info(substream
, info
);
5766 return snd_pcm_lib_ioctl(substream
, cmd
, arg
);
5769 static int snd_hdspm_trigger(struct snd_pcm_substream
*substream
, int cmd
)
5771 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5772 struct snd_pcm_substream
*other
;
5775 spin_lock(&hdspm
->lock
);
5776 running
= hdspm
->running
;
5778 case SNDRV_PCM_TRIGGER_START
:
5779 running
|= 1 << substream
->stream
;
5781 case SNDRV_PCM_TRIGGER_STOP
:
5782 running
&= ~(1 << substream
->stream
);
5786 spin_unlock(&hdspm
->lock
);
5789 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
)
5790 other
= hdspm
->capture_substream
;
5792 other
= hdspm
->playback_substream
;
5795 struct snd_pcm_substream
*s
;
5796 snd_pcm_group_for_each_entry(s
, substream
) {
5798 snd_pcm_trigger_done(s
, substream
);
5799 if (cmd
== SNDRV_PCM_TRIGGER_START
)
5800 running
|= 1 << s
->stream
;
5802 running
&= ~(1 << s
->stream
);
5806 if (cmd
== SNDRV_PCM_TRIGGER_START
) {
5807 if (!(running
& (1 << SNDRV_PCM_STREAM_PLAYBACK
))
5808 && substream
->stream
==
5809 SNDRV_PCM_STREAM_CAPTURE
)
5810 hdspm_silence_playback(hdspm
);
5813 substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
)
5814 hdspm_silence_playback(hdspm
);
5817 if (substream
->stream
== SNDRV_PCM_STREAM_CAPTURE
)
5818 hdspm_silence_playback(hdspm
);
5821 snd_pcm_trigger_done(substream
, substream
);
5822 if (!hdspm
->running
&& running
)
5823 hdspm_start_audio(hdspm
);
5824 else if (hdspm
->running
&& !running
)
5825 hdspm_stop_audio(hdspm
);
5826 hdspm
->running
= running
;
5827 spin_unlock(&hdspm
->lock
);
5832 static int snd_hdspm_prepare(struct snd_pcm_substream
*substream
)
5837 static struct snd_pcm_hardware snd_hdspm_playback_subinfo
= {
5838 .info
= (SNDRV_PCM_INFO_MMAP
|
5839 SNDRV_PCM_INFO_MMAP_VALID
|
5840 SNDRV_PCM_INFO_NONINTERLEAVED
|
5841 SNDRV_PCM_INFO_SYNC_START
| SNDRV_PCM_INFO_DOUBLE
),
5842 .formats
= SNDRV_PCM_FMTBIT_S32_LE
,
5843 .rates
= (SNDRV_PCM_RATE_32000
|
5844 SNDRV_PCM_RATE_44100
|
5845 SNDRV_PCM_RATE_48000
|
5846 SNDRV_PCM_RATE_64000
|
5847 SNDRV_PCM_RATE_88200
| SNDRV_PCM_RATE_96000
|
5848 SNDRV_PCM_RATE_176400
| SNDRV_PCM_RATE_192000
),
5852 .channels_max
= HDSPM_MAX_CHANNELS
,
5854 HDSPM_CHANNEL_BUFFER_BYTES
* HDSPM_MAX_CHANNELS
,
5855 .period_bytes_min
= (32 * 4),
5856 .period_bytes_max
= (8192 * 4) * HDSPM_MAX_CHANNELS
,
5862 static struct snd_pcm_hardware snd_hdspm_capture_subinfo
= {
5863 .info
= (SNDRV_PCM_INFO_MMAP
|
5864 SNDRV_PCM_INFO_MMAP_VALID
|
5865 SNDRV_PCM_INFO_NONINTERLEAVED
|
5866 SNDRV_PCM_INFO_SYNC_START
),
5867 .formats
= SNDRV_PCM_FMTBIT_S32_LE
,
5868 .rates
= (SNDRV_PCM_RATE_32000
|
5869 SNDRV_PCM_RATE_44100
|
5870 SNDRV_PCM_RATE_48000
|
5871 SNDRV_PCM_RATE_64000
|
5872 SNDRV_PCM_RATE_88200
| SNDRV_PCM_RATE_96000
|
5873 SNDRV_PCM_RATE_176400
| SNDRV_PCM_RATE_192000
),
5877 .channels_max
= HDSPM_MAX_CHANNELS
,
5879 HDSPM_CHANNEL_BUFFER_BYTES
* HDSPM_MAX_CHANNELS
,
5880 .period_bytes_min
= (32 * 4),
5881 .period_bytes_max
= (8192 * 4) * HDSPM_MAX_CHANNELS
,
5887 static int snd_hdspm_hw_rule_in_channels_rate(struct snd_pcm_hw_params
*params
,
5888 struct snd_pcm_hw_rule
*rule
)
5890 struct hdspm
*hdspm
= rule
->private;
5891 struct snd_interval
*c
=
5892 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5893 struct snd_interval
*r
=
5894 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
5896 if (r
->min
> 96000 && r
->max
<= 192000) {
5897 struct snd_interval t
= {
5898 .min
= hdspm
->qs_in_channels
,
5899 .max
= hdspm
->qs_in_channels
,
5902 return snd_interval_refine(c
, &t
);
5903 } else if (r
->min
> 48000 && r
->max
<= 96000) {
5904 struct snd_interval t
= {
5905 .min
= hdspm
->ds_in_channels
,
5906 .max
= hdspm
->ds_in_channels
,
5909 return snd_interval_refine(c
, &t
);
5910 } else if (r
->max
< 64000) {
5911 struct snd_interval t
= {
5912 .min
= hdspm
->ss_in_channels
,
5913 .max
= hdspm
->ss_in_channels
,
5916 return snd_interval_refine(c
, &t
);
5922 static int snd_hdspm_hw_rule_out_channels_rate(struct snd_pcm_hw_params
*params
,
5923 struct snd_pcm_hw_rule
* rule
)
5925 struct hdspm
*hdspm
= rule
->private;
5926 struct snd_interval
*c
=
5927 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5928 struct snd_interval
*r
=
5929 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
5931 if (r
->min
> 96000 && r
->max
<= 192000) {
5932 struct snd_interval t
= {
5933 .min
= hdspm
->qs_out_channels
,
5934 .max
= hdspm
->qs_out_channels
,
5937 return snd_interval_refine(c
, &t
);
5938 } else if (r
->min
> 48000 && r
->max
<= 96000) {
5939 struct snd_interval t
= {
5940 .min
= hdspm
->ds_out_channels
,
5941 .max
= hdspm
->ds_out_channels
,
5944 return snd_interval_refine(c
, &t
);
5945 } else if (r
->max
< 64000) {
5946 struct snd_interval t
= {
5947 .min
= hdspm
->ss_out_channels
,
5948 .max
= hdspm
->ss_out_channels
,
5951 return snd_interval_refine(c
, &t
);
5957 static int snd_hdspm_hw_rule_rate_in_channels(struct snd_pcm_hw_params
*params
,
5958 struct snd_pcm_hw_rule
* rule
)
5960 struct hdspm
*hdspm
= rule
->private;
5961 struct snd_interval
*c
=
5962 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5963 struct snd_interval
*r
=
5964 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
5966 if (c
->min
>= hdspm
->ss_in_channels
) {
5967 struct snd_interval t
= {
5972 return snd_interval_refine(r
, &t
);
5973 } else if (c
->max
<= hdspm
->qs_in_channels
) {
5974 struct snd_interval t
= {
5979 return snd_interval_refine(r
, &t
);
5980 } else if (c
->max
<= hdspm
->ds_in_channels
) {
5981 struct snd_interval t
= {
5986 return snd_interval_refine(r
, &t
);
5991 static int snd_hdspm_hw_rule_rate_out_channels(struct snd_pcm_hw_params
*params
,
5992 struct snd_pcm_hw_rule
*rule
)
5994 struct hdspm
*hdspm
= rule
->private;
5995 struct snd_interval
*c
=
5996 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5997 struct snd_interval
*r
=
5998 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
6000 if (c
->min
>= hdspm
->ss_out_channels
) {
6001 struct snd_interval t
= {
6006 return snd_interval_refine(r
, &t
);
6007 } else if (c
->max
<= hdspm
->qs_out_channels
) {
6008 struct snd_interval t
= {
6013 return snd_interval_refine(r
, &t
);
6014 } else if (c
->max
<= hdspm
->ds_out_channels
) {
6015 struct snd_interval t
= {
6020 return snd_interval_refine(r
, &t
);
6026 static int snd_hdspm_hw_rule_in_channels(struct snd_pcm_hw_params
*params
,
6027 struct snd_pcm_hw_rule
*rule
)
6029 unsigned int list
[3];
6030 struct hdspm
*hdspm
= rule
->private;
6031 struct snd_interval
*c
= hw_param_interval(params
,
6032 SNDRV_PCM_HW_PARAM_CHANNELS
);
6034 list
[0] = hdspm
->qs_in_channels
;
6035 list
[1] = hdspm
->ds_in_channels
;
6036 list
[2] = hdspm
->ss_in_channels
;
6037 return snd_interval_list(c
, 3, list
, 0);
6040 static int snd_hdspm_hw_rule_out_channels(struct snd_pcm_hw_params
*params
,
6041 struct snd_pcm_hw_rule
*rule
)
6043 unsigned int list
[3];
6044 struct hdspm
*hdspm
= rule
->private;
6045 struct snd_interval
*c
= hw_param_interval(params
,
6046 SNDRV_PCM_HW_PARAM_CHANNELS
);
6048 list
[0] = hdspm
->qs_out_channels
;
6049 list
[1] = hdspm
->ds_out_channels
;
6050 list
[2] = hdspm
->ss_out_channels
;
6051 return snd_interval_list(c
, 3, list
, 0);
6055 static unsigned int hdspm_aes32_sample_rates
[] = {
6056 32000, 44100, 48000, 64000, 88200, 96000, 128000, 176400, 192000
6059 static struct snd_pcm_hw_constraint_list
6060 hdspm_hw_constraints_aes32_sample_rates
= {
6061 .count
= ARRAY_SIZE(hdspm_aes32_sample_rates
),
6062 .list
= hdspm_aes32_sample_rates
,
6066 static int snd_hdspm_playback_open(struct snd_pcm_substream
*substream
)
6068 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
6069 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
6071 spin_lock_irq(&hdspm
->lock
);
6073 snd_pcm_set_sync(substream
);
6076 runtime
->hw
= snd_hdspm_playback_subinfo
;
6078 if (hdspm
->capture_substream
== NULL
)
6079 hdspm_stop_audio(hdspm
);
6081 hdspm
->playback_pid
= current
->pid
;
6082 hdspm
->playback_substream
= substream
;
6084 spin_unlock_irq(&hdspm
->lock
);
6086 snd_pcm_hw_constraint_msbits(runtime
, 0, 32, 24);
6087 snd_pcm_hw_constraint_pow2(runtime
, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE
);
6089 switch (hdspm
->io_type
) {
6092 snd_pcm_hw_constraint_minmax(runtime
,
6093 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
,
6095 /* RayDAT & AIO have a fixed buffer of 16384 samples per channel */
6096 snd_pcm_hw_constraint_minmax(runtime
,
6097 SNDRV_PCM_HW_PARAM_BUFFER_SIZE
,
6102 snd_pcm_hw_constraint_minmax(runtime
,
6103 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
,
6108 if (AES32
== hdspm
->io_type
) {
6109 runtime
->hw
.rates
|= SNDRV_PCM_RATE_KNOT
;
6110 snd_pcm_hw_constraint_list(runtime
, 0, SNDRV_PCM_HW_PARAM_RATE
,
6111 &hdspm_hw_constraints_aes32_sample_rates
);
6113 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_RATE
,
6114 snd_hdspm_hw_rule_rate_out_channels
, hdspm
,
6115 SNDRV_PCM_HW_PARAM_CHANNELS
, -1);
6118 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_CHANNELS
,
6119 snd_hdspm_hw_rule_out_channels
, hdspm
,
6120 SNDRV_PCM_HW_PARAM_CHANNELS
, -1);
6122 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_CHANNELS
,
6123 snd_hdspm_hw_rule_out_channels_rate
, hdspm
,
6124 SNDRV_PCM_HW_PARAM_RATE
, -1);
6129 static int snd_hdspm_playback_release(struct snd_pcm_substream
*substream
)
6131 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
6133 spin_lock_irq(&hdspm
->lock
);
6135 hdspm
->playback_pid
= -1;
6136 hdspm
->playback_substream
= NULL
;
6138 spin_unlock_irq(&hdspm
->lock
);
6144 static int snd_hdspm_capture_open(struct snd_pcm_substream
*substream
)
6146 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
6147 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
6149 spin_lock_irq(&hdspm
->lock
);
6150 snd_pcm_set_sync(substream
);
6151 runtime
->hw
= snd_hdspm_capture_subinfo
;
6153 if (hdspm
->playback_substream
== NULL
)
6154 hdspm_stop_audio(hdspm
);
6156 hdspm
->capture_pid
= current
->pid
;
6157 hdspm
->capture_substream
= substream
;
6159 spin_unlock_irq(&hdspm
->lock
);
6161 snd_pcm_hw_constraint_msbits(runtime
, 0, 32, 24);
6162 snd_pcm_hw_constraint_pow2(runtime
, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE
);
6164 switch (hdspm
->io_type
) {
6167 snd_pcm_hw_constraint_minmax(runtime
,
6168 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
,
6170 snd_pcm_hw_constraint_minmax(runtime
,
6171 SNDRV_PCM_HW_PARAM_BUFFER_SIZE
,
6176 snd_pcm_hw_constraint_minmax(runtime
,
6177 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
,
6182 if (AES32
== hdspm
->io_type
) {
6183 runtime
->hw
.rates
|= SNDRV_PCM_RATE_KNOT
;
6184 snd_pcm_hw_constraint_list(runtime
, 0, SNDRV_PCM_HW_PARAM_RATE
,
6185 &hdspm_hw_constraints_aes32_sample_rates
);
6187 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_RATE
,
6188 snd_hdspm_hw_rule_rate_in_channels
, hdspm
,
6189 SNDRV_PCM_HW_PARAM_CHANNELS
, -1);
6192 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_CHANNELS
,
6193 snd_hdspm_hw_rule_in_channels
, hdspm
,
6194 SNDRV_PCM_HW_PARAM_CHANNELS
, -1);
6196 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_CHANNELS
,
6197 snd_hdspm_hw_rule_in_channels_rate
, hdspm
,
6198 SNDRV_PCM_HW_PARAM_RATE
, -1);
6203 static int snd_hdspm_capture_release(struct snd_pcm_substream
*substream
)
6205 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
6207 spin_lock_irq(&hdspm
->lock
);
6209 hdspm
->capture_pid
= -1;
6210 hdspm
->capture_substream
= NULL
;
6212 spin_unlock_irq(&hdspm
->lock
);
6216 static int snd_hdspm_hwdep_dummy_op(struct snd_hwdep
*hw
, struct file
*file
)
6218 /* we have nothing to initialize but the call is required */
6222 static inline int copy_u32_le(void __user
*dest
, void __iomem
*src
)
6224 u32 val
= readl(src
);
6225 return copy_to_user(dest
, &val
, 4);
6228 static int snd_hdspm_hwdep_ioctl(struct snd_hwdep
*hw
, struct file
*file
,
6229 unsigned int cmd
, unsigned long arg
)
6231 void __user
*argp
= (void __user
*)arg
;
6232 struct hdspm
*hdspm
= hw
->private_data
;
6233 struct hdspm_mixer_ioctl mixer
;
6234 struct hdspm_config info
;
6235 struct hdspm_status status
;
6236 struct hdspm_version hdspm_version
;
6237 struct hdspm_peak_rms
*levels
;
6238 struct hdspm_ltc ltc
;
6239 unsigned int statusregister
;
6240 long unsigned int s
;
6245 case SNDRV_HDSPM_IOCTL_GET_PEAK_RMS
:
6246 levels
= &hdspm
->peak_rms
;
6247 for (i
= 0; i
< HDSPM_MAX_CHANNELS
; i
++) {
6248 levels
->input_peaks
[i
] =
6249 readl(hdspm
->iobase
+
6250 HDSPM_MADI_INPUT_PEAK
+ i
*4);
6251 levels
->playback_peaks
[i
] =
6252 readl(hdspm
->iobase
+
6253 HDSPM_MADI_PLAYBACK_PEAK
+ i
*4);
6254 levels
->output_peaks
[i
] =
6255 readl(hdspm
->iobase
+
6256 HDSPM_MADI_OUTPUT_PEAK
+ i
*4);
6258 levels
->input_rms
[i
] =
6259 ((uint64_t) readl(hdspm
->iobase
+
6260 HDSPM_MADI_INPUT_RMS_H
+ i
*4) << 32) |
6261 (uint64_t) readl(hdspm
->iobase
+
6262 HDSPM_MADI_INPUT_RMS_L
+ i
*4);
6263 levels
->playback_rms
[i
] =
6264 ((uint64_t)readl(hdspm
->iobase
+
6265 HDSPM_MADI_PLAYBACK_RMS_H
+i
*4) << 32) |
6266 (uint64_t)readl(hdspm
->iobase
+
6267 HDSPM_MADI_PLAYBACK_RMS_L
+ i
*4);
6268 levels
->output_rms
[i
] =
6269 ((uint64_t)readl(hdspm
->iobase
+
6270 HDSPM_MADI_OUTPUT_RMS_H
+ i
*4) << 32) |
6271 (uint64_t)readl(hdspm
->iobase
+
6272 HDSPM_MADI_OUTPUT_RMS_L
+ i
*4);
6275 if (hdspm
->system_sample_rate
> 96000) {
6277 } else if (hdspm
->system_sample_rate
> 48000) {
6282 levels
->status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
6284 s
= copy_to_user(argp
, levels
, sizeof(struct hdspm_peak_rms
));
6286 /* snd_printk(KERN_ERR "copy_to_user(.., .., %lu): %lu
6287 [Levels]\n", sizeof(struct hdspm_peak_rms), s);
6293 case SNDRV_HDSPM_IOCTL_GET_LTC
:
6294 ltc
.ltc
= hdspm_read(hdspm
, HDSPM_RD_TCO
);
6295 i
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
6296 if (i
& HDSPM_TCO1_LTC_Input_valid
) {
6297 switch (i
& (HDSPM_TCO1_LTC_Format_LSB
|
6298 HDSPM_TCO1_LTC_Format_MSB
)) {
6300 ltc
.format
= fps_24
;
6302 case HDSPM_TCO1_LTC_Format_LSB
:
6303 ltc
.format
= fps_25
;
6305 case HDSPM_TCO1_LTC_Format_MSB
:
6306 ltc
.format
= fps_2997
;
6309 ltc
.format
= fps_30
;
6312 if (i
& HDSPM_TCO1_set_drop_frame_flag
) {
6313 ltc
.frame
= drop_frame
;
6315 ltc
.frame
= full_frame
;
6318 ltc
.format
= format_invalid
;
6319 ltc
.frame
= frame_invalid
;
6321 if (i
& HDSPM_TCO1_Video_Input_Format_NTSC
) {
6322 ltc
.input_format
= ntsc
;
6323 } else if (i
& HDSPM_TCO1_Video_Input_Format_PAL
) {
6324 ltc
.input_format
= pal
;
6326 ltc
.input_format
= no_video
;
6329 s
= copy_to_user(argp
, <c
, sizeof(struct hdspm_ltc
));
6332 snd_printk(KERN_ERR "copy_to_user(.., .., %lu): %lu [LTC]\n", sizeof(struct hdspm_ltc), s); */
6338 case SNDRV_HDSPM_IOCTL_GET_CONFIG
:
6340 memset(&info
, 0, sizeof(info
));
6341 spin_lock_irq(&hdspm
->lock
);
6342 info
.pref_sync_ref
= hdspm_pref_sync_ref(hdspm
);
6343 info
.wordclock_sync_check
= hdspm_wc_sync_check(hdspm
);
6345 info
.system_sample_rate
= hdspm
->system_sample_rate
;
6346 info
.autosync_sample_rate
=
6347 hdspm_external_sample_rate(hdspm
);
6348 info
.system_clock_mode
= hdspm_system_clock_mode(hdspm
);
6349 info
.clock_source
= hdspm_clock_source(hdspm
);
6350 info
.autosync_ref
= hdspm_autosync_ref(hdspm
);
6351 info
.line_out
= hdspm_toggle_setting(hdspm
, HDSPM_LineOut
);
6353 spin_unlock_irq(&hdspm
->lock
);
6354 if (copy_to_user(argp
, &info
, sizeof(info
)))
6358 case SNDRV_HDSPM_IOCTL_GET_STATUS
:
6359 memset(&status
, 0, sizeof(status
));
6361 status
.card_type
= hdspm
->io_type
;
6363 status
.autosync_source
= hdspm_autosync_ref(hdspm
);
6365 status
.card_clock
= 110069313433624ULL;
6366 status
.master_period
= hdspm_read(hdspm
, HDSPM_RD_PLL_FREQ
);
6368 switch (hdspm
->io_type
) {
6371 status
.card_specific
.madi
.sync_wc
=
6372 hdspm_wc_sync_check(hdspm
);
6373 status
.card_specific
.madi
.sync_madi
=
6374 hdspm_madi_sync_check(hdspm
);
6375 status
.card_specific
.madi
.sync_tco
=
6376 hdspm_tco_sync_check(hdspm
);
6377 status
.card_specific
.madi
.sync_in
=
6378 hdspm_sync_in_sync_check(hdspm
);
6381 hdspm_read(hdspm
, HDSPM_statusRegister
);
6382 status
.card_specific
.madi
.madi_input
=
6383 (statusregister
& HDSPM_AB_int
) ? 1 : 0;
6384 status
.card_specific
.madi
.channel_format
=
6385 (statusregister
& HDSPM_RX_64ch
) ? 1 : 0;
6386 /* TODO: Mac driver sets it when f_s>48kHz */
6387 status
.card_specific
.madi
.frame_format
= 0;
6393 if (copy_to_user(argp
, &status
, sizeof(status
)))
6399 case SNDRV_HDSPM_IOCTL_GET_VERSION
:
6400 memset(&hdspm_version
, 0, sizeof(hdspm_version
));
6402 hdspm_version
.card_type
= hdspm
->io_type
;
6403 strlcpy(hdspm_version
.cardname
, hdspm
->card_name
,
6404 sizeof(hdspm_version
.cardname
));
6405 hdspm_version
.serial
= hdspm
->serial
;
6406 hdspm_version
.firmware_rev
= hdspm
->firmware_rev
;
6407 hdspm_version
.addons
= 0;
6409 hdspm_version
.addons
|= HDSPM_ADDON_TCO
;
6411 if (copy_to_user(argp
, &hdspm_version
,
6412 sizeof(hdspm_version
)))
6416 case SNDRV_HDSPM_IOCTL_GET_MIXER
:
6417 if (copy_from_user(&mixer
, argp
, sizeof(mixer
)))
6419 if (copy_to_user((void __user
*)mixer
.mixer
, hdspm
->mixer
,
6420 sizeof(struct hdspm_mixer
)))
6430 static struct snd_pcm_ops snd_hdspm_playback_ops
= {
6431 .open
= snd_hdspm_playback_open
,
6432 .close
= snd_hdspm_playback_release
,
6433 .ioctl
= snd_hdspm_ioctl
,
6434 .hw_params
= snd_hdspm_hw_params
,
6435 .hw_free
= snd_hdspm_hw_free
,
6436 .prepare
= snd_hdspm_prepare
,
6437 .trigger
= snd_hdspm_trigger
,
6438 .pointer
= snd_hdspm_hw_pointer
,
6439 .page
= snd_pcm_sgbuf_ops_page
,
6442 static struct snd_pcm_ops snd_hdspm_capture_ops
= {
6443 .open
= snd_hdspm_capture_open
,
6444 .close
= snd_hdspm_capture_release
,
6445 .ioctl
= snd_hdspm_ioctl
,
6446 .hw_params
= snd_hdspm_hw_params
,
6447 .hw_free
= snd_hdspm_hw_free
,
6448 .prepare
= snd_hdspm_prepare
,
6449 .trigger
= snd_hdspm_trigger
,
6450 .pointer
= snd_hdspm_hw_pointer
,
6451 .page
= snd_pcm_sgbuf_ops_page
,
6454 static int snd_hdspm_create_hwdep(struct snd_card
*card
,
6455 struct hdspm
*hdspm
)
6457 struct snd_hwdep
*hw
;
6460 err
= snd_hwdep_new(card
, "HDSPM hwdep", 0, &hw
);
6465 hw
->private_data
= hdspm
;
6466 strcpy(hw
->name
, "HDSPM hwdep interface");
6468 hw
->ops
.open
= snd_hdspm_hwdep_dummy_op
;
6469 hw
->ops
.ioctl
= snd_hdspm_hwdep_ioctl
;
6470 hw
->ops
.ioctl_compat
= snd_hdspm_hwdep_ioctl
;
6471 hw
->ops
.release
= snd_hdspm_hwdep_dummy_op
;
6477 /*------------------------------------------------------------
6479 ------------------------------------------------------------*/
6480 static int snd_hdspm_preallocate_memory(struct hdspm
*hdspm
)
6483 struct snd_pcm
*pcm
;
6488 wanted
= HDSPM_DMA_AREA_BYTES
;
6491 snd_pcm_lib_preallocate_pages_for_all(pcm
,
6492 SNDRV_DMA_TYPE_DEV_SG
,
6493 snd_dma_pci_data(hdspm
->pci
),
6497 snd_printdd("Could not preallocate %zd Bytes\n", wanted
);
6501 snd_printdd(" Preallocated %zd Bytes\n", wanted
);
6507 static void hdspm_set_sgbuf(struct hdspm
*hdspm
,
6508 struct snd_pcm_substream
*substream
,
6509 unsigned int reg
, int channels
)
6513 /* continuous memory segment */
6514 for (i
= 0; i
< (channels
* 16); i
++)
6515 hdspm_write(hdspm
, reg
+ 4 * i
,
6516 snd_pcm_sgbuf_get_addr(substream
, 4096 * i
));
6520 /* ------------- ALSA Devices ---------------------------- */
6521 static int snd_hdspm_create_pcm(struct snd_card
*card
,
6522 struct hdspm
*hdspm
)
6524 struct snd_pcm
*pcm
;
6527 err
= snd_pcm_new(card
, hdspm
->card_name
, 0, 1, 1, &pcm
);
6532 pcm
->private_data
= hdspm
;
6533 strcpy(pcm
->name
, hdspm
->card_name
);
6535 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_PLAYBACK
,
6536 &snd_hdspm_playback_ops
);
6537 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_CAPTURE
,
6538 &snd_hdspm_capture_ops
);
6540 pcm
->info_flags
= SNDRV_PCM_INFO_JOINT_DUPLEX
;
6542 err
= snd_hdspm_preallocate_memory(hdspm
);
6549 static inline void snd_hdspm_initialize_midi_flush(struct hdspm
* hdspm
)
6553 for (i
= 0; i
< hdspm
->midiPorts
; i
++)
6554 snd_hdspm_flush_midi_input(hdspm
, i
);
6557 static int snd_hdspm_create_alsa_devices(struct snd_card
*card
,
6558 struct hdspm
*hdspm
)
6562 snd_printdd("Create card...\n");
6563 err
= snd_hdspm_create_pcm(card
, hdspm
);
6568 while (i
< hdspm
->midiPorts
) {
6569 err
= snd_hdspm_create_midi(card
, hdspm
, i
);
6576 err
= snd_hdspm_create_controls(card
, hdspm
);
6580 err
= snd_hdspm_create_hwdep(card
, hdspm
);
6584 snd_printdd("proc init...\n");
6585 snd_hdspm_proc_init(hdspm
);
6587 hdspm
->system_sample_rate
= -1;
6588 hdspm
->last_external_sample_rate
= -1;
6589 hdspm
->last_internal_sample_rate
= -1;
6590 hdspm
->playback_pid
= -1;
6591 hdspm
->capture_pid
= -1;
6592 hdspm
->capture_substream
= NULL
;
6593 hdspm
->playback_substream
= NULL
;
6595 snd_printdd("Set defaults...\n");
6596 err
= snd_hdspm_set_defaults(hdspm
);
6600 snd_printdd("Update mixer controls...\n");
6601 hdspm_update_simple_mixer_controls(hdspm
);
6603 snd_printdd("Initializeing complete ???\n");
6605 err
= snd_card_register(card
);
6607 snd_printk(KERN_ERR
"HDSPM: error registering card\n");
6611 snd_printdd("... yes now\n");
6616 static int snd_hdspm_create(struct snd_card
*card
,
6617 struct hdspm
*hdspm
)
6620 struct pci_dev
*pci
= hdspm
->pci
;
6622 unsigned long io_extent
;
6627 spin_lock_init(&hdspm
->lock
);
6629 pci_read_config_word(hdspm
->pci
,
6630 PCI_CLASS_REVISION
, &hdspm
->firmware_rev
);
6632 strcpy(card
->mixername
, "Xilinx FPGA");
6633 strcpy(card
->driver
, "HDSPM");
6635 switch (hdspm
->firmware_rev
) {
6636 case HDSPM_RAYDAT_REV
:
6637 hdspm
->io_type
= RayDAT
;
6638 hdspm
->card_name
= "RME RayDAT";
6639 hdspm
->midiPorts
= 2;
6642 hdspm
->io_type
= AIO
;
6643 hdspm
->card_name
= "RME AIO";
6644 hdspm
->midiPorts
= 1;
6646 case HDSPM_MADIFACE_REV
:
6647 hdspm
->io_type
= MADIface
;
6648 hdspm
->card_name
= "RME MADIface";
6649 hdspm
->midiPorts
= 1;
6652 if ((hdspm
->firmware_rev
== 0xf0) ||
6653 ((hdspm
->firmware_rev
>= 0xe6) &&
6654 (hdspm
->firmware_rev
<= 0xea))) {
6655 hdspm
->io_type
= AES32
;
6656 hdspm
->card_name
= "RME AES32";
6657 hdspm
->midiPorts
= 2;
6658 } else if ((hdspm
->firmware_rev
== 0xd2) ||
6659 ((hdspm
->firmware_rev
>= 0xc8) &&
6660 (hdspm
->firmware_rev
<= 0xcf))) {
6661 hdspm
->io_type
= MADI
;
6662 hdspm
->card_name
= "RME MADI";
6663 hdspm
->midiPorts
= 3;
6666 "HDSPM: unknown firmware revision %x\n",
6667 hdspm
->firmware_rev
);
6672 err
= pci_enable_device(pci
);
6676 pci_set_master(hdspm
->pci
);
6678 err
= pci_request_regions(pci
, "hdspm");
6682 hdspm
->port
= pci_resource_start(pci
, 0);
6683 io_extent
= pci_resource_len(pci
, 0);
6685 snd_printdd("grabbed memory region 0x%lx-0x%lx\n",
6686 hdspm
->port
, hdspm
->port
+ io_extent
- 1);
6688 hdspm
->iobase
= ioremap_nocache(hdspm
->port
, io_extent
);
6689 if (!hdspm
->iobase
) {
6690 snd_printk(KERN_ERR
"HDSPM: "
6691 "unable to remap region 0x%lx-0x%lx\n",
6692 hdspm
->port
, hdspm
->port
+ io_extent
- 1);
6695 snd_printdd("remapped region (0x%lx) 0x%lx-0x%lx\n",
6696 (unsigned long)hdspm
->iobase
, hdspm
->port
,
6697 hdspm
->port
+ io_extent
- 1);
6699 if (request_irq(pci
->irq
, snd_hdspm_interrupt
,
6700 IRQF_SHARED
, KBUILD_MODNAME
, hdspm
)) {
6701 snd_printk(KERN_ERR
"HDSPM: unable to use IRQ %d\n", pci
->irq
);
6705 snd_printdd("use IRQ %d\n", pci
->irq
);
6707 hdspm
->irq
= pci
->irq
;
6709 snd_printdd("kmalloc Mixer memory of %zd Bytes\n",
6710 sizeof(struct hdspm_mixer
));
6711 hdspm
->mixer
= kzalloc(sizeof(struct hdspm_mixer
), GFP_KERNEL
);
6712 if (!hdspm
->mixer
) {
6713 snd_printk(KERN_ERR
"HDSPM: "
6714 "unable to kmalloc Mixer memory of %d Bytes\n",
6715 (int)sizeof(struct hdspm_mixer
));
6719 hdspm
->port_names_in
= NULL
;
6720 hdspm
->port_names_out
= NULL
;
6722 switch (hdspm
->io_type
) {
6724 hdspm
->ss_in_channels
= hdspm
->ss_out_channels
= AES32_CHANNELS
;
6725 hdspm
->ds_in_channels
= hdspm
->ds_out_channels
= AES32_CHANNELS
;
6726 hdspm
->qs_in_channels
= hdspm
->qs_out_channels
= AES32_CHANNELS
;
6728 hdspm
->channel_map_in_ss
= hdspm
->channel_map_out_ss
=
6730 hdspm
->channel_map_in_ds
= hdspm
->channel_map_out_ds
=
6732 hdspm
->channel_map_in_qs
= hdspm
->channel_map_out_qs
=
6734 hdspm
->port_names_in_ss
= hdspm
->port_names_out_ss
=
6736 hdspm
->port_names_in_ds
= hdspm
->port_names_out_ds
=
6738 hdspm
->port_names_in_qs
= hdspm
->port_names_out_qs
=
6741 hdspm
->max_channels_out
= hdspm
->max_channels_in
=
6743 hdspm
->port_names_in
= hdspm
->port_names_out
=
6745 hdspm
->channel_map_in
= hdspm
->channel_map_out
=
6752 hdspm
->ss_in_channels
= hdspm
->ss_out_channels
=
6754 hdspm
->ds_in_channels
= hdspm
->ds_out_channels
=
6756 hdspm
->qs_in_channels
= hdspm
->qs_out_channels
=
6759 hdspm
->channel_map_in_ss
= hdspm
->channel_map_out_ss
=
6760 channel_map_unity_ss
;
6761 hdspm
->channel_map_in_ds
= hdspm
->channel_map_out_ds
=
6762 channel_map_unity_ss
;
6763 hdspm
->channel_map_in_qs
= hdspm
->channel_map_out_qs
=
6764 channel_map_unity_ss
;
6766 hdspm
->port_names_in_ss
= hdspm
->port_names_out_ss
=
6768 hdspm
->port_names_in_ds
= hdspm
->port_names_out_ds
=
6770 hdspm
->port_names_in_qs
= hdspm
->port_names_out_qs
=
6775 hdspm
->ss_in_channels
= AIO_IN_SS_CHANNELS
;
6776 hdspm
->ds_in_channels
= AIO_IN_DS_CHANNELS
;
6777 hdspm
->qs_in_channels
= AIO_IN_QS_CHANNELS
;
6778 hdspm
->ss_out_channels
= AIO_OUT_SS_CHANNELS
;
6779 hdspm
->ds_out_channels
= AIO_OUT_DS_CHANNELS
;
6780 hdspm
->qs_out_channels
= AIO_OUT_QS_CHANNELS
;
6782 if (0 == (hdspm_read(hdspm
, HDSPM_statusRegister2
) & HDSPM_s2_AEBI_D
)) {
6783 snd_printk(KERN_INFO
"HDSPM: AEB input board found\n");
6784 hdspm
->ss_in_channels
+= 4;
6785 hdspm
->ds_in_channels
+= 4;
6786 hdspm
->qs_in_channels
+= 4;
6789 if (0 == (hdspm_read(hdspm
, HDSPM_statusRegister2
) & HDSPM_s2_AEBO_D
)) {
6790 snd_printk(KERN_INFO
"HDSPM: AEB output board found\n");
6791 hdspm
->ss_out_channels
+= 4;
6792 hdspm
->ds_out_channels
+= 4;
6793 hdspm
->qs_out_channels
+= 4;
6796 hdspm
->channel_map_out_ss
= channel_map_aio_out_ss
;
6797 hdspm
->channel_map_out_ds
= channel_map_aio_out_ds
;
6798 hdspm
->channel_map_out_qs
= channel_map_aio_out_qs
;
6800 hdspm
->channel_map_in_ss
= channel_map_aio_in_ss
;
6801 hdspm
->channel_map_in_ds
= channel_map_aio_in_ds
;
6802 hdspm
->channel_map_in_qs
= channel_map_aio_in_qs
;
6804 hdspm
->port_names_in_ss
= texts_ports_aio_in_ss
;
6805 hdspm
->port_names_out_ss
= texts_ports_aio_out_ss
;
6806 hdspm
->port_names_in_ds
= texts_ports_aio_in_ds
;
6807 hdspm
->port_names_out_ds
= texts_ports_aio_out_ds
;
6808 hdspm
->port_names_in_qs
= texts_ports_aio_in_qs
;
6809 hdspm
->port_names_out_qs
= texts_ports_aio_out_qs
;
6814 hdspm
->ss_in_channels
= hdspm
->ss_out_channels
=
6816 hdspm
->ds_in_channels
= hdspm
->ds_out_channels
=
6818 hdspm
->qs_in_channels
= hdspm
->qs_out_channels
=
6821 hdspm
->max_channels_in
= RAYDAT_SS_CHANNELS
;
6822 hdspm
->max_channels_out
= RAYDAT_SS_CHANNELS
;
6824 hdspm
->channel_map_in_ss
= hdspm
->channel_map_out_ss
=
6825 channel_map_raydat_ss
;
6826 hdspm
->channel_map_in_ds
= hdspm
->channel_map_out_ds
=
6827 channel_map_raydat_ds
;
6828 hdspm
->channel_map_in_qs
= hdspm
->channel_map_out_qs
=
6829 channel_map_raydat_qs
;
6830 hdspm
->channel_map_in
= hdspm
->channel_map_out
=
6831 channel_map_raydat_ss
;
6833 hdspm
->port_names_in_ss
= hdspm
->port_names_out_ss
=
6834 texts_ports_raydat_ss
;
6835 hdspm
->port_names_in_ds
= hdspm
->port_names_out_ds
=
6836 texts_ports_raydat_ds
;
6837 hdspm
->port_names_in_qs
= hdspm
->port_names_out_qs
=
6838 texts_ports_raydat_qs
;
6846 switch (hdspm
->io_type
) {
6849 if (hdspm_read(hdspm
, HDSPM_statusRegister2
) &
6850 HDSPM_s2_tco_detect
) {
6852 hdspm
->tco
= kzalloc(sizeof(struct hdspm_tco
),
6854 if (NULL
!= hdspm
->tco
) {
6855 hdspm_tco_write(hdspm
);
6857 snd_printk(KERN_INFO
"HDSPM: AIO/RayDAT TCO module found\n");
6865 if (hdspm_read(hdspm
, HDSPM_statusRegister
) & HDSPM_tco_detect
) {
6867 hdspm
->tco
= kzalloc(sizeof(struct hdspm_tco
),
6869 if (NULL
!= hdspm
->tco
) {
6870 hdspm_tco_write(hdspm
);
6872 snd_printk(KERN_INFO
"HDSPM: MADI/AES TCO module found\n");
6883 switch (hdspm
->io_type
) {
6886 hdspm
->texts_autosync
= texts_autosync_aes_tco
;
6887 hdspm
->texts_autosync_items
=
6888 ARRAY_SIZE(texts_autosync_aes_tco
);
6890 hdspm
->texts_autosync
= texts_autosync_aes
;
6891 hdspm
->texts_autosync_items
=
6892 ARRAY_SIZE(texts_autosync_aes
);
6898 hdspm
->texts_autosync
= texts_autosync_madi_tco
;
6899 hdspm
->texts_autosync_items
= 4;
6901 hdspm
->texts_autosync
= texts_autosync_madi
;
6902 hdspm
->texts_autosync_items
= 3;
6912 hdspm
->texts_autosync
= texts_autosync_raydat_tco
;
6913 hdspm
->texts_autosync_items
= 9;
6915 hdspm
->texts_autosync
= texts_autosync_raydat
;
6916 hdspm
->texts_autosync_items
= 8;
6922 hdspm
->texts_autosync
= texts_autosync_aio_tco
;
6923 hdspm
->texts_autosync_items
= 6;
6925 hdspm
->texts_autosync
= texts_autosync_aio
;
6926 hdspm
->texts_autosync_items
= 5;
6932 tasklet_init(&hdspm
->midi_tasklet
,
6933 hdspm_midi_tasklet
, (unsigned long) hdspm
);
6936 if (hdspm
->io_type
!= MADIface
) {
6937 hdspm
->serial
= (hdspm_read(hdspm
,
6938 HDSPM_midiStatusIn0
)>>8) & 0xFFFFFF;
6939 /* id contains either a user-provided value or the default
6940 * NULL. If it's the default, we're safe to
6941 * fill card->id with the serial number.
6943 * If the serial number is 0xFFFFFF, then we're dealing with
6944 * an old PCI revision that comes without a sane number. In
6945 * this case, we don't set card->id to avoid collisions
6946 * when running with multiple cards.
6948 if (NULL
== id
[hdspm
->dev
] && hdspm
->serial
!= 0xFFFFFF) {
6949 sprintf(card
->id
, "HDSPMx%06x", hdspm
->serial
);
6950 snd_card_set_id(card
, card
->id
);
6954 snd_printdd("create alsa devices.\n");
6955 err
= snd_hdspm_create_alsa_devices(card
, hdspm
);
6959 snd_hdspm_initialize_midi_flush(hdspm
);
6965 static int snd_hdspm_free(struct hdspm
* hdspm
)
6970 /* stop th audio, and cancel all interrupts */
6971 hdspm
->control_register
&=
6972 ~(HDSPM_Start
| HDSPM_AudioInterruptEnable
|
6973 HDSPM_Midi0InterruptEnable
| HDSPM_Midi1InterruptEnable
|
6974 HDSPM_Midi2InterruptEnable
| HDSPM_Midi3InterruptEnable
);
6975 hdspm_write(hdspm
, HDSPM_controlRegister
,
6976 hdspm
->control_register
);
6979 if (hdspm
->irq
>= 0)
6980 free_irq(hdspm
->irq
, (void *) hdspm
);
6982 kfree(hdspm
->mixer
);
6985 iounmap(hdspm
->iobase
);
6988 pci_release_regions(hdspm
->pci
);
6990 pci_disable_device(hdspm
->pci
);
6995 static void snd_hdspm_card_free(struct snd_card
*card
)
6997 struct hdspm
*hdspm
= card
->private_data
;
7000 snd_hdspm_free(hdspm
);
7004 static int snd_hdspm_probe(struct pci_dev
*pci
,
7005 const struct pci_device_id
*pci_id
)
7008 struct hdspm
*hdspm
;
7009 struct snd_card
*card
;
7012 if (dev
>= SNDRV_CARDS
)
7019 err
= snd_card_create(index
[dev
], id
[dev
],
7020 THIS_MODULE
, sizeof(struct hdspm
), &card
);
7024 hdspm
= card
->private_data
;
7025 card
->private_free
= snd_hdspm_card_free
;
7029 snd_card_set_dev(card
, &pci
->dev
);
7031 err
= snd_hdspm_create(card
, hdspm
);
7033 snd_card_free(card
);
7037 if (hdspm
->io_type
!= MADIface
) {
7038 sprintf(card
->shortname
, "%s_%x",
7041 sprintf(card
->longname
, "%s S/N 0x%x at 0x%lx, irq %d",
7044 hdspm
->port
, hdspm
->irq
);
7046 sprintf(card
->shortname
, "%s", hdspm
->card_name
);
7047 sprintf(card
->longname
, "%s at 0x%lx, irq %d",
7048 hdspm
->card_name
, hdspm
->port
, hdspm
->irq
);
7051 err
= snd_card_register(card
);
7053 snd_card_free(card
);
7057 pci_set_drvdata(pci
, card
);
7063 static void snd_hdspm_remove(struct pci_dev
*pci
)
7065 snd_card_free(pci_get_drvdata(pci
));
7068 static struct pci_driver hdspm_driver
= {
7069 .name
= KBUILD_MODNAME
,
7070 .id_table
= snd_hdspm_ids
,
7071 .probe
= snd_hdspm_probe
,
7072 .remove
= snd_hdspm_remove
,
7075 module_pci_driver(hdspm_driver
);