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>
139 #include <linux/io.h>
140 #include <linux/nospec.h>
142 #include <sound/core.h>
143 #include <sound/control.h>
144 #include <sound/pcm.h>
145 #include <sound/pcm_params.h>
146 #include <sound/info.h>
147 #include <sound/asoundef.h>
148 #include <sound/rawmidi.h>
149 #include <sound/hwdep.h>
150 #include <sound/initval.h>
152 #include <sound/hdspm.h>
154 static int index
[SNDRV_CARDS
] = SNDRV_DEFAULT_IDX
; /* Index 0-MAX */
155 static char *id
[SNDRV_CARDS
] = SNDRV_DEFAULT_STR
; /* ID for this card */
156 static bool enable
[SNDRV_CARDS
] = SNDRV_DEFAULT_ENABLE_PNP
;/* Enable this card */
158 module_param_array(index
, int, NULL
, 0444);
159 MODULE_PARM_DESC(index
, "Index value for RME HDSPM interface.");
161 module_param_array(id
, charp
, NULL
, 0444);
162 MODULE_PARM_DESC(id
, "ID string for RME HDSPM interface.");
164 module_param_array(enable
, bool, NULL
, 0444);
165 MODULE_PARM_DESC(enable
, "Enable/disable specific HDSPM soundcards.");
170 "Winfried Ritsch <ritsch_AT_iem.at>, "
171 "Paul Davis <paul@linuxaudiosystems.com>, "
172 "Marcus Andersson, Thomas Charbonnel <thomas@undata.org>, "
173 "Remy Bruno <remy.bruno@trinnov.com>, "
174 "Florian Faber <faberman@linuxproaudio.org>, "
175 "Adrian Knoth <adi@drcomp.erfurt.thur.de>"
177 MODULE_DESCRIPTION("RME HDSPM");
178 MODULE_LICENSE("GPL");
179 MODULE_SUPPORTED_DEVICE("{{RME HDSPM-MADI}}");
181 /* --- Write registers. ---
182 These are defined as byte-offsets from the iobase value. */
184 #define HDSPM_WR_SETTINGS 0
185 #define HDSPM_outputBufferAddress 32
186 #define HDSPM_inputBufferAddress 36
187 #define HDSPM_controlRegister 64
188 #define HDSPM_interruptConfirmation 96
189 #define HDSPM_control2Reg 256 /* not in specs ???????? */
190 #define HDSPM_freqReg 256 /* for setting arbitrary clock values (DDS feature) */
191 #define HDSPM_midiDataOut0 352 /* just believe in old code */
192 #define HDSPM_midiDataOut1 356
193 #define HDSPM_eeprom_wr 384 /* for AES32 */
195 /* DMA enable for 64 channels, only Bit 0 is relevant */
196 #define HDSPM_outputEnableBase 512 /* 512-767 input DMA */
197 #define HDSPM_inputEnableBase 768 /* 768-1023 output DMA */
199 /* 16 page addresses for each of the 64 channels DMA buffer in and out
200 (each 64k=16*4k) Buffer must be 4k aligned (which is default i386 ????) */
201 #define HDSPM_pageAddressBufferOut 8192
202 #define HDSPM_pageAddressBufferIn (HDSPM_pageAddressBufferOut+64*16*4)
204 #define HDSPM_MADI_mixerBase 32768 /* 32768-65535 for 2x64x64 Fader */
206 #define HDSPM_MATRIX_MIXER_SIZE 8192 /* = 2*64*64 * 4 Byte => 32kB */
208 /* --- Read registers. ---
209 These are defined as byte-offsets from the iobase value */
210 #define HDSPM_statusRegister 0
211 /*#define HDSPM_statusRegister2 96 */
212 /* after RME Windows driver sources, status2 is 4-byte word # 48 = word at
213 * offset 192, for AES32 *and* MADI
214 * => need to check that offset 192 is working on MADI */
215 #define HDSPM_statusRegister2 192
216 #define HDSPM_timecodeRegister 128
219 #define HDSPM_RD_STATUS_0 0
220 #define HDSPM_RD_STATUS_1 64
221 #define HDSPM_RD_STATUS_2 128
222 #define HDSPM_RD_STATUS_3 192
224 #define HDSPM_RD_TCO 256
225 #define HDSPM_RD_PLL_FREQ 512
226 #define HDSPM_WR_TCO 128
228 #define HDSPM_TCO1_TCO_lock 0x00000001
229 #define HDSPM_TCO1_WCK_Input_Range_LSB 0x00000002
230 #define HDSPM_TCO1_WCK_Input_Range_MSB 0x00000004
231 #define HDSPM_TCO1_LTC_Input_valid 0x00000008
232 #define HDSPM_TCO1_WCK_Input_valid 0x00000010
233 #define HDSPM_TCO1_Video_Input_Format_NTSC 0x00000020
234 #define HDSPM_TCO1_Video_Input_Format_PAL 0x00000040
236 #define HDSPM_TCO1_set_TC 0x00000100
237 #define HDSPM_TCO1_set_drop_frame_flag 0x00000200
238 #define HDSPM_TCO1_LTC_Format_LSB 0x00000400
239 #define HDSPM_TCO1_LTC_Format_MSB 0x00000800
241 #define HDSPM_TCO2_TC_run 0x00010000
242 #define HDSPM_TCO2_WCK_IO_ratio_LSB 0x00020000
243 #define HDSPM_TCO2_WCK_IO_ratio_MSB 0x00040000
244 #define HDSPM_TCO2_set_num_drop_frames_LSB 0x00080000
245 #define HDSPM_TCO2_set_num_drop_frames_MSB 0x00100000
246 #define HDSPM_TCO2_set_jam_sync 0x00200000
247 #define HDSPM_TCO2_set_flywheel 0x00400000
249 #define HDSPM_TCO2_set_01_4 0x01000000
250 #define HDSPM_TCO2_set_pull_down 0x02000000
251 #define HDSPM_TCO2_set_pull_up 0x04000000
252 #define HDSPM_TCO2_set_freq 0x08000000
253 #define HDSPM_TCO2_set_term_75R 0x10000000
254 #define HDSPM_TCO2_set_input_LSB 0x20000000
255 #define HDSPM_TCO2_set_input_MSB 0x40000000
256 #define HDSPM_TCO2_set_freq_from_app 0x80000000
259 #define HDSPM_midiDataOut0 352
260 #define HDSPM_midiDataOut1 356
261 #define HDSPM_midiDataOut2 368
263 #define HDSPM_midiDataIn0 360
264 #define HDSPM_midiDataIn1 364
265 #define HDSPM_midiDataIn2 372
266 #define HDSPM_midiDataIn3 376
268 /* status is data bytes in MIDI-FIFO (0-128) */
269 #define HDSPM_midiStatusOut0 384
270 #define HDSPM_midiStatusOut1 388
271 #define HDSPM_midiStatusOut2 400
273 #define HDSPM_midiStatusIn0 392
274 #define HDSPM_midiStatusIn1 396
275 #define HDSPM_midiStatusIn2 404
276 #define HDSPM_midiStatusIn3 408
279 /* the meters are regular i/o-mapped registers, but offset
280 considerably from the rest. the peak registers are reset
281 when read; the least-significant 4 bits are full-scale counters;
282 the actual peak value is in the most-significant 24 bits.
285 #define HDSPM_MADI_INPUT_PEAK 4096
286 #define HDSPM_MADI_PLAYBACK_PEAK 4352
287 #define HDSPM_MADI_OUTPUT_PEAK 4608
289 #define HDSPM_MADI_INPUT_RMS_L 6144
290 #define HDSPM_MADI_PLAYBACK_RMS_L 6400
291 #define HDSPM_MADI_OUTPUT_RMS_L 6656
293 #define HDSPM_MADI_INPUT_RMS_H 7168
294 #define HDSPM_MADI_PLAYBACK_RMS_H 7424
295 #define HDSPM_MADI_OUTPUT_RMS_H 7680
297 /* --- Control Register bits --------- */
298 #define HDSPM_Start (1<<0) /* start engine */
300 #define HDSPM_Latency0 (1<<1) /* buffer size = 2^n */
301 #define HDSPM_Latency1 (1<<2) /* where n is defined */
302 #define HDSPM_Latency2 (1<<3) /* by Latency{2,1,0} */
304 #define HDSPM_ClockModeMaster (1<<4) /* 1=Master, 0=Autosync */
305 #define HDSPM_c0Master 0x1 /* Master clock bit in settings
306 register [RayDAT, AIO] */
308 #define HDSPM_AudioInterruptEnable (1<<5) /* what do you think ? */
310 #define HDSPM_Frequency0 (1<<6) /* 0=44.1kHz/88.2kHz 1=48kHz/96kHz */
311 #define HDSPM_Frequency1 (1<<7) /* 0=32kHz/64kHz */
312 #define HDSPM_DoubleSpeed (1<<8) /* 0=normal speed, 1=double speed */
313 #define HDSPM_QuadSpeed (1<<31) /* quad speed bit */
315 #define HDSPM_Professional (1<<9) /* Professional */ /* AES32 ONLY */
316 #define HDSPM_TX_64ch (1<<10) /* Output 64channel MODE=1,
317 56channelMODE=0 */ /* MADI ONLY*/
318 #define HDSPM_Emphasis (1<<10) /* Emphasis */ /* AES32 ONLY */
320 #define HDSPM_AutoInp (1<<11) /* Auto Input (takeover) == Safe Mode,
321 0=off, 1=on */ /* MADI ONLY */
322 #define HDSPM_Dolby (1<<11) /* Dolby = "NonAudio" ?? */ /* AES32 ONLY */
324 #define HDSPM_InputSelect0 (1<<14) /* Input select 0= optical, 1=coax
327 #define HDSPM_InputSelect1 (1<<15) /* should be 0 */
329 #define HDSPM_SyncRef2 (1<<13)
330 #define HDSPM_SyncRef3 (1<<25)
332 #define HDSPM_SMUX (1<<18) /* Frame ??? */ /* MADI ONY */
333 #define HDSPM_clr_tms (1<<19) /* clear track marker, do not use
334 AES additional bits in
335 lower 5 Audiodatabits ??? */
336 #define HDSPM_taxi_reset (1<<20) /* ??? */ /* MADI ONLY ? */
337 #define HDSPM_WCK48 (1<<20) /* Frame ??? = HDSPM_SMUX */ /* AES32 ONLY */
339 #define HDSPM_Midi0InterruptEnable 0x0400000
340 #define HDSPM_Midi1InterruptEnable 0x0800000
341 #define HDSPM_Midi2InterruptEnable 0x0200000
342 #define HDSPM_Midi3InterruptEnable 0x4000000
344 #define HDSPM_LineOut (1<<24) /* Analog Out on channel 63/64 on=1, mute=0 */
345 #define HDSPe_FLOAT_FORMAT 0x2000000
347 #define HDSPM_DS_DoubleWire (1<<26) /* AES32 ONLY */
348 #define HDSPM_QS_DoubleWire (1<<27) /* AES32 ONLY */
349 #define HDSPM_QS_QuadWire (1<<28) /* AES32 ONLY */
351 #define HDSPM_wclk_sel (1<<30)
353 /* additional control register bits for AIO*/
354 #define HDSPM_c0_Wck48 0x20 /* also RayDAT */
355 #define HDSPM_c0_Input0 0x1000
356 #define HDSPM_c0_Input1 0x2000
357 #define HDSPM_c0_Spdif_Opt 0x4000
358 #define HDSPM_c0_Pro 0x8000
359 #define HDSPM_c0_clr_tms 0x10000
360 #define HDSPM_c0_AEB1 0x20000
361 #define HDSPM_c0_AEB2 0x40000
362 #define HDSPM_c0_LineOut 0x80000
363 #define HDSPM_c0_AD_GAIN0 0x100000
364 #define HDSPM_c0_AD_GAIN1 0x200000
365 #define HDSPM_c0_DA_GAIN0 0x400000
366 #define HDSPM_c0_DA_GAIN1 0x800000
367 #define HDSPM_c0_PH_GAIN0 0x1000000
368 #define HDSPM_c0_PH_GAIN1 0x2000000
369 #define HDSPM_c0_Sym6db 0x4000000
372 /* --- bit helper defines */
373 #define HDSPM_LatencyMask (HDSPM_Latency0|HDSPM_Latency1|HDSPM_Latency2)
374 #define HDSPM_FrequencyMask (HDSPM_Frequency0|HDSPM_Frequency1|\
375 HDSPM_DoubleSpeed|HDSPM_QuadSpeed)
376 #define HDSPM_InputMask (HDSPM_InputSelect0|HDSPM_InputSelect1)
377 #define HDSPM_InputOptical 0
378 #define HDSPM_InputCoaxial (HDSPM_InputSelect0)
379 #define HDSPM_SyncRefMask (HDSPM_SyncRef0|HDSPM_SyncRef1|\
380 HDSPM_SyncRef2|HDSPM_SyncRef3)
382 #define HDSPM_c0_SyncRef0 0x2
383 #define HDSPM_c0_SyncRef1 0x4
384 #define HDSPM_c0_SyncRef2 0x8
385 #define HDSPM_c0_SyncRef3 0x10
386 #define HDSPM_c0_SyncRefMask (HDSPM_c0_SyncRef0 | HDSPM_c0_SyncRef1 |\
387 HDSPM_c0_SyncRef2 | HDSPM_c0_SyncRef3)
389 #define HDSPM_SYNC_FROM_WORD 0 /* Preferred sync reference */
390 #define HDSPM_SYNC_FROM_MADI 1 /* choices - used by "pref_sync_ref" */
391 #define HDSPM_SYNC_FROM_TCO 2
392 #define HDSPM_SYNC_FROM_SYNC_IN 3
394 #define HDSPM_Frequency32KHz HDSPM_Frequency0
395 #define HDSPM_Frequency44_1KHz HDSPM_Frequency1
396 #define HDSPM_Frequency48KHz (HDSPM_Frequency1|HDSPM_Frequency0)
397 #define HDSPM_Frequency64KHz (HDSPM_DoubleSpeed|HDSPM_Frequency0)
398 #define HDSPM_Frequency88_2KHz (HDSPM_DoubleSpeed|HDSPM_Frequency1)
399 #define HDSPM_Frequency96KHz (HDSPM_DoubleSpeed|HDSPM_Frequency1|\
401 #define HDSPM_Frequency128KHz (HDSPM_QuadSpeed|HDSPM_Frequency0)
402 #define HDSPM_Frequency176_4KHz (HDSPM_QuadSpeed|HDSPM_Frequency1)
403 #define HDSPM_Frequency192KHz (HDSPM_QuadSpeed|HDSPM_Frequency1|\
407 /* Synccheck Status */
408 #define HDSPM_SYNC_CHECK_NO_LOCK 0
409 #define HDSPM_SYNC_CHECK_LOCK 1
410 #define HDSPM_SYNC_CHECK_SYNC 2
412 /* AutoSync References - used by "autosync_ref" control switch */
413 #define HDSPM_AUTOSYNC_FROM_WORD 0
414 #define HDSPM_AUTOSYNC_FROM_MADI 1
415 #define HDSPM_AUTOSYNC_FROM_TCO 2
416 #define HDSPM_AUTOSYNC_FROM_SYNC_IN 3
417 #define HDSPM_AUTOSYNC_FROM_NONE 4
419 /* Possible sources of MADI input */
420 #define HDSPM_OPTICAL 0 /* optical */
421 #define HDSPM_COAXIAL 1 /* BNC */
423 #define hdspm_encode_latency(x) (((x)<<1) & HDSPM_LatencyMask)
424 #define hdspm_decode_latency(x) ((((x) & HDSPM_LatencyMask)>>1))
426 #define hdspm_encode_in(x) (((x)&0x3)<<14)
427 #define hdspm_decode_in(x) (((x)>>14)&0x3)
429 /* --- control2 register bits --- */
430 #define HDSPM_TMS (1<<0)
431 #define HDSPM_TCK (1<<1)
432 #define HDSPM_TDI (1<<2)
433 #define HDSPM_JTAG (1<<3)
434 #define HDSPM_PWDN (1<<4)
435 #define HDSPM_PROGRAM (1<<5)
436 #define HDSPM_CONFIG_MODE_0 (1<<6)
437 #define HDSPM_CONFIG_MODE_1 (1<<7)
438 /*#define HDSPM_VERSION_BIT (1<<8) not defined any more*/
439 #define HDSPM_BIGENDIAN_MODE (1<<9)
440 #define HDSPM_RD_MULTIPLE (1<<10)
442 /* --- Status Register bits --- */ /* MADI ONLY */ /* Bits defined here and
443 that do not conflict with specific bits for AES32 seem to be valid also
446 #define HDSPM_audioIRQPending (1<<0) /* IRQ is high and pending */
447 #define HDSPM_RX_64ch (1<<1) /* Input 64chan. MODE=1, 56chn MODE=0 */
448 #define HDSPM_AB_int (1<<2) /* InputChannel Opt=0, Coax=1
452 #define HDSPM_madiLock (1<<3) /* MADI Locked =1, no=0 */
453 #define HDSPM_madiSync (1<<18) /* MADI is in sync */
455 #define HDSPM_tcoLockMadi 0x00000020 /* Optional TCO locked status for HDSPe MADI*/
456 #define HDSPM_tcoSync 0x10000000 /* Optional TCO sync status for HDSPe MADI and AES32!*/
458 #define HDSPM_syncInLock 0x00010000 /* Sync In lock status for HDSPe MADI! */
459 #define HDSPM_syncInSync 0x00020000 /* Sync In sync status for HDSPe MADI! */
461 #define HDSPM_BufferPositionMask 0x000FFC0 /* Bit 6..15 : h/w buffer pointer */
462 /* since 64byte accurate, last 6 bits are not used */
466 #define HDSPM_DoubleSpeedStatus (1<<19) /* (input) card in double speed */
468 #define HDSPM_madiFreq0 (1<<22) /* system freq 0=error */
469 #define HDSPM_madiFreq1 (1<<23) /* 1=32, 2=44.1 3=48 */
470 #define HDSPM_madiFreq2 (1<<24) /* 4=64, 5=88.2 6=96 */
471 #define HDSPM_madiFreq3 (1<<25) /* 7=128, 8=176.4 9=192 */
473 #define HDSPM_BufferID (1<<26) /* (Double)Buffer ID toggles with
476 #define HDSPM_tco_detect 0x08000000
477 #define HDSPM_tcoLockAes 0x20000000 /* Optional TCO locked status for HDSPe AES */
479 #define HDSPM_s2_tco_detect 0x00000040
480 #define HDSPM_s2_AEBO_D 0x00000080
481 #define HDSPM_s2_AEBI_D 0x00000100
484 #define HDSPM_midi0IRQPending 0x40000000
485 #define HDSPM_midi1IRQPending 0x80000000
486 #define HDSPM_midi2IRQPending 0x20000000
487 #define HDSPM_midi2IRQPendingAES 0x00000020
488 #define HDSPM_midi3IRQPending 0x00200000
490 /* --- status bit helpers */
491 #define HDSPM_madiFreqMask (HDSPM_madiFreq0|HDSPM_madiFreq1|\
492 HDSPM_madiFreq2|HDSPM_madiFreq3)
493 #define HDSPM_madiFreq32 (HDSPM_madiFreq0)
494 #define HDSPM_madiFreq44_1 (HDSPM_madiFreq1)
495 #define HDSPM_madiFreq48 (HDSPM_madiFreq0|HDSPM_madiFreq1)
496 #define HDSPM_madiFreq64 (HDSPM_madiFreq2)
497 #define HDSPM_madiFreq88_2 (HDSPM_madiFreq0|HDSPM_madiFreq2)
498 #define HDSPM_madiFreq96 (HDSPM_madiFreq1|HDSPM_madiFreq2)
499 #define HDSPM_madiFreq128 (HDSPM_madiFreq0|HDSPM_madiFreq1|HDSPM_madiFreq2)
500 #define HDSPM_madiFreq176_4 (HDSPM_madiFreq3)
501 #define HDSPM_madiFreq192 (HDSPM_madiFreq3|HDSPM_madiFreq0)
503 /* Status2 Register bits */ /* MADI ONLY */
505 #define HDSPM_version0 (1<<0) /* not really defined but I guess */
506 #define HDSPM_version1 (1<<1) /* in former cards it was ??? */
507 #define HDSPM_version2 (1<<2)
509 #define HDSPM_wcLock (1<<3) /* Wordclock is detected and locked */
510 #define HDSPM_wcSync (1<<4) /* Wordclock is in sync with systemclock */
512 #define HDSPM_wc_freq0 (1<<5) /* input freq detected via autosync */
513 #define HDSPM_wc_freq1 (1<<6) /* 001=32, 010==44.1, 011=48, */
514 #define HDSPM_wc_freq2 (1<<7) /* 100=64, 101=88.2, 110=96, 111=128 */
515 #define HDSPM_wc_freq3 0x800 /* 1000=176.4, 1001=192 */
517 #define HDSPM_SyncRef0 0x10000 /* Sync Reference */
518 #define HDSPM_SyncRef1 0x20000
520 #define HDSPM_SelSyncRef0 (1<<8) /* AutoSync Source */
521 #define HDSPM_SelSyncRef1 (1<<9) /* 000=word, 001=MADI, */
522 #define HDSPM_SelSyncRef2 (1<<10) /* 111=no valid signal */
524 #define HDSPM_wc_valid (HDSPM_wcLock|HDSPM_wcSync)
526 #define HDSPM_wcFreqMask (HDSPM_wc_freq0|HDSPM_wc_freq1|HDSPM_wc_freq2|\
528 #define HDSPM_wcFreq32 (HDSPM_wc_freq0)
529 #define HDSPM_wcFreq44_1 (HDSPM_wc_freq1)
530 #define HDSPM_wcFreq48 (HDSPM_wc_freq0|HDSPM_wc_freq1)
531 #define HDSPM_wcFreq64 (HDSPM_wc_freq2)
532 #define HDSPM_wcFreq88_2 (HDSPM_wc_freq0|HDSPM_wc_freq2)
533 #define HDSPM_wcFreq96 (HDSPM_wc_freq1|HDSPM_wc_freq2)
534 #define HDSPM_wcFreq128 (HDSPM_wc_freq0|HDSPM_wc_freq1|HDSPM_wc_freq2)
535 #define HDSPM_wcFreq176_4 (HDSPM_wc_freq3)
536 #define HDSPM_wcFreq192 (HDSPM_wc_freq0|HDSPM_wc_freq3)
538 #define HDSPM_status1_F_0 0x0400000
539 #define HDSPM_status1_F_1 0x0800000
540 #define HDSPM_status1_F_2 0x1000000
541 #define HDSPM_status1_F_3 0x2000000
542 #define HDSPM_status1_freqMask (HDSPM_status1_F_0|HDSPM_status1_F_1|HDSPM_status1_F_2|HDSPM_status1_F_3)
545 #define HDSPM_SelSyncRefMask (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1|\
547 #define HDSPM_SelSyncRef_WORD 0
548 #define HDSPM_SelSyncRef_MADI (HDSPM_SelSyncRef0)
549 #define HDSPM_SelSyncRef_TCO (HDSPM_SelSyncRef1)
550 #define HDSPM_SelSyncRef_SyncIn (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1)
551 #define HDSPM_SelSyncRef_NVALID (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1|\
555 For AES32, bits for status, status2 and timecode are different
558 #define HDSPM_AES32_wcLock 0x0200000
559 #define HDSPM_AES32_wcSync 0x0100000
560 #define HDSPM_AES32_wcFreq_bit 22
561 /* (status >> HDSPM_AES32_wcFreq_bit) & 0xF gives WC frequency (cf function
563 #define HDSPM_AES32_syncref_bit 16
564 /* (status >> HDSPM_AES32_syncref_bit) & 0xF gives sync source */
566 #define HDSPM_AES32_AUTOSYNC_FROM_WORD 0
567 #define HDSPM_AES32_AUTOSYNC_FROM_AES1 1
568 #define HDSPM_AES32_AUTOSYNC_FROM_AES2 2
569 #define HDSPM_AES32_AUTOSYNC_FROM_AES3 3
570 #define HDSPM_AES32_AUTOSYNC_FROM_AES4 4
571 #define HDSPM_AES32_AUTOSYNC_FROM_AES5 5
572 #define HDSPM_AES32_AUTOSYNC_FROM_AES6 6
573 #define HDSPM_AES32_AUTOSYNC_FROM_AES7 7
574 #define HDSPM_AES32_AUTOSYNC_FROM_AES8 8
575 #define HDSPM_AES32_AUTOSYNC_FROM_TCO 9
576 #define HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN 10
577 #define HDSPM_AES32_AUTOSYNC_FROM_NONE 11
580 /* HDSPM_LockAES_bit is given by HDSPM_LockAES >> (AES# - 1) */
581 #define HDSPM_LockAES 0x80
582 #define HDSPM_LockAES1 0x80
583 #define HDSPM_LockAES2 0x40
584 #define HDSPM_LockAES3 0x20
585 #define HDSPM_LockAES4 0x10
586 #define HDSPM_LockAES5 0x8
587 #define HDSPM_LockAES6 0x4
588 #define HDSPM_LockAES7 0x2
589 #define HDSPM_LockAES8 0x1
592 After windows driver sources, bits 4*i to 4*i+3 give the input frequency on
604 NB: Timecode register doesn't seem to work on AES32 card revision 230
608 #define UNITY_GAIN 32768 /* = 65536/2 */
609 #define MINUS_INFINITY_GAIN 0
611 /* Number of channels for different Speed Modes */
612 #define MADI_SS_CHANNELS 64
613 #define MADI_DS_CHANNELS 32
614 #define MADI_QS_CHANNELS 16
616 #define RAYDAT_SS_CHANNELS 36
617 #define RAYDAT_DS_CHANNELS 20
618 #define RAYDAT_QS_CHANNELS 12
620 #define AIO_IN_SS_CHANNELS 14
621 #define AIO_IN_DS_CHANNELS 10
622 #define AIO_IN_QS_CHANNELS 8
623 #define AIO_OUT_SS_CHANNELS 16
624 #define AIO_OUT_DS_CHANNELS 12
625 #define AIO_OUT_QS_CHANNELS 10
627 #define AES32_CHANNELS 16
629 /* the size of a substream (1 mono data stream) */
630 #define HDSPM_CHANNEL_BUFFER_SAMPLES (16*1024)
631 #define HDSPM_CHANNEL_BUFFER_BYTES (4*HDSPM_CHANNEL_BUFFER_SAMPLES)
633 /* the size of the area we need to allocate for DMA transfers. the
634 size is the same regardless of the number of channels, and
635 also the latency to use.
636 for one direction !!!
638 #define HDSPM_DMA_AREA_BYTES (HDSPM_MAX_CHANNELS * HDSPM_CHANNEL_BUFFER_BYTES)
639 #define HDSPM_DMA_AREA_KILOBYTES (HDSPM_DMA_AREA_BYTES/1024)
641 #define HDSPM_RAYDAT_REV 211
642 #define HDSPM_AIO_REV 212
643 #define HDSPM_MADIFACE_REV 213
645 /* speed factor modes */
646 #define HDSPM_SPEED_SINGLE 0
647 #define HDSPM_SPEED_DOUBLE 1
648 #define HDSPM_SPEED_QUAD 2
650 /* names for speed modes */
651 static char *hdspm_speed_names
[] = { "single", "double", "quad" };
653 static const char *const texts_autosync_aes_tco
[] = { "Word Clock",
654 "AES1", "AES2", "AES3", "AES4",
655 "AES5", "AES6", "AES7", "AES8",
658 static const char *const texts_autosync_aes
[] = { "Word Clock",
659 "AES1", "AES2", "AES3", "AES4",
660 "AES5", "AES6", "AES7", "AES8",
663 static const char *const texts_autosync_madi_tco
[] = { "Word Clock",
664 "MADI", "TCO", "Sync In" };
665 static const char *const texts_autosync_madi
[] = { "Word Clock",
668 static const char *const texts_autosync_raydat_tco
[] = {
670 "ADAT 1", "ADAT 2", "ADAT 3", "ADAT 4",
671 "AES", "SPDIF", "TCO", "Sync In"
673 static const char *const texts_autosync_raydat
[] = {
675 "ADAT 1", "ADAT 2", "ADAT 3", "ADAT 4",
676 "AES", "SPDIF", "Sync In"
678 static const char *const texts_autosync_aio_tco
[] = {
680 "ADAT", "AES", "SPDIF", "TCO", "Sync In"
682 static const char *const texts_autosync_aio
[] = { "Word Clock",
683 "ADAT", "AES", "SPDIF", "Sync In" };
685 static const char *const texts_freq
[] = {
698 static char *texts_ports_madi
[] = {
699 "MADI.1", "MADI.2", "MADI.3", "MADI.4", "MADI.5", "MADI.6",
700 "MADI.7", "MADI.8", "MADI.9", "MADI.10", "MADI.11", "MADI.12",
701 "MADI.13", "MADI.14", "MADI.15", "MADI.16", "MADI.17", "MADI.18",
702 "MADI.19", "MADI.20", "MADI.21", "MADI.22", "MADI.23", "MADI.24",
703 "MADI.25", "MADI.26", "MADI.27", "MADI.28", "MADI.29", "MADI.30",
704 "MADI.31", "MADI.32", "MADI.33", "MADI.34", "MADI.35", "MADI.36",
705 "MADI.37", "MADI.38", "MADI.39", "MADI.40", "MADI.41", "MADI.42",
706 "MADI.43", "MADI.44", "MADI.45", "MADI.46", "MADI.47", "MADI.48",
707 "MADI.49", "MADI.50", "MADI.51", "MADI.52", "MADI.53", "MADI.54",
708 "MADI.55", "MADI.56", "MADI.57", "MADI.58", "MADI.59", "MADI.60",
709 "MADI.61", "MADI.62", "MADI.63", "MADI.64",
713 static char *texts_ports_raydat_ss
[] = {
714 "ADAT1.1", "ADAT1.2", "ADAT1.3", "ADAT1.4", "ADAT1.5", "ADAT1.6",
715 "ADAT1.7", "ADAT1.8", "ADAT2.1", "ADAT2.2", "ADAT2.3", "ADAT2.4",
716 "ADAT2.5", "ADAT2.6", "ADAT2.7", "ADAT2.8", "ADAT3.1", "ADAT3.2",
717 "ADAT3.3", "ADAT3.4", "ADAT3.5", "ADAT3.6", "ADAT3.7", "ADAT3.8",
718 "ADAT4.1", "ADAT4.2", "ADAT4.3", "ADAT4.4", "ADAT4.5", "ADAT4.6",
719 "ADAT4.7", "ADAT4.8",
724 static char *texts_ports_raydat_ds
[] = {
725 "ADAT1.1", "ADAT1.2", "ADAT1.3", "ADAT1.4",
726 "ADAT2.1", "ADAT2.2", "ADAT2.3", "ADAT2.4",
727 "ADAT3.1", "ADAT3.2", "ADAT3.3", "ADAT3.4",
728 "ADAT4.1", "ADAT4.2", "ADAT4.3", "ADAT4.4",
733 static char *texts_ports_raydat_qs
[] = {
734 "ADAT1.1", "ADAT1.2",
735 "ADAT2.1", "ADAT2.2",
736 "ADAT3.1", "ADAT3.2",
737 "ADAT4.1", "ADAT4.2",
743 static char *texts_ports_aio_in_ss
[] = {
744 "Analogue.L", "Analogue.R",
746 "SPDIF.L", "SPDIF.R",
747 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4", "ADAT.5", "ADAT.6",
749 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
752 static char *texts_ports_aio_out_ss
[] = {
753 "Analogue.L", "Analogue.R",
755 "SPDIF.L", "SPDIF.R",
756 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4", "ADAT.5", "ADAT.6",
758 "Phone.L", "Phone.R",
759 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
762 static char *texts_ports_aio_in_ds
[] = {
763 "Analogue.L", "Analogue.R",
765 "SPDIF.L", "SPDIF.R",
766 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
767 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
770 static char *texts_ports_aio_out_ds
[] = {
771 "Analogue.L", "Analogue.R",
773 "SPDIF.L", "SPDIF.R",
774 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
775 "Phone.L", "Phone.R",
776 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
779 static char *texts_ports_aio_in_qs
[] = {
780 "Analogue.L", "Analogue.R",
782 "SPDIF.L", "SPDIF.R",
783 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
784 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
787 static char *texts_ports_aio_out_qs
[] = {
788 "Analogue.L", "Analogue.R",
790 "SPDIF.L", "SPDIF.R",
791 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
792 "Phone.L", "Phone.R",
793 "AEB.1", "AEB.2", "AEB.3", "AEB.4"
796 static char *texts_ports_aes32
[] = {
797 "AES.1", "AES.2", "AES.3", "AES.4", "AES.5", "AES.6", "AES.7",
798 "AES.8", "AES.9.", "AES.10", "AES.11", "AES.12", "AES.13", "AES.14",
802 /* These tables map the ALSA channels 1..N to the channels that we
803 need to use in order to find the relevant channel buffer. RME
804 refers to this kind of mapping as between "the ADAT channel and
805 the DMA channel." We index it using the logical audio channel,
806 and the value is the DMA channel (i.e. channel buffer number)
807 where the data for that channel can be read/written from/to.
810 static char channel_map_unity_ss
[HDSPM_MAX_CHANNELS
] = {
811 0, 1, 2, 3, 4, 5, 6, 7,
812 8, 9, 10, 11, 12, 13, 14, 15,
813 16, 17, 18, 19, 20, 21, 22, 23,
814 24, 25, 26, 27, 28, 29, 30, 31,
815 32, 33, 34, 35, 36, 37, 38, 39,
816 40, 41, 42, 43, 44, 45, 46, 47,
817 48, 49, 50, 51, 52, 53, 54, 55,
818 56, 57, 58, 59, 60, 61, 62, 63
821 static char channel_map_raydat_ss
[HDSPM_MAX_CHANNELS
] = {
822 4, 5, 6, 7, 8, 9, 10, 11, /* ADAT 1 */
823 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT 2 */
824 20, 21, 22, 23, 24, 25, 26, 27, /* ADAT 3 */
825 28, 29, 30, 31, 32, 33, 34, 35, /* ADAT 4 */
829 -1, -1, -1, -1, -1, -1, -1, -1,
830 -1, -1, -1, -1, -1, -1, -1, -1,
831 -1, -1, -1, -1, -1, -1, -1, -1,
834 static char channel_map_raydat_ds
[HDSPM_MAX_CHANNELS
] = {
835 4, 5, 6, 7, /* ADAT 1 */
836 8, 9, 10, 11, /* ADAT 2 */
837 12, 13, 14, 15, /* ADAT 3 */
838 16, 17, 18, 19, /* ADAT 4 */
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,
846 -1, -1, -1, -1, -1, -1, -1, -1,
849 static char channel_map_raydat_qs
[HDSPM_MAX_CHANNELS
] = {
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,
862 -1, -1, -1, -1, -1, -1, -1, -1,
865 static char channel_map_aio_in_ss
[HDSPM_MAX_CHANNELS
] = {
868 10, 11, /* spdif in */
869 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT in */
870 2, 3, 4, 5, /* AEB */
871 -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,
876 -1, -1, -1, -1, -1, -1, -1, -1,
879 static char channel_map_aio_out_ss
[HDSPM_MAX_CHANNELS
] = {
882 10, 11, /* spdif out */
883 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT out */
884 6, 7, /* phone out */
885 2, 3, 4, 5, /* AEB */
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,
891 -1, -1, -1, -1, -1, -1, -1, -1,
894 static char channel_map_aio_in_ds
[HDSPM_MAX_CHANNELS
] = {
897 10, 11, /* spdif in */
898 12, 14, 16, 18, /* adat in */
899 2, 3, 4, 5, /* AEB */
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,
906 -1, -1, -1, -1, -1, -1, -1, -1
909 static char channel_map_aio_out_ds
[HDSPM_MAX_CHANNELS
] = {
912 10, 11, /* spdif out */
913 12, 14, 16, 18, /* adat out */
914 6, 7, /* phone out */
915 2, 3, 4, 5, /* AEB */
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,
921 -1, -1, -1, -1, -1, -1, -1, -1
924 static char channel_map_aio_in_qs
[HDSPM_MAX_CHANNELS
] = {
927 10, 11, /* spdif in */
928 12, 16, /* adat in */
929 2, 3, 4, 5, /* AEB */
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,
936 -1, -1, -1, -1, -1, -1, -1, -1
939 static char channel_map_aio_out_qs
[HDSPM_MAX_CHANNELS
] = {
942 10, 11, /* spdif out */
943 12, 16, /* adat out */
944 6, 7, /* phone out */
945 2, 3, 4, 5, /* AEB */
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,
952 -1, -1, -1, -1, -1, -1, -1, -1
955 static char channel_map_aes32
[HDSPM_MAX_CHANNELS
] = {
956 0, 1, 2, 3, 4, 5, 6, 7,
957 8, 9, 10, 11, 12, 13, 14, 15,
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,
963 -1, -1, -1, -1, -1, -1, -1, -1
969 struct snd_rawmidi
*rmidi
;
970 struct snd_rawmidi_substream
*input
;
971 struct snd_rawmidi_substream
*output
;
972 char istimer
; /* timer in use */
973 struct timer_list timer
;
985 int input
; /* 0: LTC, 1:Video, 2: WC*/
986 int framerate
; /* 0=24, 1=25, 2=29.97, 3=29.97d, 4=30, 5=30d */
987 int wordclock
; /* 0=1:1, 1=44.1->48, 2=48->44.1 */
988 int samplerate
; /* 0=44.1, 1=48, 2= freq from app */
989 int pull
; /* 0=0, 1=+0.1%, 2=-0.1%, 3=+4%, 4=-4%*/
990 int term
; /* 0 = off, 1 = on */
995 /* only one playback and/or capture stream */
996 struct snd_pcm_substream
*capture_substream
;
997 struct snd_pcm_substream
*playback_substream
;
999 char *card_name
; /* for procinfo */
1000 unsigned short firmware_rev
; /* dont know if relevant (yes if AES32)*/
1004 int monitor_outs
; /* set up monitoring outs init flag */
1006 u32 control_register
; /* cached value */
1007 u32 control2_register
; /* cached value */
1008 u32 settings_register
; /* cached value for AIO / RayDat (sync reference, master/slave) */
1010 struct hdspm_midi midi
[4];
1011 struct tasklet_struct midi_tasklet
;
1013 size_t period_bytes
;
1014 unsigned char ss_in_channels
;
1015 unsigned char ds_in_channels
;
1016 unsigned char qs_in_channels
;
1017 unsigned char ss_out_channels
;
1018 unsigned char ds_out_channels
;
1019 unsigned char qs_out_channels
;
1021 unsigned char max_channels_in
;
1022 unsigned char max_channels_out
;
1024 signed char *channel_map_in
;
1025 signed char *channel_map_out
;
1027 signed char *channel_map_in_ss
, *channel_map_in_ds
, *channel_map_in_qs
;
1028 signed char *channel_map_out_ss
, *channel_map_out_ds
, *channel_map_out_qs
;
1030 char **port_names_in
;
1031 char **port_names_out
;
1033 char **port_names_in_ss
, **port_names_in_ds
, **port_names_in_qs
;
1034 char **port_names_out_ss
, **port_names_out_ds
, **port_names_out_qs
;
1036 unsigned char *playback_buffer
; /* suitably aligned address */
1037 unsigned char *capture_buffer
; /* suitably aligned address */
1039 pid_t capture_pid
; /* process id which uses capture */
1040 pid_t playback_pid
; /* process id which uses capture */
1041 int running
; /* running status */
1043 int last_external_sample_rate
; /* samplerate mystic ... */
1044 int last_internal_sample_rate
;
1045 int system_sample_rate
;
1047 int dev
; /* Hardware vars... */
1050 void __iomem
*iobase
;
1052 int irq_count
; /* for debug */
1055 struct snd_card
*card
; /* one card */
1056 struct snd_pcm
*pcm
; /* has one pcm */
1057 struct snd_hwdep
*hwdep
; /* and a hwdep for additional ioctl */
1058 struct pci_dev
*pci
; /* and an pci info */
1061 /* fast alsa mixer */
1062 struct snd_kcontrol
*playback_mixer_ctls
[HDSPM_MAX_CHANNELS
];
1063 /* but input to much, so not used */
1064 struct snd_kcontrol
*input_mixer_ctls
[HDSPM_MAX_CHANNELS
];
1065 /* full mixer accessible over mixer ioctl or hwdep-device */
1066 struct hdspm_mixer
*mixer
;
1068 struct hdspm_tco
*tco
; /* NULL if no TCO detected */
1070 const char *const *texts_autosync
;
1071 int texts_autosync_items
;
1073 cycles_t last_interrupt
;
1075 unsigned int serial
;
1077 struct hdspm_peak_rms peak_rms
;
1081 static const struct pci_device_id snd_hdspm_ids
[] = {
1083 .vendor
= PCI_VENDOR_ID_XILINX
,
1084 .device
= PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP_MADI
,
1085 .subvendor
= PCI_ANY_ID
,
1086 .subdevice
= PCI_ANY_ID
,
1093 MODULE_DEVICE_TABLE(pci
, snd_hdspm_ids
);
1096 static int snd_hdspm_create_alsa_devices(struct snd_card
*card
,
1097 struct hdspm
*hdspm
);
1098 static int snd_hdspm_create_pcm(struct snd_card
*card
,
1099 struct hdspm
*hdspm
);
1101 static inline void snd_hdspm_initialize_midi_flush(struct hdspm
*hdspm
);
1102 static inline int hdspm_get_pll_freq(struct hdspm
*hdspm
);
1103 static int hdspm_update_simple_mixer_controls(struct hdspm
*hdspm
);
1104 static int hdspm_autosync_ref(struct hdspm
*hdspm
);
1105 static int hdspm_set_toggle_setting(struct hdspm
*hdspm
, u32 regmask
, int out
);
1106 static int snd_hdspm_set_defaults(struct hdspm
*hdspm
);
1107 static int hdspm_system_clock_mode(struct hdspm
*hdspm
);
1108 static void hdspm_set_sgbuf(struct hdspm
*hdspm
,
1109 struct snd_pcm_substream
*substream
,
1110 unsigned int reg
, int channels
);
1112 static int hdspm_aes_sync_check(struct hdspm
*hdspm
, int idx
);
1113 static int hdspm_wc_sync_check(struct hdspm
*hdspm
);
1114 static int hdspm_tco_sync_check(struct hdspm
*hdspm
);
1115 static int hdspm_sync_in_sync_check(struct hdspm
*hdspm
);
1117 static int hdspm_get_aes_sample_rate(struct hdspm
*hdspm
, int index
);
1118 static int hdspm_get_tco_sample_rate(struct hdspm
*hdspm
);
1119 static int hdspm_get_wc_sample_rate(struct hdspm
*hdspm
);
1123 static inline int HDSPM_bit2freq(int n
)
1125 static const int bit2freq_tab
[] = {
1126 0, 32000, 44100, 48000, 64000, 88200,
1127 96000, 128000, 176400, 192000 };
1130 return bit2freq_tab
[n
];
1133 static bool hdspm_is_raydat_or_aio(struct hdspm
*hdspm
)
1135 return ((AIO
== hdspm
->io_type
) || (RayDAT
== hdspm
->io_type
));
1139 /* Write/read to/from HDSPM with Adresses in Bytes
1140 not words but only 32Bit writes are allowed */
1142 static inline void hdspm_write(struct hdspm
* hdspm
, unsigned int reg
,
1145 writel(val
, hdspm
->iobase
+ reg
);
1148 static inline unsigned int hdspm_read(struct hdspm
* hdspm
, unsigned int reg
)
1150 return readl(hdspm
->iobase
+ reg
);
1153 /* for each output channel (chan) I have an Input (in) and Playback (pb) Fader
1154 mixer is write only on hardware so we have to cache him for read
1155 each fader is a u32, but uses only the first 16 bit */
1157 static inline int hdspm_read_in_gain(struct hdspm
* hdspm
, unsigned int chan
,
1160 if (chan
>= HDSPM_MIXER_CHANNELS
|| in
>= HDSPM_MIXER_CHANNELS
)
1163 return hdspm
->mixer
->ch
[chan
].in
[in
];
1166 static inline int hdspm_read_pb_gain(struct hdspm
* hdspm
, unsigned int chan
,
1169 if (chan
>= HDSPM_MIXER_CHANNELS
|| pb
>= HDSPM_MIXER_CHANNELS
)
1171 return hdspm
->mixer
->ch
[chan
].pb
[pb
];
1174 static int hdspm_write_in_gain(struct hdspm
*hdspm
, unsigned int chan
,
1175 unsigned int in
, unsigned short data
)
1177 if (chan
>= HDSPM_MIXER_CHANNELS
|| in
>= HDSPM_MIXER_CHANNELS
)
1181 HDSPM_MADI_mixerBase
+
1182 ((in
+ 128 * chan
) * sizeof(u32
)),
1183 (hdspm
->mixer
->ch
[chan
].in
[in
] = data
& 0xFFFF));
1187 static int hdspm_write_pb_gain(struct hdspm
*hdspm
, unsigned int chan
,
1188 unsigned int pb
, unsigned short data
)
1190 if (chan
>= HDSPM_MIXER_CHANNELS
|| pb
>= HDSPM_MIXER_CHANNELS
)
1194 HDSPM_MADI_mixerBase
+
1195 ((64 + pb
+ 128 * chan
) * sizeof(u32
)),
1196 (hdspm
->mixer
->ch
[chan
].pb
[pb
] = data
& 0xFFFF));
1201 /* enable DMA for specific channels, now available for DSP-MADI */
1202 static inline void snd_hdspm_enable_in(struct hdspm
* hdspm
, int i
, int v
)
1204 hdspm_write(hdspm
, HDSPM_inputEnableBase
+ (4 * i
), v
);
1207 static inline void snd_hdspm_enable_out(struct hdspm
* hdspm
, int i
, int v
)
1209 hdspm_write(hdspm
, HDSPM_outputEnableBase
+ (4 * i
), v
);
1212 /* check if same process is writing and reading */
1213 static int snd_hdspm_use_is_exclusive(struct hdspm
*hdspm
)
1215 unsigned long flags
;
1218 spin_lock_irqsave(&hdspm
->lock
, flags
);
1219 if ((hdspm
->playback_pid
!= hdspm
->capture_pid
) &&
1220 (hdspm
->playback_pid
>= 0) && (hdspm
->capture_pid
>= 0)) {
1223 spin_unlock_irqrestore(&hdspm
->lock
, flags
);
1227 /* round arbitary sample rates to commonly known rates */
1228 static int hdspm_round_frequency(int rate
)
1238 /* QS and DS rates normally can not be detected
1239 * automatically by the card. Only exception is MADI
1240 * in 96k frame mode.
1242 * So if we read SS values (32 .. 48k), check for
1243 * user-provided DS/QS bits in the control register
1244 * and multiply the base frequency accordingly.
1246 static int hdspm_rate_multiplier(struct hdspm
*hdspm
, int rate
)
1248 if (rate
<= 48000) {
1249 if (hdspm
->control_register
& HDSPM_QuadSpeed
)
1251 else if (hdspm
->control_register
&
1258 /* check for external sample rate, returns the sample rate in Hz*/
1259 static int hdspm_external_sample_rate(struct hdspm
*hdspm
)
1261 unsigned int status
, status2
;
1262 int syncref
, rate
= 0, rate_bits
;
1264 switch (hdspm
->io_type
) {
1266 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
1267 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
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
)
1605 if (snd_BUG_ON(rate
<= 0))
1610 else if (rate
>= 56000)
1613 switch (hdspm
->io_type
) {
1615 n
= 131072000000000ULL; /* 125 MHz */
1619 n
= 110069313433624ULL; /* 105 MHz */
1623 n
= 104857600000000ULL; /* 100 MHz */
1630 n
= div_u64(n
, rate
);
1631 /* n should be less than 2^32 for being written to FREQ register */
1632 snd_BUG_ON(n
>> 32);
1633 hdspm_write(hdspm
, HDSPM_freqReg
, (u32
)n
);
1636 /* dummy set rate lets see what happens */
1637 static int hdspm_set_rate(struct hdspm
* hdspm
, int rate
, int called_internally
)
1642 int current_speed
, target_speed
;
1644 /* ASSUMPTION: hdspm->lock is either set, or there is no need for
1645 it (e.g. during module initialization).
1648 if (!(hdspm
->control_register
& HDSPM_ClockModeMaster
)) {
1651 if (called_internally
) {
1653 /* request from ctl or card initialization
1654 just make a warning an remember setting
1655 for future master mode switching */
1657 dev_warn(hdspm
->card
->dev
,
1658 "Warning: device is not running as a clock master.\n");
1662 /* hw_param request while in AutoSync mode */
1664 hdspm_external_sample_rate(hdspm
);
1666 if (hdspm_autosync_ref(hdspm
) ==
1667 HDSPM_AUTOSYNC_FROM_NONE
) {
1669 dev_warn(hdspm
->card
->dev
,
1670 "Detected no External Sync\n");
1673 } else if (rate
!= external_freq
) {
1675 dev_warn(hdspm
->card
->dev
,
1676 "Warning: No AutoSync source for requested rate\n");
1682 current_rate
= hdspm
->system_sample_rate
;
1684 /* Changing between Singe, Double and Quad speed is not
1685 allowed if any substreams are open. This is because such a change
1686 causes a shift in the location of the DMA buffers and a reduction
1687 in the number of available buffers.
1689 Note that a similar but essentially insoluble problem exists for
1690 externally-driven rate changes. All we can do is to flag rate
1691 changes in the read/write routines.
1694 if (current_rate
<= 48000)
1695 current_speed
= HDSPM_SPEED_SINGLE
;
1696 else if (current_rate
<= 96000)
1697 current_speed
= HDSPM_SPEED_DOUBLE
;
1699 current_speed
= HDSPM_SPEED_QUAD
;
1702 target_speed
= HDSPM_SPEED_SINGLE
;
1703 else if (rate
<= 96000)
1704 target_speed
= HDSPM_SPEED_DOUBLE
;
1706 target_speed
= HDSPM_SPEED_QUAD
;
1710 rate_bits
= HDSPM_Frequency32KHz
;
1713 rate_bits
= HDSPM_Frequency44_1KHz
;
1716 rate_bits
= HDSPM_Frequency48KHz
;
1719 rate_bits
= HDSPM_Frequency64KHz
;
1722 rate_bits
= HDSPM_Frequency88_2KHz
;
1725 rate_bits
= HDSPM_Frequency96KHz
;
1728 rate_bits
= HDSPM_Frequency128KHz
;
1731 rate_bits
= HDSPM_Frequency176_4KHz
;
1734 rate_bits
= HDSPM_Frequency192KHz
;
1740 if (current_speed
!= target_speed
1741 && (hdspm
->capture_pid
>= 0 || hdspm
->playback_pid
>= 0)) {
1742 dev_err(hdspm
->card
->dev
,
1743 "cannot change from %s speed to %s speed mode (capture PID = %d, playback PID = %d)\n",
1744 hdspm_speed_names
[current_speed
],
1745 hdspm_speed_names
[target_speed
],
1746 hdspm
->capture_pid
, hdspm
->playback_pid
);
1750 hdspm
->control_register
&= ~HDSPM_FrequencyMask
;
1751 hdspm
->control_register
|= rate_bits
;
1752 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
1754 /* For AES32, need to set DDS value in FREQ register
1755 For MADI, also apparently */
1756 hdspm_set_dds_value(hdspm
, rate
);
1758 if (AES32
== hdspm
->io_type
&& rate
!= current_rate
)
1759 hdspm_write(hdspm
, HDSPM_eeprom_wr
, 0);
1761 hdspm
->system_sample_rate
= rate
;
1763 if (rate
<= 48000) {
1764 hdspm
->channel_map_in
= hdspm
->channel_map_in_ss
;
1765 hdspm
->channel_map_out
= hdspm
->channel_map_out_ss
;
1766 hdspm
->max_channels_in
= hdspm
->ss_in_channels
;
1767 hdspm
->max_channels_out
= hdspm
->ss_out_channels
;
1768 hdspm
->port_names_in
= hdspm
->port_names_in_ss
;
1769 hdspm
->port_names_out
= hdspm
->port_names_out_ss
;
1770 } else if (rate
<= 96000) {
1771 hdspm
->channel_map_in
= hdspm
->channel_map_in_ds
;
1772 hdspm
->channel_map_out
= hdspm
->channel_map_out_ds
;
1773 hdspm
->max_channels_in
= hdspm
->ds_in_channels
;
1774 hdspm
->max_channels_out
= hdspm
->ds_out_channels
;
1775 hdspm
->port_names_in
= hdspm
->port_names_in_ds
;
1776 hdspm
->port_names_out
= hdspm
->port_names_out_ds
;
1778 hdspm
->channel_map_in
= hdspm
->channel_map_in_qs
;
1779 hdspm
->channel_map_out
= hdspm
->channel_map_out_qs
;
1780 hdspm
->max_channels_in
= hdspm
->qs_in_channels
;
1781 hdspm
->max_channels_out
= hdspm
->qs_out_channels
;
1782 hdspm
->port_names_in
= hdspm
->port_names_in_qs
;
1783 hdspm
->port_names_out
= hdspm
->port_names_out_qs
;
1792 /* mainly for init to 0 on load */
1793 static void all_in_all_mixer(struct hdspm
* hdspm
, int sgain
)
1798 if (sgain
> UNITY_GAIN
)
1805 for (i
= 0; i
< HDSPM_MIXER_CHANNELS
; i
++)
1806 for (j
= 0; j
< HDSPM_MIXER_CHANNELS
; j
++) {
1807 hdspm_write_in_gain(hdspm
, i
, j
, gain
);
1808 hdspm_write_pb_gain(hdspm
, i
, j
, gain
);
1812 /*----------------------------------------------------------------------------
1814 ----------------------------------------------------------------------------*/
1816 static inline unsigned char snd_hdspm_midi_read_byte (struct hdspm
*hdspm
,
1819 /* the hardware already does the relevant bit-mask with 0xff */
1820 return hdspm_read(hdspm
, hdspm
->midi
[id
].dataIn
);
1823 static inline void snd_hdspm_midi_write_byte (struct hdspm
*hdspm
, int id
,
1826 /* the hardware already does the relevant bit-mask with 0xff */
1827 return hdspm_write(hdspm
, hdspm
->midi
[id
].dataOut
, val
);
1830 static inline int snd_hdspm_midi_input_available (struct hdspm
*hdspm
, int id
)
1832 return hdspm_read(hdspm
, hdspm
->midi
[id
].statusIn
) & 0xFF;
1835 static inline int snd_hdspm_midi_output_possible (struct hdspm
*hdspm
, int id
)
1837 int fifo_bytes_used
;
1839 fifo_bytes_used
= hdspm_read(hdspm
, hdspm
->midi
[id
].statusOut
) & 0xFF;
1841 if (fifo_bytes_used
< 128)
1842 return 128 - fifo_bytes_used
;
1847 static void snd_hdspm_flush_midi_input(struct hdspm
*hdspm
, int id
)
1849 while (snd_hdspm_midi_input_available (hdspm
, id
))
1850 snd_hdspm_midi_read_byte (hdspm
, id
);
1853 static int snd_hdspm_midi_output_write (struct hdspm_midi
*hmidi
)
1855 unsigned long flags
;
1859 unsigned char buf
[128];
1861 /* Output is not interrupt driven */
1863 spin_lock_irqsave (&hmidi
->lock
, flags
);
1864 if (hmidi
->output
&&
1865 !snd_rawmidi_transmit_empty (hmidi
->output
)) {
1866 n_pending
= snd_hdspm_midi_output_possible (hmidi
->hdspm
,
1868 if (n_pending
> 0) {
1869 if (n_pending
> (int)sizeof (buf
))
1870 n_pending
= sizeof (buf
);
1872 to_write
= snd_rawmidi_transmit (hmidi
->output
, buf
,
1875 for (i
= 0; i
< to_write
; ++i
)
1876 snd_hdspm_midi_write_byte (hmidi
->hdspm
,
1882 spin_unlock_irqrestore (&hmidi
->lock
, flags
);
1886 static int snd_hdspm_midi_input_read (struct hdspm_midi
*hmidi
)
1888 unsigned char buf
[128]; /* this buffer is designed to match the MIDI
1891 unsigned long flags
;
1895 spin_lock_irqsave (&hmidi
->lock
, flags
);
1896 n_pending
= snd_hdspm_midi_input_available (hmidi
->hdspm
, hmidi
->id
);
1897 if (n_pending
> 0) {
1899 if (n_pending
> (int)sizeof (buf
))
1900 n_pending
= sizeof (buf
);
1901 for (i
= 0; i
< n_pending
; ++i
)
1902 buf
[i
] = snd_hdspm_midi_read_byte (hmidi
->hdspm
,
1905 snd_rawmidi_receive (hmidi
->input
, buf
,
1908 /* flush the MIDI input FIFO */
1910 snd_hdspm_midi_read_byte (hmidi
->hdspm
,
1915 spin_unlock_irqrestore(&hmidi
->lock
, flags
);
1917 spin_lock_irqsave(&hmidi
->hdspm
->lock
, flags
);
1918 hmidi
->hdspm
->control_register
|= hmidi
->ie
;
1919 hdspm_write(hmidi
->hdspm
, HDSPM_controlRegister
,
1920 hmidi
->hdspm
->control_register
);
1921 spin_unlock_irqrestore(&hmidi
->hdspm
->lock
, flags
);
1923 return snd_hdspm_midi_output_write (hmidi
);
1927 snd_hdspm_midi_input_trigger(struct snd_rawmidi_substream
*substream
, int up
)
1929 struct hdspm
*hdspm
;
1930 struct hdspm_midi
*hmidi
;
1931 unsigned long flags
;
1933 hmidi
= substream
->rmidi
->private_data
;
1934 hdspm
= hmidi
->hdspm
;
1936 spin_lock_irqsave (&hdspm
->lock
, flags
);
1938 if (!(hdspm
->control_register
& hmidi
->ie
)) {
1939 snd_hdspm_flush_midi_input (hdspm
, hmidi
->id
);
1940 hdspm
->control_register
|= hmidi
->ie
;
1943 hdspm
->control_register
&= ~hmidi
->ie
;
1946 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
1947 spin_unlock_irqrestore (&hdspm
->lock
, flags
);
1950 static void snd_hdspm_midi_output_timer(struct timer_list
*t
)
1952 struct hdspm_midi
*hmidi
= from_timer(hmidi
, t
, timer
);
1953 unsigned long flags
;
1955 snd_hdspm_midi_output_write(hmidi
);
1956 spin_lock_irqsave (&hmidi
->lock
, flags
);
1958 /* this does not bump hmidi->istimer, because the
1959 kernel automatically removed the timer when it
1960 expired, and we are now adding it back, thus
1961 leaving istimer wherever it was set before.
1965 mod_timer(&hmidi
->timer
, 1 + jiffies
);
1967 spin_unlock_irqrestore (&hmidi
->lock
, flags
);
1971 snd_hdspm_midi_output_trigger(struct snd_rawmidi_substream
*substream
, int up
)
1973 struct hdspm_midi
*hmidi
;
1974 unsigned long flags
;
1976 hmidi
= substream
->rmidi
->private_data
;
1977 spin_lock_irqsave (&hmidi
->lock
, flags
);
1979 if (!hmidi
->istimer
) {
1980 timer_setup(&hmidi
->timer
,
1981 snd_hdspm_midi_output_timer
, 0);
1982 mod_timer(&hmidi
->timer
, 1 + jiffies
);
1986 if (hmidi
->istimer
&& --hmidi
->istimer
<= 0)
1987 del_timer (&hmidi
->timer
);
1989 spin_unlock_irqrestore (&hmidi
->lock
, flags
);
1991 snd_hdspm_midi_output_write(hmidi
);
1994 static int snd_hdspm_midi_input_open(struct snd_rawmidi_substream
*substream
)
1996 struct hdspm_midi
*hmidi
;
1998 hmidi
= substream
->rmidi
->private_data
;
1999 spin_lock_irq (&hmidi
->lock
);
2000 snd_hdspm_flush_midi_input (hmidi
->hdspm
, hmidi
->id
);
2001 hmidi
->input
= substream
;
2002 spin_unlock_irq (&hmidi
->lock
);
2007 static int snd_hdspm_midi_output_open(struct snd_rawmidi_substream
*substream
)
2009 struct hdspm_midi
*hmidi
;
2011 hmidi
= substream
->rmidi
->private_data
;
2012 spin_lock_irq (&hmidi
->lock
);
2013 hmidi
->output
= substream
;
2014 spin_unlock_irq (&hmidi
->lock
);
2019 static int snd_hdspm_midi_input_close(struct snd_rawmidi_substream
*substream
)
2021 struct hdspm_midi
*hmidi
;
2023 snd_hdspm_midi_input_trigger (substream
, 0);
2025 hmidi
= substream
->rmidi
->private_data
;
2026 spin_lock_irq (&hmidi
->lock
);
2027 hmidi
->input
= NULL
;
2028 spin_unlock_irq (&hmidi
->lock
);
2033 static int snd_hdspm_midi_output_close(struct snd_rawmidi_substream
*substream
)
2035 struct hdspm_midi
*hmidi
;
2037 snd_hdspm_midi_output_trigger (substream
, 0);
2039 hmidi
= substream
->rmidi
->private_data
;
2040 spin_lock_irq (&hmidi
->lock
);
2041 hmidi
->output
= NULL
;
2042 spin_unlock_irq (&hmidi
->lock
);
2047 static const struct snd_rawmidi_ops snd_hdspm_midi_output
=
2049 .open
= snd_hdspm_midi_output_open
,
2050 .close
= snd_hdspm_midi_output_close
,
2051 .trigger
= snd_hdspm_midi_output_trigger
,
2054 static const struct snd_rawmidi_ops snd_hdspm_midi_input
=
2056 .open
= snd_hdspm_midi_input_open
,
2057 .close
= snd_hdspm_midi_input_close
,
2058 .trigger
= snd_hdspm_midi_input_trigger
,
2061 static int snd_hdspm_create_midi(struct snd_card
*card
,
2062 struct hdspm
*hdspm
, int id
)
2067 hdspm
->midi
[id
].id
= id
;
2068 hdspm
->midi
[id
].hdspm
= hdspm
;
2069 spin_lock_init (&hdspm
->midi
[id
].lock
);
2072 if (MADIface
== hdspm
->io_type
) {
2073 /* MIDI-over-MADI on HDSPe MADIface */
2074 hdspm
->midi
[0].dataIn
= HDSPM_midiDataIn2
;
2075 hdspm
->midi
[0].statusIn
= HDSPM_midiStatusIn2
;
2076 hdspm
->midi
[0].dataOut
= HDSPM_midiDataOut2
;
2077 hdspm
->midi
[0].statusOut
= HDSPM_midiStatusOut2
;
2078 hdspm
->midi
[0].ie
= HDSPM_Midi2InterruptEnable
;
2079 hdspm
->midi
[0].irq
= HDSPM_midi2IRQPending
;
2081 hdspm
->midi
[0].dataIn
= HDSPM_midiDataIn0
;
2082 hdspm
->midi
[0].statusIn
= HDSPM_midiStatusIn0
;
2083 hdspm
->midi
[0].dataOut
= HDSPM_midiDataOut0
;
2084 hdspm
->midi
[0].statusOut
= HDSPM_midiStatusOut0
;
2085 hdspm
->midi
[0].ie
= HDSPM_Midi0InterruptEnable
;
2086 hdspm
->midi
[0].irq
= HDSPM_midi0IRQPending
;
2088 } else if (1 == id
) {
2089 hdspm
->midi
[1].dataIn
= HDSPM_midiDataIn1
;
2090 hdspm
->midi
[1].statusIn
= HDSPM_midiStatusIn1
;
2091 hdspm
->midi
[1].dataOut
= HDSPM_midiDataOut1
;
2092 hdspm
->midi
[1].statusOut
= HDSPM_midiStatusOut1
;
2093 hdspm
->midi
[1].ie
= HDSPM_Midi1InterruptEnable
;
2094 hdspm
->midi
[1].irq
= HDSPM_midi1IRQPending
;
2095 } else if ((2 == id
) && (MADI
== hdspm
->io_type
)) {
2096 /* MIDI-over-MADI on HDSPe MADI */
2097 hdspm
->midi
[2].dataIn
= HDSPM_midiDataIn2
;
2098 hdspm
->midi
[2].statusIn
= HDSPM_midiStatusIn2
;
2099 hdspm
->midi
[2].dataOut
= HDSPM_midiDataOut2
;
2100 hdspm
->midi
[2].statusOut
= HDSPM_midiStatusOut2
;
2101 hdspm
->midi
[2].ie
= HDSPM_Midi2InterruptEnable
;
2102 hdspm
->midi
[2].irq
= HDSPM_midi2IRQPending
;
2103 } else if (2 == id
) {
2104 /* TCO MTC, read only */
2105 hdspm
->midi
[2].dataIn
= HDSPM_midiDataIn2
;
2106 hdspm
->midi
[2].statusIn
= HDSPM_midiStatusIn2
;
2107 hdspm
->midi
[2].dataOut
= -1;
2108 hdspm
->midi
[2].statusOut
= -1;
2109 hdspm
->midi
[2].ie
= HDSPM_Midi2InterruptEnable
;
2110 hdspm
->midi
[2].irq
= HDSPM_midi2IRQPendingAES
;
2111 } else if (3 == id
) {
2112 /* TCO MTC on HDSPe MADI */
2113 hdspm
->midi
[3].dataIn
= HDSPM_midiDataIn3
;
2114 hdspm
->midi
[3].statusIn
= HDSPM_midiStatusIn3
;
2115 hdspm
->midi
[3].dataOut
= -1;
2116 hdspm
->midi
[3].statusOut
= -1;
2117 hdspm
->midi
[3].ie
= HDSPM_Midi3InterruptEnable
;
2118 hdspm
->midi
[3].irq
= HDSPM_midi3IRQPending
;
2121 if ((id
< 2) || ((2 == id
) && ((MADI
== hdspm
->io_type
) ||
2122 (MADIface
== hdspm
->io_type
)))) {
2123 if ((id
== 0) && (MADIface
== hdspm
->io_type
)) {
2124 snprintf(buf
, sizeof(buf
), "%s MIDIoverMADI",
2126 } else if ((id
== 2) && (MADI
== hdspm
->io_type
)) {
2127 snprintf(buf
, sizeof(buf
), "%s MIDIoverMADI",
2130 snprintf(buf
, sizeof(buf
), "%s MIDI %d",
2131 card
->shortname
, id
+1);
2133 err
= snd_rawmidi_new(card
, buf
, id
, 1, 1,
2134 &hdspm
->midi
[id
].rmidi
);
2138 snprintf(hdspm
->midi
[id
].rmidi
->name
,
2139 sizeof(hdspm
->midi
[id
].rmidi
->name
),
2140 "%s MIDI %d", card
->id
, id
+1);
2141 hdspm
->midi
[id
].rmidi
->private_data
= &hdspm
->midi
[id
];
2143 snd_rawmidi_set_ops(hdspm
->midi
[id
].rmidi
,
2144 SNDRV_RAWMIDI_STREAM_OUTPUT
,
2145 &snd_hdspm_midi_output
);
2146 snd_rawmidi_set_ops(hdspm
->midi
[id
].rmidi
,
2147 SNDRV_RAWMIDI_STREAM_INPUT
,
2148 &snd_hdspm_midi_input
);
2150 hdspm
->midi
[id
].rmidi
->info_flags
|=
2151 SNDRV_RAWMIDI_INFO_OUTPUT
|
2152 SNDRV_RAWMIDI_INFO_INPUT
|
2153 SNDRV_RAWMIDI_INFO_DUPLEX
;
2155 /* TCO MTC, read only */
2156 snprintf(buf
, sizeof(buf
), "%s MTC %d",
2157 card
->shortname
, id
+1);
2158 err
= snd_rawmidi_new(card
, buf
, id
, 1, 1,
2159 &hdspm
->midi
[id
].rmidi
);
2163 snprintf(hdspm
->midi
[id
].rmidi
->name
,
2164 sizeof(hdspm
->midi
[id
].rmidi
->name
),
2165 "%s MTC %d", card
->id
, id
+1);
2166 hdspm
->midi
[id
].rmidi
->private_data
= &hdspm
->midi
[id
];
2168 snd_rawmidi_set_ops(hdspm
->midi
[id
].rmidi
,
2169 SNDRV_RAWMIDI_STREAM_INPUT
,
2170 &snd_hdspm_midi_input
);
2172 hdspm
->midi
[id
].rmidi
->info_flags
|= SNDRV_RAWMIDI_INFO_INPUT
;
2179 static void hdspm_midi_tasklet(unsigned long arg
)
2181 struct hdspm
*hdspm
= (struct hdspm
*)arg
;
2184 while (i
< hdspm
->midiPorts
) {
2185 if (hdspm
->midi
[i
].pending
)
2186 snd_hdspm_midi_input_read(&hdspm
->midi
[i
]);
2193 /*-----------------------------------------------------------------------------
2195 ----------------------------------------------------------------------------*/
2197 /* get the system sample rate which is set */
2200 static inline int hdspm_get_pll_freq(struct hdspm
*hdspm
)
2202 unsigned int period
, rate
;
2204 period
= hdspm_read(hdspm
, HDSPM_RD_PLL_FREQ
);
2205 rate
= hdspm_calc_dds_value(hdspm
, period
);
2211 * Calculate the real sample rate from the
2212 * current DDS value.
2214 static int hdspm_get_system_sample_rate(struct hdspm
*hdspm
)
2218 rate
= hdspm_get_pll_freq(hdspm
);
2220 if (rate
> 207000) {
2221 /* Unreasonable high sample rate as seen on PCI MADI cards. */
2222 if (0 == hdspm_system_clock_mode(hdspm
)) {
2223 /* master mode, return internal sample rate */
2224 rate
= hdspm
->system_sample_rate
;
2226 /* slave mode, return external sample rate */
2227 rate
= hdspm_external_sample_rate(hdspm
);
2229 rate
= hdspm
->system_sample_rate
;
2237 #define HDSPM_SYSTEM_SAMPLE_RATE(xname, xindex) \
2238 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2241 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2242 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2243 .info = snd_hdspm_info_system_sample_rate, \
2244 .put = snd_hdspm_put_system_sample_rate, \
2245 .get = snd_hdspm_get_system_sample_rate \
2248 static int snd_hdspm_info_system_sample_rate(struct snd_kcontrol
*kcontrol
,
2249 struct snd_ctl_elem_info
*uinfo
)
2251 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
2253 uinfo
->value
.integer
.min
= 27000;
2254 uinfo
->value
.integer
.max
= 207000;
2255 uinfo
->value
.integer
.step
= 1;
2260 static int snd_hdspm_get_system_sample_rate(struct snd_kcontrol
*kcontrol
,
2261 struct snd_ctl_elem_value
*
2264 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2266 ucontrol
->value
.integer
.value
[0] = hdspm_get_system_sample_rate(hdspm
);
2270 static int snd_hdspm_put_system_sample_rate(struct snd_kcontrol
*kcontrol
,
2271 struct snd_ctl_elem_value
*
2274 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2275 int rate
= ucontrol
->value
.integer
.value
[0];
2277 if (rate
< 27000 || rate
> 207000)
2279 hdspm_set_dds_value(hdspm
, ucontrol
->value
.integer
.value
[0]);
2285 * Returns the WordClock sample rate class for the given card.
2287 static int hdspm_get_wc_sample_rate(struct hdspm
*hdspm
)
2291 switch (hdspm
->io_type
) {
2294 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
2295 return (status
>> 16) & 0xF;
2298 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
2299 return (status
>> HDSPM_AES32_wcFreq_bit
) & 0xF;
2310 * Returns the TCO sample rate class for the given card.
2312 static int hdspm_get_tco_sample_rate(struct hdspm
*hdspm
)
2317 switch (hdspm
->io_type
) {
2320 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
2321 return (status
>> 20) & 0xF;
2324 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
2325 return (status
>> 1) & 0xF;
2336 * Returns the SYNC_IN sample rate class for the given card.
2338 static int hdspm_get_sync_in_sample_rate(struct hdspm
*hdspm
)
2343 switch (hdspm
->io_type
) {
2346 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_2
);
2347 return (status
>> 12) & 0xF;
2358 * Returns the AES sample rate class for the given card.
2360 static int hdspm_get_aes_sample_rate(struct hdspm
*hdspm
, int index
)
2364 switch (hdspm
->io_type
) {
2366 timecode
= hdspm_read(hdspm
, HDSPM_timecodeRegister
);
2367 return (timecode
>> (4*index
)) & 0xF;
2376 * Returns the sample rate class for input source <idx> for
2377 * 'new style' cards like the AIO and RayDAT.
2379 static int hdspm_get_s1_sample_rate(struct hdspm
*hdspm
, unsigned int idx
)
2381 int status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_2
);
2383 return (status
>> (idx
*4)) & 0xF;
2386 #define ENUMERATED_CTL_INFO(info, texts) \
2387 snd_ctl_enum_info(info, 1, ARRAY_SIZE(texts), texts)
2390 /* Helper function to query the external sample rate and return the
2391 * corresponding enum to be returned to userspace.
2393 static int hdspm_external_rate_to_enum(struct hdspm
*hdspm
)
2395 int rate
= hdspm_external_sample_rate(hdspm
);
2396 int i
, selected_rate
= 0;
2397 for (i
= 1; i
< 10; i
++)
2398 if (HDSPM_bit2freq(i
) == rate
) {
2402 return selected_rate
;
2406 #define HDSPM_AUTOSYNC_SAMPLE_RATE(xname, xindex) \
2407 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2409 .private_value = xindex, \
2410 .access = SNDRV_CTL_ELEM_ACCESS_READ, \
2411 .info = snd_hdspm_info_autosync_sample_rate, \
2412 .get = snd_hdspm_get_autosync_sample_rate \
2416 static int snd_hdspm_info_autosync_sample_rate(struct snd_kcontrol
*kcontrol
,
2417 struct snd_ctl_elem_info
*uinfo
)
2419 ENUMERATED_CTL_INFO(uinfo
, texts_freq
);
2424 static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol
*kcontrol
,
2425 struct snd_ctl_elem_value
*
2428 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2430 switch (hdspm
->io_type
) {
2432 switch (kcontrol
->private_value
) {
2434 ucontrol
->value
.enumerated
.item
[0] =
2435 hdspm_get_wc_sample_rate(hdspm
);
2438 ucontrol
->value
.enumerated
.item
[0] =
2439 hdspm_get_tco_sample_rate(hdspm
);
2442 ucontrol
->value
.enumerated
.item
[0] =
2443 hdspm_get_sync_in_sample_rate(hdspm
);
2446 ucontrol
->value
.enumerated
.item
[0] =
2447 hdspm_get_s1_sample_rate(hdspm
,
2448 kcontrol
->private_value
-1);
2453 switch (kcontrol
->private_value
) {
2455 ucontrol
->value
.enumerated
.item
[0] =
2456 hdspm_get_wc_sample_rate(hdspm
);
2459 ucontrol
->value
.enumerated
.item
[0] =
2460 hdspm_get_tco_sample_rate(hdspm
);
2462 case 5: /* SYNC_IN */
2463 ucontrol
->value
.enumerated
.item
[0] =
2464 hdspm_get_sync_in_sample_rate(hdspm
);
2467 ucontrol
->value
.enumerated
.item
[0] =
2468 hdspm_get_s1_sample_rate(hdspm
,
2469 kcontrol
->private_value
-1);
2475 switch (kcontrol
->private_value
) {
2477 ucontrol
->value
.enumerated
.item
[0] =
2478 hdspm_get_wc_sample_rate(hdspm
);
2481 ucontrol
->value
.enumerated
.item
[0] =
2482 hdspm_get_tco_sample_rate(hdspm
);
2484 case 10: /* SYNC_IN */
2485 ucontrol
->value
.enumerated
.item
[0] =
2486 hdspm_get_sync_in_sample_rate(hdspm
);
2488 case 11: /* External Rate */
2489 ucontrol
->value
.enumerated
.item
[0] =
2490 hdspm_external_rate_to_enum(hdspm
);
2492 default: /* AES1 to AES8 */
2493 ucontrol
->value
.enumerated
.item
[0] =
2494 hdspm_get_aes_sample_rate(hdspm
,
2495 kcontrol
->private_value
-
2496 HDSPM_AES32_AUTOSYNC_FROM_AES1
);
2503 ucontrol
->value
.enumerated
.item
[0] =
2504 hdspm_external_rate_to_enum(hdspm
);
2514 #define HDSPM_SYSTEM_CLOCK_MODE(xname, xindex) \
2515 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2518 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2519 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2520 .info = snd_hdspm_info_system_clock_mode, \
2521 .get = snd_hdspm_get_system_clock_mode, \
2522 .put = snd_hdspm_put_system_clock_mode, \
2527 * Returns the system clock mode for the given card.
2528 * @returns 0 - master, 1 - slave
2530 static int hdspm_system_clock_mode(struct hdspm
*hdspm
)
2532 switch (hdspm
->io_type
) {
2535 if (hdspm
->settings_register
& HDSPM_c0Master
)
2540 if (hdspm
->control_register
& HDSPM_ClockModeMaster
)
2549 * Sets the system clock mode.
2550 * @param mode 0 - master, 1 - slave
2552 static void hdspm_set_system_clock_mode(struct hdspm
*hdspm
, int mode
)
2554 hdspm_set_toggle_setting(hdspm
,
2555 (hdspm_is_raydat_or_aio(hdspm
)) ?
2556 HDSPM_c0Master
: HDSPM_ClockModeMaster
,
2561 static int snd_hdspm_info_system_clock_mode(struct snd_kcontrol
*kcontrol
,
2562 struct snd_ctl_elem_info
*uinfo
)
2564 static const char *const texts
[] = { "Master", "AutoSync" };
2565 ENUMERATED_CTL_INFO(uinfo
, texts
);
2569 static int snd_hdspm_get_system_clock_mode(struct snd_kcontrol
*kcontrol
,
2570 struct snd_ctl_elem_value
*ucontrol
)
2572 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2574 ucontrol
->value
.enumerated
.item
[0] = hdspm_system_clock_mode(hdspm
);
2578 static int snd_hdspm_put_system_clock_mode(struct snd_kcontrol
*kcontrol
,
2579 struct snd_ctl_elem_value
*ucontrol
)
2581 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2584 if (!snd_hdspm_use_is_exclusive(hdspm
))
2587 val
= ucontrol
->value
.enumerated
.item
[0];
2593 hdspm_set_system_clock_mode(hdspm
, val
);
2599 #define HDSPM_INTERNAL_CLOCK(xname, xindex) \
2600 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2603 .info = snd_hdspm_info_clock_source, \
2604 .get = snd_hdspm_get_clock_source, \
2605 .put = snd_hdspm_put_clock_source \
2609 static int hdspm_clock_source(struct hdspm
* hdspm
)
2611 switch (hdspm
->system_sample_rate
) {
2612 case 32000: return 0;
2613 case 44100: return 1;
2614 case 48000: return 2;
2615 case 64000: return 3;
2616 case 88200: return 4;
2617 case 96000: return 5;
2618 case 128000: return 6;
2619 case 176400: return 7;
2620 case 192000: return 8;
2626 static int hdspm_set_clock_source(struct hdspm
* hdspm
, int mode
)
2631 rate
= 32000; break;
2633 rate
= 44100; break;
2635 rate
= 48000; break;
2637 rate
= 64000; break;
2639 rate
= 88200; break;
2641 rate
= 96000; break;
2643 rate
= 128000; break;
2645 rate
= 176400; break;
2647 rate
= 192000; break;
2651 hdspm_set_rate(hdspm
, rate
, 1);
2655 static int snd_hdspm_info_clock_source(struct snd_kcontrol
*kcontrol
,
2656 struct snd_ctl_elem_info
*uinfo
)
2658 return snd_ctl_enum_info(uinfo
, 1, 9, texts_freq
+ 1);
2661 static int snd_hdspm_get_clock_source(struct snd_kcontrol
*kcontrol
,
2662 struct snd_ctl_elem_value
*ucontrol
)
2664 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2666 ucontrol
->value
.enumerated
.item
[0] = hdspm_clock_source(hdspm
);
2670 static int snd_hdspm_put_clock_source(struct snd_kcontrol
*kcontrol
,
2671 struct snd_ctl_elem_value
*ucontrol
)
2673 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2677 if (!snd_hdspm_use_is_exclusive(hdspm
))
2679 val
= ucontrol
->value
.enumerated
.item
[0];
2684 spin_lock_irq(&hdspm
->lock
);
2685 if (val
!= hdspm_clock_source(hdspm
))
2686 change
= (hdspm_set_clock_source(hdspm
, val
) == 0) ? 1 : 0;
2689 spin_unlock_irq(&hdspm
->lock
);
2694 #define HDSPM_PREF_SYNC_REF(xname, xindex) \
2695 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2698 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2699 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2700 .info = snd_hdspm_info_pref_sync_ref, \
2701 .get = snd_hdspm_get_pref_sync_ref, \
2702 .put = snd_hdspm_put_pref_sync_ref \
2707 * Returns the current preferred sync reference setting.
2708 * The semantics of the return value are depending on the
2709 * card, please see the comments for clarification.
2711 static int hdspm_pref_sync_ref(struct hdspm
* hdspm
)
2713 switch (hdspm
->io_type
) {
2715 switch (hdspm
->control_register
& HDSPM_SyncRefMask
) {
2716 case 0: return 0; /* WC */
2717 case HDSPM_SyncRef0
: return 1; /* AES 1 */
2718 case HDSPM_SyncRef1
: return 2; /* AES 2 */
2719 case HDSPM_SyncRef1
+HDSPM_SyncRef0
: return 3; /* AES 3 */
2720 case HDSPM_SyncRef2
: return 4; /* AES 4 */
2721 case HDSPM_SyncRef2
+HDSPM_SyncRef0
: return 5; /* AES 5 */
2722 case HDSPM_SyncRef2
+HDSPM_SyncRef1
: return 6; /* AES 6 */
2723 case HDSPM_SyncRef2
+HDSPM_SyncRef1
+HDSPM_SyncRef0
:
2724 return 7; /* AES 7 */
2725 case HDSPM_SyncRef3
: return 8; /* AES 8 */
2726 case HDSPM_SyncRef3
+HDSPM_SyncRef0
: return 9; /* TCO */
2733 switch (hdspm
->control_register
& HDSPM_SyncRefMask
) {
2734 case 0: return 0; /* WC */
2735 case HDSPM_SyncRef0
: return 1; /* MADI */
2736 case HDSPM_SyncRef1
: return 2; /* TCO */
2737 case HDSPM_SyncRef1
+HDSPM_SyncRef0
:
2738 return 3; /* SYNC_IN */
2741 switch (hdspm
->control_register
& HDSPM_SyncRefMask
) {
2742 case 0: return 0; /* WC */
2743 case HDSPM_SyncRef0
: return 1; /* MADI */
2744 case HDSPM_SyncRef1
+HDSPM_SyncRef0
:
2745 return 2; /* SYNC_IN */
2752 switch ((hdspm
->settings_register
&
2753 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2754 case 0: return 0; /* WC */
2755 case 3: return 1; /* ADAT 1 */
2756 case 4: return 2; /* ADAT 2 */
2757 case 5: return 3; /* ADAT 3 */
2758 case 6: return 4; /* ADAT 4 */
2759 case 1: return 5; /* AES */
2760 case 2: return 6; /* SPDIF */
2761 case 9: return 7; /* TCO */
2762 case 10: return 8; /* SYNC_IN */
2765 switch ((hdspm
->settings_register
&
2766 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2767 case 0: return 0; /* WC */
2768 case 3: return 1; /* ADAT 1 */
2769 case 4: return 2; /* ADAT 2 */
2770 case 5: return 3; /* ADAT 3 */
2771 case 6: return 4; /* ADAT 4 */
2772 case 1: return 5; /* AES */
2773 case 2: return 6; /* SPDIF */
2774 case 10: return 7; /* SYNC_IN */
2782 switch ((hdspm
->settings_register
&
2783 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2784 case 0: return 0; /* WC */
2785 case 3: return 1; /* ADAT */
2786 case 1: return 2; /* AES */
2787 case 2: return 3; /* SPDIF */
2788 case 9: return 4; /* TCO */
2789 case 10: return 5; /* SYNC_IN */
2792 switch ((hdspm
->settings_register
&
2793 HDSPM_c0_SyncRefMask
) / HDSPM_c0_SyncRef0
) {
2794 case 0: return 0; /* WC */
2795 case 3: return 1; /* ADAT */
2796 case 1: return 2; /* AES */
2797 case 2: return 3; /* SPDIF */
2798 case 10: return 4; /* SYNC_IN */
2810 * Set the preferred sync reference to <pref>. The semantics
2811 * of <pref> are depending on the card type, see the comments
2812 * for clarification.
2814 static int hdspm_set_pref_sync_ref(struct hdspm
* hdspm
, int pref
)
2818 switch (hdspm
->io_type
) {
2820 hdspm
->control_register
&= ~HDSPM_SyncRefMask
;
2825 hdspm
->control_register
|= HDSPM_SyncRef0
;
2828 hdspm
->control_register
|= HDSPM_SyncRef1
;
2831 hdspm
->control_register
|=
2832 HDSPM_SyncRef1
+HDSPM_SyncRef0
;
2835 hdspm
->control_register
|= HDSPM_SyncRef2
;
2838 hdspm
->control_register
|=
2839 HDSPM_SyncRef2
+HDSPM_SyncRef0
;
2842 hdspm
->control_register
|=
2843 HDSPM_SyncRef2
+HDSPM_SyncRef1
;
2846 hdspm
->control_register
|=
2847 HDSPM_SyncRef2
+HDSPM_SyncRef1
+HDSPM_SyncRef0
;
2850 hdspm
->control_register
|= HDSPM_SyncRef3
;
2853 hdspm
->control_register
|=
2854 HDSPM_SyncRef3
+HDSPM_SyncRef0
;
2864 hdspm
->control_register
&= ~HDSPM_SyncRefMask
;
2870 hdspm
->control_register
|= HDSPM_SyncRef0
;
2873 hdspm
->control_register
|= HDSPM_SyncRef1
;
2875 case 3: /* SYNC_IN */
2876 hdspm
->control_register
|=
2877 HDSPM_SyncRef0
+HDSPM_SyncRef1
;
2887 hdspm
->control_register
|= HDSPM_SyncRef0
;
2889 case 2: /* SYNC_IN */
2890 hdspm
->control_register
|=
2891 HDSPM_SyncRef0
+HDSPM_SyncRef1
;
2903 case 0: p
= 0; break; /* WC */
2904 case 1: p
= 3; break; /* ADAT 1 */
2905 case 2: p
= 4; break; /* ADAT 2 */
2906 case 3: p
= 5; break; /* ADAT 3 */
2907 case 4: p
= 6; break; /* ADAT 4 */
2908 case 5: p
= 1; break; /* AES */
2909 case 6: p
= 2; break; /* SPDIF */
2910 case 7: p
= 9; break; /* TCO */
2911 case 8: p
= 10; break; /* SYNC_IN */
2916 case 0: p
= 0; break; /* WC */
2917 case 1: p
= 3; break; /* ADAT 1 */
2918 case 2: p
= 4; break; /* ADAT 2 */
2919 case 3: p
= 5; break; /* ADAT 3 */
2920 case 4: p
= 6; break; /* ADAT 4 */
2921 case 5: p
= 1; break; /* AES */
2922 case 6: p
= 2; break; /* SPDIF */
2923 case 7: p
= 10; break; /* SYNC_IN */
2932 case 0: p
= 0; break; /* WC */
2933 case 1: p
= 3; break; /* ADAT */
2934 case 2: p
= 1; break; /* AES */
2935 case 3: p
= 2; break; /* SPDIF */
2936 case 4: p
= 9; break; /* TCO */
2937 case 5: p
= 10; break; /* SYNC_IN */
2942 case 0: p
= 0; break; /* WC */
2943 case 1: p
= 3; break; /* ADAT */
2944 case 2: p
= 1; break; /* AES */
2945 case 3: p
= 2; break; /* SPDIF */
2946 case 4: p
= 10; break; /* SYNC_IN */
2953 switch (hdspm
->io_type
) {
2956 hdspm
->settings_register
&= ~HDSPM_c0_SyncRefMask
;
2957 hdspm
->settings_register
|= HDSPM_c0_SyncRef0
* p
;
2958 hdspm_write(hdspm
, HDSPM_WR_SETTINGS
, hdspm
->settings_register
);
2964 hdspm_write(hdspm
, HDSPM_controlRegister
,
2965 hdspm
->control_register
);
2972 static int snd_hdspm_info_pref_sync_ref(struct snd_kcontrol
*kcontrol
,
2973 struct snd_ctl_elem_info
*uinfo
)
2975 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2977 snd_ctl_enum_info(uinfo
, 1, hdspm
->texts_autosync_items
, hdspm
->texts_autosync
);
2982 static int snd_hdspm_get_pref_sync_ref(struct snd_kcontrol
*kcontrol
,
2983 struct snd_ctl_elem_value
*ucontrol
)
2985 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
2986 int psf
= hdspm_pref_sync_ref(hdspm
);
2989 ucontrol
->value
.enumerated
.item
[0] = psf
;
2996 static int snd_hdspm_put_pref_sync_ref(struct snd_kcontrol
*kcontrol
,
2997 struct snd_ctl_elem_value
*ucontrol
)
2999 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3000 int val
, change
= 0;
3002 if (!snd_hdspm_use_is_exclusive(hdspm
))
3005 val
= ucontrol
->value
.enumerated
.item
[0];
3009 else if (val
>= hdspm
->texts_autosync_items
)
3010 val
= hdspm
->texts_autosync_items
-1;
3012 spin_lock_irq(&hdspm
->lock
);
3013 if (val
!= hdspm_pref_sync_ref(hdspm
))
3014 change
= (0 == hdspm_set_pref_sync_ref(hdspm
, val
)) ? 1 : 0;
3016 spin_unlock_irq(&hdspm
->lock
);
3021 #define HDSPM_AUTOSYNC_REF(xname, xindex) \
3022 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3025 .access = SNDRV_CTL_ELEM_ACCESS_READ, \
3026 .info = snd_hdspm_info_autosync_ref, \
3027 .get = snd_hdspm_get_autosync_ref, \
3030 static int hdspm_autosync_ref(struct hdspm
*hdspm
)
3032 /* This looks at the autosync selected sync reference */
3033 if (AES32
== hdspm
->io_type
) {
3035 unsigned int status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3036 unsigned int syncref
= (status
>> HDSPM_AES32_syncref_bit
) & 0xF;
3037 if ((syncref
>= HDSPM_AES32_AUTOSYNC_FROM_WORD
) &&
3038 (syncref
<= HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN
)) {
3041 return HDSPM_AES32_AUTOSYNC_FROM_NONE
;
3043 } else if (MADI
== hdspm
->io_type
) {
3045 unsigned int status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3046 switch (status2
& HDSPM_SelSyncRefMask
) {
3047 case HDSPM_SelSyncRef_WORD
:
3048 return HDSPM_AUTOSYNC_FROM_WORD
;
3049 case HDSPM_SelSyncRef_MADI
:
3050 return HDSPM_AUTOSYNC_FROM_MADI
;
3051 case HDSPM_SelSyncRef_TCO
:
3052 return HDSPM_AUTOSYNC_FROM_TCO
;
3053 case HDSPM_SelSyncRef_SyncIn
:
3054 return HDSPM_AUTOSYNC_FROM_SYNC_IN
;
3055 case HDSPM_SelSyncRef_NVALID
:
3056 return HDSPM_AUTOSYNC_FROM_NONE
;
3058 return HDSPM_AUTOSYNC_FROM_NONE
;
3066 static int snd_hdspm_info_autosync_ref(struct snd_kcontrol
*kcontrol
,
3067 struct snd_ctl_elem_info
*uinfo
)
3069 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3071 if (AES32
== hdspm
->io_type
) {
3072 static const char *const texts
[] = { "WordClock", "AES1", "AES2", "AES3",
3073 "AES4", "AES5", "AES6", "AES7", "AES8", "TCO", "Sync In", "None"};
3075 ENUMERATED_CTL_INFO(uinfo
, texts
);
3076 } else if (MADI
== hdspm
->io_type
) {
3077 static const char *const texts
[] = {"Word Clock", "MADI", "TCO",
3078 "Sync In", "None" };
3080 ENUMERATED_CTL_INFO(uinfo
, texts
);
3085 static int snd_hdspm_get_autosync_ref(struct snd_kcontrol
*kcontrol
,
3086 struct snd_ctl_elem_value
*ucontrol
)
3088 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3090 ucontrol
->value
.enumerated
.item
[0] = hdspm_autosync_ref(hdspm
);
3096 #define HDSPM_TCO_VIDEO_INPUT_FORMAT(xname, xindex) \
3097 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3099 .access = SNDRV_CTL_ELEM_ACCESS_READ |\
3100 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3101 .info = snd_hdspm_info_tco_video_input_format, \
3102 .get = snd_hdspm_get_tco_video_input_format, \
3105 static int snd_hdspm_info_tco_video_input_format(struct snd_kcontrol
*kcontrol
,
3106 struct snd_ctl_elem_info
*uinfo
)
3108 static const char *const texts
[] = {"No video", "NTSC", "PAL"};
3109 ENUMERATED_CTL_INFO(uinfo
, texts
);
3113 static int snd_hdspm_get_tco_video_input_format(struct snd_kcontrol
*kcontrol
,
3114 struct snd_ctl_elem_value
*ucontrol
)
3119 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3120 status
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
3121 switch (status
& (HDSPM_TCO1_Video_Input_Format_NTSC
|
3122 HDSPM_TCO1_Video_Input_Format_PAL
)) {
3123 case HDSPM_TCO1_Video_Input_Format_NTSC
:
3127 case HDSPM_TCO1_Video_Input_Format_PAL
:
3136 ucontrol
->value
.enumerated
.item
[0] = ret
;
3142 #define HDSPM_TCO_LTC_FRAMES(xname, xindex) \
3143 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3145 .access = SNDRV_CTL_ELEM_ACCESS_READ |\
3146 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3147 .info = snd_hdspm_info_tco_ltc_frames, \
3148 .get = snd_hdspm_get_tco_ltc_frames, \
3151 static int snd_hdspm_info_tco_ltc_frames(struct snd_kcontrol
*kcontrol
,
3152 struct snd_ctl_elem_info
*uinfo
)
3154 static const char *const texts
[] = {"No lock", "24 fps", "25 fps", "29.97 fps",
3156 ENUMERATED_CTL_INFO(uinfo
, texts
);
3160 static int hdspm_tco_ltc_frames(struct hdspm
*hdspm
)
3165 status
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
3166 if (status
& HDSPM_TCO1_LTC_Input_valid
) {
3167 switch (status
& (HDSPM_TCO1_LTC_Format_LSB
|
3168 HDSPM_TCO1_LTC_Format_MSB
)) {
3173 case HDSPM_TCO1_LTC_Format_LSB
:
3177 case HDSPM_TCO1_LTC_Format_MSB
:
3191 static int snd_hdspm_get_tco_ltc_frames(struct snd_kcontrol
*kcontrol
,
3192 struct snd_ctl_elem_value
*ucontrol
)
3194 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3196 ucontrol
->value
.enumerated
.item
[0] = hdspm_tco_ltc_frames(hdspm
);
3200 #define HDSPM_TOGGLE_SETTING(xname, xindex) \
3201 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3203 .private_value = xindex, \
3204 .info = snd_hdspm_info_toggle_setting, \
3205 .get = snd_hdspm_get_toggle_setting, \
3206 .put = snd_hdspm_put_toggle_setting \
3209 static int hdspm_toggle_setting(struct hdspm
*hdspm
, u32 regmask
)
3213 if (hdspm_is_raydat_or_aio(hdspm
))
3214 reg
= hdspm
->settings_register
;
3216 reg
= hdspm
->control_register
;
3218 return (reg
& regmask
) ? 1 : 0;
3221 static int hdspm_set_toggle_setting(struct hdspm
*hdspm
, u32 regmask
, int out
)
3226 if (hdspm_is_raydat_or_aio(hdspm
)) {
3227 reg
= &(hdspm
->settings_register
);
3228 target_reg
= HDSPM_WR_SETTINGS
;
3230 reg
= &(hdspm
->control_register
);
3231 target_reg
= HDSPM_controlRegister
;
3239 hdspm_write(hdspm
, target_reg
, *reg
);
3244 #define snd_hdspm_info_toggle_setting snd_ctl_boolean_mono_info
3246 static int snd_hdspm_get_toggle_setting(struct snd_kcontrol
*kcontrol
,
3247 struct snd_ctl_elem_value
*ucontrol
)
3249 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3250 u32 regmask
= kcontrol
->private_value
;
3252 spin_lock_irq(&hdspm
->lock
);
3253 ucontrol
->value
.integer
.value
[0] = hdspm_toggle_setting(hdspm
, regmask
);
3254 spin_unlock_irq(&hdspm
->lock
);
3258 static int snd_hdspm_put_toggle_setting(struct snd_kcontrol
*kcontrol
,
3259 struct snd_ctl_elem_value
*ucontrol
)
3261 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3262 u32 regmask
= kcontrol
->private_value
;
3266 if (!snd_hdspm_use_is_exclusive(hdspm
))
3268 val
= ucontrol
->value
.integer
.value
[0] & 1;
3269 spin_lock_irq(&hdspm
->lock
);
3270 change
= (int) val
!= hdspm_toggle_setting(hdspm
, regmask
);
3271 hdspm_set_toggle_setting(hdspm
, regmask
, val
);
3272 spin_unlock_irq(&hdspm
->lock
);
3276 #define HDSPM_INPUT_SELECT(xname, xindex) \
3277 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3280 .info = snd_hdspm_info_input_select, \
3281 .get = snd_hdspm_get_input_select, \
3282 .put = snd_hdspm_put_input_select \
3285 static int hdspm_input_select(struct hdspm
* hdspm
)
3287 return (hdspm
->control_register
& HDSPM_InputSelect0
) ? 1 : 0;
3290 static int hdspm_set_input_select(struct hdspm
* hdspm
, int out
)
3293 hdspm
->control_register
|= HDSPM_InputSelect0
;
3295 hdspm
->control_register
&= ~HDSPM_InputSelect0
;
3296 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3301 static int snd_hdspm_info_input_select(struct snd_kcontrol
*kcontrol
,
3302 struct snd_ctl_elem_info
*uinfo
)
3304 static const char *const texts
[] = { "optical", "coaxial" };
3305 ENUMERATED_CTL_INFO(uinfo
, texts
);
3309 static int snd_hdspm_get_input_select(struct snd_kcontrol
*kcontrol
,
3310 struct snd_ctl_elem_value
*ucontrol
)
3312 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3314 spin_lock_irq(&hdspm
->lock
);
3315 ucontrol
->value
.enumerated
.item
[0] = hdspm_input_select(hdspm
);
3316 spin_unlock_irq(&hdspm
->lock
);
3320 static int snd_hdspm_put_input_select(struct snd_kcontrol
*kcontrol
,
3321 struct snd_ctl_elem_value
*ucontrol
)
3323 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3327 if (!snd_hdspm_use_is_exclusive(hdspm
))
3329 val
= ucontrol
->value
.integer
.value
[0] & 1;
3330 spin_lock_irq(&hdspm
->lock
);
3331 change
= (int) val
!= hdspm_input_select(hdspm
);
3332 hdspm_set_input_select(hdspm
, val
);
3333 spin_unlock_irq(&hdspm
->lock
);
3338 #define HDSPM_DS_WIRE(xname, xindex) \
3339 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3342 .info = snd_hdspm_info_ds_wire, \
3343 .get = snd_hdspm_get_ds_wire, \
3344 .put = snd_hdspm_put_ds_wire \
3347 static int hdspm_ds_wire(struct hdspm
* hdspm
)
3349 return (hdspm
->control_register
& HDSPM_DS_DoubleWire
) ? 1 : 0;
3352 static int hdspm_set_ds_wire(struct hdspm
* hdspm
, int ds
)
3355 hdspm
->control_register
|= HDSPM_DS_DoubleWire
;
3357 hdspm
->control_register
&= ~HDSPM_DS_DoubleWire
;
3358 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3363 static int snd_hdspm_info_ds_wire(struct snd_kcontrol
*kcontrol
,
3364 struct snd_ctl_elem_info
*uinfo
)
3366 static const char *const texts
[] = { "Single", "Double" };
3367 ENUMERATED_CTL_INFO(uinfo
, texts
);
3371 static int snd_hdspm_get_ds_wire(struct snd_kcontrol
*kcontrol
,
3372 struct snd_ctl_elem_value
*ucontrol
)
3374 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3376 spin_lock_irq(&hdspm
->lock
);
3377 ucontrol
->value
.enumerated
.item
[0] = hdspm_ds_wire(hdspm
);
3378 spin_unlock_irq(&hdspm
->lock
);
3382 static int snd_hdspm_put_ds_wire(struct snd_kcontrol
*kcontrol
,
3383 struct snd_ctl_elem_value
*ucontrol
)
3385 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3389 if (!snd_hdspm_use_is_exclusive(hdspm
))
3391 val
= ucontrol
->value
.integer
.value
[0] & 1;
3392 spin_lock_irq(&hdspm
->lock
);
3393 change
= (int) val
!= hdspm_ds_wire(hdspm
);
3394 hdspm_set_ds_wire(hdspm
, val
);
3395 spin_unlock_irq(&hdspm
->lock
);
3400 #define HDSPM_QS_WIRE(xname, xindex) \
3401 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3404 .info = snd_hdspm_info_qs_wire, \
3405 .get = snd_hdspm_get_qs_wire, \
3406 .put = snd_hdspm_put_qs_wire \
3409 static int hdspm_qs_wire(struct hdspm
* hdspm
)
3411 if (hdspm
->control_register
& HDSPM_QS_DoubleWire
)
3413 if (hdspm
->control_register
& HDSPM_QS_QuadWire
)
3418 static int hdspm_set_qs_wire(struct hdspm
* hdspm
, int mode
)
3420 hdspm
->control_register
&= ~(HDSPM_QS_DoubleWire
| HDSPM_QS_QuadWire
);
3425 hdspm
->control_register
|= HDSPM_QS_DoubleWire
;
3428 hdspm
->control_register
|= HDSPM_QS_QuadWire
;
3431 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3436 static int snd_hdspm_info_qs_wire(struct snd_kcontrol
*kcontrol
,
3437 struct snd_ctl_elem_info
*uinfo
)
3439 static const char *const texts
[] = { "Single", "Double", "Quad" };
3440 ENUMERATED_CTL_INFO(uinfo
, texts
);
3444 static int snd_hdspm_get_qs_wire(struct snd_kcontrol
*kcontrol
,
3445 struct snd_ctl_elem_value
*ucontrol
)
3447 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3449 spin_lock_irq(&hdspm
->lock
);
3450 ucontrol
->value
.enumerated
.item
[0] = hdspm_qs_wire(hdspm
);
3451 spin_unlock_irq(&hdspm
->lock
);
3455 static int snd_hdspm_put_qs_wire(struct snd_kcontrol
*kcontrol
,
3456 struct snd_ctl_elem_value
*ucontrol
)
3458 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3462 if (!snd_hdspm_use_is_exclusive(hdspm
))
3464 val
= ucontrol
->value
.integer
.value
[0];
3469 spin_lock_irq(&hdspm
->lock
);
3470 change
= val
!= hdspm_qs_wire(hdspm
);
3471 hdspm_set_qs_wire(hdspm
, val
);
3472 spin_unlock_irq(&hdspm
->lock
);
3476 #define HDSPM_CONTROL_TRISTATE(xname, xindex) \
3477 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3479 .private_value = xindex, \
3480 .info = snd_hdspm_info_tristate, \
3481 .get = snd_hdspm_get_tristate, \
3482 .put = snd_hdspm_put_tristate \
3485 static int hdspm_tristate(struct hdspm
*hdspm
, u32 regmask
)
3487 u32 reg
= hdspm
->settings_register
& (regmask
* 3);
3488 return reg
/ regmask
;
3491 static int hdspm_set_tristate(struct hdspm
*hdspm
, int mode
, u32 regmask
)
3493 hdspm
->settings_register
&= ~(regmask
* 3);
3494 hdspm
->settings_register
|= (regmask
* mode
);
3495 hdspm_write(hdspm
, HDSPM_WR_SETTINGS
, hdspm
->settings_register
);
3500 static int snd_hdspm_info_tristate(struct snd_kcontrol
*kcontrol
,
3501 struct snd_ctl_elem_info
*uinfo
)
3503 u32 regmask
= kcontrol
->private_value
;
3505 static const char *const texts_spdif
[] = { "Optical", "Coaxial", "Internal" };
3506 static const char *const texts_levels
[] = { "Hi Gain", "+4 dBu", "-10 dBV" };
3509 case HDSPM_c0_Input0
:
3510 ENUMERATED_CTL_INFO(uinfo
, texts_spdif
);
3513 ENUMERATED_CTL_INFO(uinfo
, texts_levels
);
3519 static int snd_hdspm_get_tristate(struct snd_kcontrol
*kcontrol
,
3520 struct snd_ctl_elem_value
*ucontrol
)
3522 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3523 u32 regmask
= kcontrol
->private_value
;
3525 spin_lock_irq(&hdspm
->lock
);
3526 ucontrol
->value
.enumerated
.item
[0] = hdspm_tristate(hdspm
, regmask
);
3527 spin_unlock_irq(&hdspm
->lock
);
3531 static int snd_hdspm_put_tristate(struct snd_kcontrol
*kcontrol
,
3532 struct snd_ctl_elem_value
*ucontrol
)
3534 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3535 u32 regmask
= kcontrol
->private_value
;
3539 if (!snd_hdspm_use_is_exclusive(hdspm
))
3541 val
= ucontrol
->value
.integer
.value
[0];
3547 spin_lock_irq(&hdspm
->lock
);
3548 change
= val
!= hdspm_tristate(hdspm
, regmask
);
3549 hdspm_set_tristate(hdspm
, val
, regmask
);
3550 spin_unlock_irq(&hdspm
->lock
);
3554 #define HDSPM_MADI_SPEEDMODE(xname, xindex) \
3555 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3558 .info = snd_hdspm_info_madi_speedmode, \
3559 .get = snd_hdspm_get_madi_speedmode, \
3560 .put = snd_hdspm_put_madi_speedmode \
3563 static int hdspm_madi_speedmode(struct hdspm
*hdspm
)
3565 if (hdspm
->control_register
& HDSPM_QuadSpeed
)
3567 if (hdspm
->control_register
& HDSPM_DoubleSpeed
)
3572 static int hdspm_set_madi_speedmode(struct hdspm
*hdspm
, int mode
)
3574 hdspm
->control_register
&= ~(HDSPM_DoubleSpeed
| HDSPM_QuadSpeed
);
3579 hdspm
->control_register
|= HDSPM_DoubleSpeed
;
3582 hdspm
->control_register
|= HDSPM_QuadSpeed
;
3585 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
3590 static int snd_hdspm_info_madi_speedmode(struct snd_kcontrol
*kcontrol
,
3591 struct snd_ctl_elem_info
*uinfo
)
3593 static const char *const texts
[] = { "Single", "Double", "Quad" };
3594 ENUMERATED_CTL_INFO(uinfo
, texts
);
3598 static int snd_hdspm_get_madi_speedmode(struct snd_kcontrol
*kcontrol
,
3599 struct snd_ctl_elem_value
*ucontrol
)
3601 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3603 spin_lock_irq(&hdspm
->lock
);
3604 ucontrol
->value
.enumerated
.item
[0] = hdspm_madi_speedmode(hdspm
);
3605 spin_unlock_irq(&hdspm
->lock
);
3609 static int snd_hdspm_put_madi_speedmode(struct snd_kcontrol
*kcontrol
,
3610 struct snd_ctl_elem_value
*ucontrol
)
3612 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3616 if (!snd_hdspm_use_is_exclusive(hdspm
))
3618 val
= ucontrol
->value
.integer
.value
[0];
3623 spin_lock_irq(&hdspm
->lock
);
3624 change
= val
!= hdspm_madi_speedmode(hdspm
);
3625 hdspm_set_madi_speedmode(hdspm
, val
);
3626 spin_unlock_irq(&hdspm
->lock
);
3630 #define HDSPM_MIXER(xname, xindex) \
3631 { .iface = SNDRV_CTL_ELEM_IFACE_HWDEP, \
3635 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
3636 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3637 .info = snd_hdspm_info_mixer, \
3638 .get = snd_hdspm_get_mixer, \
3639 .put = snd_hdspm_put_mixer \
3642 static int snd_hdspm_info_mixer(struct snd_kcontrol
*kcontrol
,
3643 struct snd_ctl_elem_info
*uinfo
)
3645 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
3647 uinfo
->value
.integer
.min
= 0;
3648 uinfo
->value
.integer
.max
= 65535;
3649 uinfo
->value
.integer
.step
= 1;
3653 static int snd_hdspm_get_mixer(struct snd_kcontrol
*kcontrol
,
3654 struct snd_ctl_elem_value
*ucontrol
)
3656 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3660 source
= ucontrol
->value
.integer
.value
[0];
3663 else if (source
>= 2 * HDSPM_MAX_CHANNELS
)
3664 source
= 2 * HDSPM_MAX_CHANNELS
- 1;
3666 destination
= ucontrol
->value
.integer
.value
[1];
3667 if (destination
< 0)
3669 else if (destination
>= HDSPM_MAX_CHANNELS
)
3670 destination
= HDSPM_MAX_CHANNELS
- 1;
3672 spin_lock_irq(&hdspm
->lock
);
3673 if (source
>= HDSPM_MAX_CHANNELS
)
3674 ucontrol
->value
.integer
.value
[2] =
3675 hdspm_read_pb_gain(hdspm
, destination
,
3676 source
- HDSPM_MAX_CHANNELS
);
3678 ucontrol
->value
.integer
.value
[2] =
3679 hdspm_read_in_gain(hdspm
, destination
, source
);
3681 spin_unlock_irq(&hdspm
->lock
);
3686 static int snd_hdspm_put_mixer(struct snd_kcontrol
*kcontrol
,
3687 struct snd_ctl_elem_value
*ucontrol
)
3689 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3695 if (!snd_hdspm_use_is_exclusive(hdspm
))
3698 source
= ucontrol
->value
.integer
.value
[0];
3699 destination
= ucontrol
->value
.integer
.value
[1];
3701 if (source
< 0 || source
>= 2 * HDSPM_MAX_CHANNELS
)
3703 if (destination
< 0 || destination
>= HDSPM_MAX_CHANNELS
)
3706 gain
= ucontrol
->value
.integer
.value
[2];
3708 spin_lock_irq(&hdspm
->lock
);
3710 if (source
>= HDSPM_MAX_CHANNELS
)
3711 change
= gain
!= hdspm_read_pb_gain(hdspm
, destination
,
3713 HDSPM_MAX_CHANNELS
);
3715 change
= gain
!= hdspm_read_in_gain(hdspm
, destination
,
3719 if (source
>= HDSPM_MAX_CHANNELS
)
3720 hdspm_write_pb_gain(hdspm
, destination
,
3721 source
- HDSPM_MAX_CHANNELS
,
3724 hdspm_write_in_gain(hdspm
, destination
, source
,
3727 spin_unlock_irq(&hdspm
->lock
);
3732 /* The simple mixer control(s) provide gain control for the
3733 basic 1:1 mappings of playback streams to output
3737 #define HDSPM_PLAYBACK_MIXER \
3738 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3739 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE | \
3740 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3741 .info = snd_hdspm_info_playback_mixer, \
3742 .get = snd_hdspm_get_playback_mixer, \
3743 .put = snd_hdspm_put_playback_mixer \
3746 static int snd_hdspm_info_playback_mixer(struct snd_kcontrol
*kcontrol
,
3747 struct snd_ctl_elem_info
*uinfo
)
3749 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
3751 uinfo
->value
.integer
.min
= 0;
3752 uinfo
->value
.integer
.max
= 64;
3753 uinfo
->value
.integer
.step
= 1;
3757 static int snd_hdspm_get_playback_mixer(struct snd_kcontrol
*kcontrol
,
3758 struct snd_ctl_elem_value
*ucontrol
)
3760 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3763 channel
= ucontrol
->id
.index
- 1;
3765 if (snd_BUG_ON(channel
< 0 || channel
>= HDSPM_MAX_CHANNELS
))
3768 spin_lock_irq(&hdspm
->lock
);
3769 ucontrol
->value
.integer
.value
[0] =
3770 (hdspm_read_pb_gain(hdspm
, channel
, channel
)*64)/UNITY_GAIN
;
3771 spin_unlock_irq(&hdspm
->lock
);
3776 static int snd_hdspm_put_playback_mixer(struct snd_kcontrol
*kcontrol
,
3777 struct snd_ctl_elem_value
*ucontrol
)
3779 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
3784 if (!snd_hdspm_use_is_exclusive(hdspm
))
3787 channel
= ucontrol
->id
.index
- 1;
3789 if (snd_BUG_ON(channel
< 0 || channel
>= HDSPM_MAX_CHANNELS
))
3792 gain
= ucontrol
->value
.integer
.value
[0]*UNITY_GAIN
/64;
3794 spin_lock_irq(&hdspm
->lock
);
3796 gain
!= hdspm_read_pb_gain(hdspm
, channel
,
3799 hdspm_write_pb_gain(hdspm
, channel
, channel
,
3801 spin_unlock_irq(&hdspm
->lock
);
3805 #define HDSPM_SYNC_CHECK(xname, xindex) \
3806 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3808 .private_value = xindex, \
3809 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3810 .info = snd_hdspm_info_sync_check, \
3811 .get = snd_hdspm_get_sync_check \
3814 #define HDSPM_TCO_LOCK_CHECK(xname, xindex) \
3815 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3817 .private_value = xindex, \
3818 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3819 .info = snd_hdspm_tco_info_lock_check, \
3820 .get = snd_hdspm_get_sync_check \
3825 static int snd_hdspm_info_sync_check(struct snd_kcontrol
*kcontrol
,
3826 struct snd_ctl_elem_info
*uinfo
)
3828 static const char *const texts
[] = { "No Lock", "Lock", "Sync", "N/A" };
3829 ENUMERATED_CTL_INFO(uinfo
, texts
);
3833 static int snd_hdspm_tco_info_lock_check(struct snd_kcontrol
*kcontrol
,
3834 struct snd_ctl_elem_info
*uinfo
)
3836 static const char *const texts
[] = { "No Lock", "Lock" };
3837 ENUMERATED_CTL_INFO(uinfo
, texts
);
3841 static int hdspm_wc_sync_check(struct hdspm
*hdspm
)
3843 int status
, status2
;
3845 switch (hdspm
->io_type
) {
3847 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3848 if (status
& HDSPM_AES32_wcLock
) {
3849 if (status
& HDSPM_AES32_wcSync
)
3858 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3859 if (status2
& HDSPM_wcLock
) {
3860 if (status2
& HDSPM_wcSync
)
3870 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3872 if (status
& 0x2000000)
3874 else if (status
& 0x1000000)
3889 static int hdspm_madi_sync_check(struct hdspm
*hdspm
)
3891 int status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3892 if (status
& HDSPM_madiLock
) {
3893 if (status
& HDSPM_madiSync
)
3902 static int hdspm_s1_sync_check(struct hdspm
*hdspm
, int idx
)
3904 int status
, lock
, sync
;
3906 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
3908 lock
= (status
& (0x1<<idx
)) ? 1 : 0;
3909 sync
= (status
& (0x100<<idx
)) ? 1 : 0;
3919 static int hdspm_sync_in_sync_check(struct hdspm
*hdspm
)
3921 int status
, lock
= 0, sync
= 0;
3923 switch (hdspm
->io_type
) {
3926 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_3
);
3927 lock
= (status
& 0x400) ? 1 : 0;
3928 sync
= (status
& 0x800) ? 1 : 0;
3932 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3933 lock
= (status
& HDSPM_syncInLock
) ? 1 : 0;
3934 sync
= (status
& HDSPM_syncInSync
) ? 1 : 0;
3938 status
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3939 lock
= (status
& 0x100000) ? 1 : 0;
3940 sync
= (status
& 0x200000) ? 1 : 0;
3955 static int hdspm_aes_sync_check(struct hdspm
*hdspm
, int idx
)
3957 int status2
, lock
, sync
;
3958 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
3960 lock
= (status2
& (0x0080 >> idx
)) ? 1 : 0;
3961 sync
= (status2
& (0x8000 >> idx
)) ? 1 : 0;
3970 static int hdspm_tco_input_check(struct hdspm
*hdspm
, u32 mask
)
3973 status
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
3975 return (status
& mask
) ? 1 : 0;
3979 static int hdspm_tco_sync_check(struct hdspm
*hdspm
)
3984 switch (hdspm
->io_type
) {
3986 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3987 if (status
& HDSPM_tcoLockMadi
) {
3988 if (status
& HDSPM_tcoSync
)
3995 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
3996 if (status
& HDSPM_tcoLockAes
) {
3997 if (status
& HDSPM_tcoSync
)
4005 status
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
);
4007 if (status
& 0x8000000)
4008 return 2; /* Sync */
4009 if (status
& 0x4000000)
4010 return 1; /* Lock */
4011 return 0; /* No signal */
4022 static int snd_hdspm_get_sync_check(struct snd_kcontrol
*kcontrol
,
4023 struct snd_ctl_elem_value
*ucontrol
)
4025 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4028 switch (hdspm
->io_type
) {
4030 switch (kcontrol
->private_value
) {
4032 val
= hdspm_wc_sync_check(hdspm
); break;
4034 val
= hdspm_tco_sync_check(hdspm
); break;
4035 case 8: /* SYNC IN */
4036 val
= hdspm_sync_in_sync_check(hdspm
); break;
4038 val
= hdspm_s1_sync_check(hdspm
,
4039 kcontrol
->private_value
-1);
4044 switch (kcontrol
->private_value
) {
4046 val
= hdspm_wc_sync_check(hdspm
); break;
4048 val
= hdspm_tco_sync_check(hdspm
); break;
4049 case 5: /* SYNC IN */
4050 val
= hdspm_sync_in_sync_check(hdspm
); break;
4052 val
= hdspm_s1_sync_check(hdspm
,
4053 kcontrol
->private_value
-1);
4058 switch (kcontrol
->private_value
) {
4060 val
= hdspm_wc_sync_check(hdspm
); break;
4062 val
= hdspm_madi_sync_check(hdspm
); break;
4064 val
= hdspm_tco_sync_check(hdspm
); break;
4065 case 3: /* SYNC_IN */
4066 val
= hdspm_sync_in_sync_check(hdspm
); break;
4071 val
= hdspm_madi_sync_check(hdspm
); /* MADI */
4075 switch (kcontrol
->private_value
) {
4077 val
= hdspm_wc_sync_check(hdspm
); break;
4079 val
= hdspm_tco_sync_check(hdspm
); break;
4080 case 10 /* SYNC IN */:
4081 val
= hdspm_sync_in_sync_check(hdspm
); break;
4082 default: /* AES1 to AES8 */
4083 val
= hdspm_aes_sync_check(hdspm
,
4084 kcontrol
->private_value
-1);
4091 switch (kcontrol
->private_value
) {
4093 /* Check TCO for lock state of its current input */
4094 val
= hdspm_tco_input_check(hdspm
, HDSPM_TCO1_TCO_lock
);
4097 /* Check TCO for valid time code on LTC input. */
4098 val
= hdspm_tco_input_check(hdspm
,
4099 HDSPM_TCO1_LTC_Input_valid
);
4109 ucontrol
->value
.enumerated
.item
[0] = val
;
4118 static void hdspm_tco_write(struct hdspm
*hdspm
)
4120 unsigned int tc
[4] = { 0, 0, 0, 0};
4122 switch (hdspm
->tco
->input
) {
4124 tc
[2] |= HDSPM_TCO2_set_input_MSB
;
4127 tc
[2] |= HDSPM_TCO2_set_input_LSB
;
4133 switch (hdspm
->tco
->framerate
) {
4135 tc
[1] |= HDSPM_TCO1_LTC_Format_LSB
;
4138 tc
[1] |= HDSPM_TCO1_LTC_Format_MSB
;
4141 tc
[1] |= HDSPM_TCO1_LTC_Format_MSB
+
4142 HDSPM_TCO1_set_drop_frame_flag
;
4145 tc
[1] |= HDSPM_TCO1_LTC_Format_LSB
+
4146 HDSPM_TCO1_LTC_Format_MSB
;
4149 tc
[1] |= HDSPM_TCO1_LTC_Format_LSB
+
4150 HDSPM_TCO1_LTC_Format_MSB
+
4151 HDSPM_TCO1_set_drop_frame_flag
;
4157 switch (hdspm
->tco
->wordclock
) {
4159 tc
[2] |= HDSPM_TCO2_WCK_IO_ratio_LSB
;
4162 tc
[2] |= HDSPM_TCO2_WCK_IO_ratio_MSB
;
4168 switch (hdspm
->tco
->samplerate
) {
4170 tc
[2] |= HDSPM_TCO2_set_freq
;
4173 tc
[2] |= HDSPM_TCO2_set_freq_from_app
;
4179 switch (hdspm
->tco
->pull
) {
4181 tc
[2] |= HDSPM_TCO2_set_pull_up
;
4184 tc
[2] |= HDSPM_TCO2_set_pull_down
;
4187 tc
[2] |= HDSPM_TCO2_set_pull_up
+ HDSPM_TCO2_set_01_4
;
4190 tc
[2] |= HDSPM_TCO2_set_pull_down
+ HDSPM_TCO2_set_01_4
;
4196 if (1 == hdspm
->tco
->term
) {
4197 tc
[2] |= HDSPM_TCO2_set_term_75R
;
4200 hdspm_write(hdspm
, HDSPM_WR_TCO
, tc
[0]);
4201 hdspm_write(hdspm
, HDSPM_WR_TCO
+4, tc
[1]);
4202 hdspm_write(hdspm
, HDSPM_WR_TCO
+8, tc
[2]);
4203 hdspm_write(hdspm
, HDSPM_WR_TCO
+12, tc
[3]);
4207 #define HDSPM_TCO_SAMPLE_RATE(xname, xindex) \
4208 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4211 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4212 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4213 .info = snd_hdspm_info_tco_sample_rate, \
4214 .get = snd_hdspm_get_tco_sample_rate, \
4215 .put = snd_hdspm_put_tco_sample_rate \
4218 static int snd_hdspm_info_tco_sample_rate(struct snd_kcontrol
*kcontrol
,
4219 struct snd_ctl_elem_info
*uinfo
)
4221 /* TODO freq from app could be supported here, see tco->samplerate */
4222 static const char *const texts
[] = { "44.1 kHz", "48 kHz" };
4223 ENUMERATED_CTL_INFO(uinfo
, texts
);
4227 static int snd_hdspm_get_tco_sample_rate(struct snd_kcontrol
*kcontrol
,
4228 struct snd_ctl_elem_value
*ucontrol
)
4230 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4232 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->samplerate
;
4237 static int snd_hdspm_put_tco_sample_rate(struct snd_kcontrol
*kcontrol
,
4238 struct snd_ctl_elem_value
*ucontrol
)
4240 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4242 if (hdspm
->tco
->samplerate
!= ucontrol
->value
.enumerated
.item
[0]) {
4243 hdspm
->tco
->samplerate
= ucontrol
->value
.enumerated
.item
[0];
4245 hdspm_tco_write(hdspm
);
4254 #define HDSPM_TCO_PULL(xname, xindex) \
4255 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4258 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4259 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4260 .info = snd_hdspm_info_tco_pull, \
4261 .get = snd_hdspm_get_tco_pull, \
4262 .put = snd_hdspm_put_tco_pull \
4265 static int snd_hdspm_info_tco_pull(struct snd_kcontrol
*kcontrol
,
4266 struct snd_ctl_elem_info
*uinfo
)
4268 static const char *const texts
[] = { "0", "+ 0.1 %", "- 0.1 %",
4270 ENUMERATED_CTL_INFO(uinfo
, texts
);
4274 static int snd_hdspm_get_tco_pull(struct snd_kcontrol
*kcontrol
,
4275 struct snd_ctl_elem_value
*ucontrol
)
4277 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4279 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->pull
;
4284 static int snd_hdspm_put_tco_pull(struct snd_kcontrol
*kcontrol
,
4285 struct snd_ctl_elem_value
*ucontrol
)
4287 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4289 if (hdspm
->tco
->pull
!= ucontrol
->value
.enumerated
.item
[0]) {
4290 hdspm
->tco
->pull
= ucontrol
->value
.enumerated
.item
[0];
4292 hdspm_tco_write(hdspm
);
4300 #define HDSPM_TCO_WCK_CONVERSION(xname, xindex) \
4301 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4304 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4305 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4306 .info = snd_hdspm_info_tco_wck_conversion, \
4307 .get = snd_hdspm_get_tco_wck_conversion, \
4308 .put = snd_hdspm_put_tco_wck_conversion \
4311 static int snd_hdspm_info_tco_wck_conversion(struct snd_kcontrol
*kcontrol
,
4312 struct snd_ctl_elem_info
*uinfo
)
4314 static const char *const texts
[] = { "1:1", "44.1 -> 48", "48 -> 44.1" };
4315 ENUMERATED_CTL_INFO(uinfo
, texts
);
4319 static int snd_hdspm_get_tco_wck_conversion(struct snd_kcontrol
*kcontrol
,
4320 struct snd_ctl_elem_value
*ucontrol
)
4322 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4324 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->wordclock
;
4329 static int snd_hdspm_put_tco_wck_conversion(struct snd_kcontrol
*kcontrol
,
4330 struct snd_ctl_elem_value
*ucontrol
)
4332 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4334 if (hdspm
->tco
->wordclock
!= ucontrol
->value
.enumerated
.item
[0]) {
4335 hdspm
->tco
->wordclock
= ucontrol
->value
.enumerated
.item
[0];
4337 hdspm_tco_write(hdspm
);
4346 #define HDSPM_TCO_FRAME_RATE(xname, xindex) \
4347 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4350 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4351 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4352 .info = snd_hdspm_info_tco_frame_rate, \
4353 .get = snd_hdspm_get_tco_frame_rate, \
4354 .put = snd_hdspm_put_tco_frame_rate \
4357 static int snd_hdspm_info_tco_frame_rate(struct snd_kcontrol
*kcontrol
,
4358 struct snd_ctl_elem_info
*uinfo
)
4360 static const char *const texts
[] = { "24 fps", "25 fps", "29.97fps",
4361 "29.97 dfps", "30 fps", "30 dfps" };
4362 ENUMERATED_CTL_INFO(uinfo
, texts
);
4366 static int snd_hdspm_get_tco_frame_rate(struct snd_kcontrol
*kcontrol
,
4367 struct snd_ctl_elem_value
*ucontrol
)
4369 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4371 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->framerate
;
4376 static int snd_hdspm_put_tco_frame_rate(struct snd_kcontrol
*kcontrol
,
4377 struct snd_ctl_elem_value
*ucontrol
)
4379 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4381 if (hdspm
->tco
->framerate
!= ucontrol
->value
.enumerated
.item
[0]) {
4382 hdspm
->tco
->framerate
= ucontrol
->value
.enumerated
.item
[0];
4384 hdspm_tco_write(hdspm
);
4393 #define HDSPM_TCO_SYNC_SOURCE(xname, xindex) \
4394 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4397 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4398 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4399 .info = snd_hdspm_info_tco_sync_source, \
4400 .get = snd_hdspm_get_tco_sync_source, \
4401 .put = snd_hdspm_put_tco_sync_source \
4404 static int snd_hdspm_info_tco_sync_source(struct snd_kcontrol
*kcontrol
,
4405 struct snd_ctl_elem_info
*uinfo
)
4407 static const char *const texts
[] = { "LTC", "Video", "WCK" };
4408 ENUMERATED_CTL_INFO(uinfo
, texts
);
4412 static int snd_hdspm_get_tco_sync_source(struct snd_kcontrol
*kcontrol
,
4413 struct snd_ctl_elem_value
*ucontrol
)
4415 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4417 ucontrol
->value
.enumerated
.item
[0] = hdspm
->tco
->input
;
4422 static int snd_hdspm_put_tco_sync_source(struct snd_kcontrol
*kcontrol
,
4423 struct snd_ctl_elem_value
*ucontrol
)
4425 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4427 if (hdspm
->tco
->input
!= ucontrol
->value
.enumerated
.item
[0]) {
4428 hdspm
->tco
->input
= ucontrol
->value
.enumerated
.item
[0];
4430 hdspm_tco_write(hdspm
);
4439 #define HDSPM_TCO_WORD_TERM(xname, xindex) \
4440 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4443 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4444 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4445 .info = snd_hdspm_info_tco_word_term, \
4446 .get = snd_hdspm_get_tco_word_term, \
4447 .put = snd_hdspm_put_tco_word_term \
4450 static int snd_hdspm_info_tco_word_term(struct snd_kcontrol
*kcontrol
,
4451 struct snd_ctl_elem_info
*uinfo
)
4453 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_BOOLEAN
;
4455 uinfo
->value
.integer
.min
= 0;
4456 uinfo
->value
.integer
.max
= 1;
4462 static int snd_hdspm_get_tco_word_term(struct snd_kcontrol
*kcontrol
,
4463 struct snd_ctl_elem_value
*ucontrol
)
4465 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4467 ucontrol
->value
.integer
.value
[0] = hdspm
->tco
->term
;
4473 static int snd_hdspm_put_tco_word_term(struct snd_kcontrol
*kcontrol
,
4474 struct snd_ctl_elem_value
*ucontrol
)
4476 struct hdspm
*hdspm
= snd_kcontrol_chip(kcontrol
);
4478 if (hdspm
->tco
->term
!= ucontrol
->value
.integer
.value
[0]) {
4479 hdspm
->tco
->term
= ucontrol
->value
.integer
.value
[0];
4481 hdspm_tco_write(hdspm
);
4492 static struct snd_kcontrol_new snd_hdspm_controls_madi
[] = {
4493 HDSPM_MIXER("Mixer", 0),
4494 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4495 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4496 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4497 HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
4498 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4499 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4500 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4501 HDSPM_SYNC_CHECK("MADI SyncCheck", 1),
4502 HDSPM_SYNC_CHECK("TCO SyncCheck", 2),
4503 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 3),
4504 HDSPM_TOGGLE_SETTING("Line Out", HDSPM_LineOut
),
4505 HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch
),
4506 HDSPM_TOGGLE_SETTING("Disable 96K frames", HDSPM_SMUX
),
4507 HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms
),
4508 HDSPM_TOGGLE_SETTING("Safe Mode", HDSPM_AutoInp
),
4509 HDSPM_INPUT_SELECT("Input Select", 0),
4510 HDSPM_MADI_SPEEDMODE("MADI Speed Mode", 0)
4514 static struct snd_kcontrol_new snd_hdspm_controls_madiface
[] = {
4515 HDSPM_MIXER("Mixer", 0),
4516 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4517 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4518 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4519 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4520 HDSPM_SYNC_CHECK("MADI SyncCheck", 0),
4521 HDSPM_TOGGLE_SETTING("TX 64 channels mode", HDSPM_TX_64ch
),
4522 HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms
),
4523 HDSPM_TOGGLE_SETTING("Safe Mode", HDSPM_AutoInp
),
4524 HDSPM_MADI_SPEEDMODE("MADI Speed Mode", 0)
4527 static struct snd_kcontrol_new snd_hdspm_controls_aio
[] = {
4528 HDSPM_MIXER("Mixer", 0),
4529 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4530 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4531 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4532 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4533 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4534 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4535 HDSPM_SYNC_CHECK("AES SyncCheck", 1),
4536 HDSPM_SYNC_CHECK("SPDIF SyncCheck", 2),
4537 HDSPM_SYNC_CHECK("ADAT SyncCheck", 3),
4538 HDSPM_SYNC_CHECK("TCO SyncCheck", 4),
4539 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 5),
4540 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4541 HDSPM_AUTOSYNC_SAMPLE_RATE("AES Frequency", 1),
4542 HDSPM_AUTOSYNC_SAMPLE_RATE("SPDIF Frequency", 2),
4543 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT Frequency", 3),
4544 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 4),
4545 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 5),
4546 HDSPM_CONTROL_TRISTATE("S/PDIF Input", HDSPM_c0_Input0
),
4547 HDSPM_TOGGLE_SETTING("S/PDIF Out Optical", HDSPM_c0_Spdif_Opt
),
4548 HDSPM_TOGGLE_SETTING("S/PDIF Out Professional", HDSPM_c0_Pro
),
4549 HDSPM_TOGGLE_SETTING("ADAT internal (AEB/TEB)", HDSPM_c0_AEB1
),
4550 HDSPM_TOGGLE_SETTING("XLR Breakout Cable", HDSPM_c0_Sym6db
),
4551 HDSPM_TOGGLE_SETTING("Single Speed WordClock Out", HDSPM_c0_Wck48
),
4552 HDSPM_CONTROL_TRISTATE("Input Level", HDSPM_c0_AD_GAIN0
),
4553 HDSPM_CONTROL_TRISTATE("Output Level", HDSPM_c0_DA_GAIN0
),
4554 HDSPM_CONTROL_TRISTATE("Phones Level", HDSPM_c0_PH_GAIN0
)
4557 HDSPM_INPUT_SELECT("Input Select", 0),
4558 HDSPM_SPDIF_OPTICAL("SPDIF Out Optical", 0),
4559 HDSPM_PROFESSIONAL("SPDIF Out Professional", 0);
4560 HDSPM_SPDIF_IN("SPDIF In", 0);
4561 HDSPM_BREAKOUT_CABLE("Breakout Cable", 0);
4562 HDSPM_INPUT_LEVEL("Input Level", 0);
4563 HDSPM_OUTPUT_LEVEL("Output Level", 0);
4564 HDSPM_PHONES("Phones", 0);
4568 static struct snd_kcontrol_new snd_hdspm_controls_raydat
[] = {
4569 HDSPM_MIXER("Mixer", 0),
4570 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4571 HDSPM_SYSTEM_CLOCK_MODE("Clock Mode", 0),
4572 HDSPM_PREF_SYNC_REF("Pref Sync Ref", 0),
4573 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4574 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4575 HDSPM_SYNC_CHECK("AES SyncCheck", 1),
4576 HDSPM_SYNC_CHECK("SPDIF SyncCheck", 2),
4577 HDSPM_SYNC_CHECK("ADAT1 SyncCheck", 3),
4578 HDSPM_SYNC_CHECK("ADAT2 SyncCheck", 4),
4579 HDSPM_SYNC_CHECK("ADAT3 SyncCheck", 5),
4580 HDSPM_SYNC_CHECK("ADAT4 SyncCheck", 6),
4581 HDSPM_SYNC_CHECK("TCO SyncCheck", 7),
4582 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 8),
4583 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4584 HDSPM_AUTOSYNC_SAMPLE_RATE("AES Frequency", 1),
4585 HDSPM_AUTOSYNC_SAMPLE_RATE("SPDIF Frequency", 2),
4586 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT1 Frequency", 3),
4587 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT2 Frequency", 4),
4588 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT3 Frequency", 5),
4589 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT4 Frequency", 6),
4590 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 7),
4591 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 8),
4592 HDSPM_TOGGLE_SETTING("S/PDIF Out Professional", HDSPM_c0_Pro
),
4593 HDSPM_TOGGLE_SETTING("Single Speed WordClock Out", HDSPM_c0_Wck48
)
4596 static struct snd_kcontrol_new snd_hdspm_controls_aes32
[] = {
4597 HDSPM_MIXER("Mixer", 0),
4598 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4599 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4600 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4601 HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
4602 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4603 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 11),
4604 HDSPM_SYNC_CHECK("WC Sync Check", 0),
4605 HDSPM_SYNC_CHECK("AES1 Sync Check", 1),
4606 HDSPM_SYNC_CHECK("AES2 Sync Check", 2),
4607 HDSPM_SYNC_CHECK("AES3 Sync Check", 3),
4608 HDSPM_SYNC_CHECK("AES4 Sync Check", 4),
4609 HDSPM_SYNC_CHECK("AES5 Sync Check", 5),
4610 HDSPM_SYNC_CHECK("AES6 Sync Check", 6),
4611 HDSPM_SYNC_CHECK("AES7 Sync Check", 7),
4612 HDSPM_SYNC_CHECK("AES8 Sync Check", 8),
4613 HDSPM_SYNC_CHECK("TCO Sync Check", 9),
4614 HDSPM_SYNC_CHECK("SYNC IN Sync Check", 10),
4615 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4616 HDSPM_AUTOSYNC_SAMPLE_RATE("AES1 Frequency", 1),
4617 HDSPM_AUTOSYNC_SAMPLE_RATE("AES2 Frequency", 2),
4618 HDSPM_AUTOSYNC_SAMPLE_RATE("AES3 Frequency", 3),
4619 HDSPM_AUTOSYNC_SAMPLE_RATE("AES4 Frequency", 4),
4620 HDSPM_AUTOSYNC_SAMPLE_RATE("AES5 Frequency", 5),
4621 HDSPM_AUTOSYNC_SAMPLE_RATE("AES6 Frequency", 6),
4622 HDSPM_AUTOSYNC_SAMPLE_RATE("AES7 Frequency", 7),
4623 HDSPM_AUTOSYNC_SAMPLE_RATE("AES8 Frequency", 8),
4624 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 9),
4625 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 10),
4626 HDSPM_TOGGLE_SETTING("Line Out", HDSPM_LineOut
),
4627 HDSPM_TOGGLE_SETTING("Emphasis", HDSPM_Emphasis
),
4628 HDSPM_TOGGLE_SETTING("Non Audio", HDSPM_Dolby
),
4629 HDSPM_TOGGLE_SETTING("Professional", HDSPM_Professional
),
4630 HDSPM_TOGGLE_SETTING("Clear Track Marker", HDSPM_clr_tms
),
4631 HDSPM_DS_WIRE("Double Speed Wire Mode", 0),
4632 HDSPM_QS_WIRE("Quad Speed Wire Mode", 0),
4637 /* Control elements for the optional TCO module */
4638 static struct snd_kcontrol_new snd_hdspm_controls_tco
[] = {
4639 HDSPM_TCO_SAMPLE_RATE("TCO Sample Rate", 0),
4640 HDSPM_TCO_PULL("TCO Pull", 0),
4641 HDSPM_TCO_WCK_CONVERSION("TCO WCK Conversion", 0),
4642 HDSPM_TCO_FRAME_RATE("TCO Frame Rate", 0),
4643 HDSPM_TCO_SYNC_SOURCE("TCO Sync Source", 0),
4644 HDSPM_TCO_WORD_TERM("TCO Word Term", 0),
4645 HDSPM_TCO_LOCK_CHECK("TCO Input Check", 11),
4646 HDSPM_TCO_LOCK_CHECK("TCO LTC Valid", 12),
4647 HDSPM_TCO_LTC_FRAMES("TCO Detected Frame Rate", 0),
4648 HDSPM_TCO_VIDEO_INPUT_FORMAT("Video Input Format", 0)
4652 static struct snd_kcontrol_new snd_hdspm_playback_mixer
= HDSPM_PLAYBACK_MIXER
;
4655 static int hdspm_update_simple_mixer_controls(struct hdspm
* hdspm
)
4659 for (i
= hdspm
->ds_out_channels
; i
< hdspm
->ss_out_channels
; ++i
) {
4660 if (hdspm
->system_sample_rate
> 48000) {
4661 hdspm
->playback_mixer_ctls
[i
]->vd
[0].access
=
4662 SNDRV_CTL_ELEM_ACCESS_INACTIVE
|
4663 SNDRV_CTL_ELEM_ACCESS_READ
|
4664 SNDRV_CTL_ELEM_ACCESS_VOLATILE
;
4666 hdspm
->playback_mixer_ctls
[i
]->vd
[0].access
=
4667 SNDRV_CTL_ELEM_ACCESS_READWRITE
|
4668 SNDRV_CTL_ELEM_ACCESS_VOLATILE
;
4670 snd_ctl_notify(hdspm
->card
, SNDRV_CTL_EVENT_MASK_VALUE
|
4671 SNDRV_CTL_EVENT_MASK_INFO
,
4672 &hdspm
->playback_mixer_ctls
[i
]->id
);
4679 static int snd_hdspm_create_controls(struct snd_card
*card
,
4680 struct hdspm
*hdspm
)
4682 unsigned int idx
, limit
;
4684 struct snd_kcontrol
*kctl
;
4685 struct snd_kcontrol_new
*list
= NULL
;
4687 switch (hdspm
->io_type
) {
4689 list
= snd_hdspm_controls_madi
;
4690 limit
= ARRAY_SIZE(snd_hdspm_controls_madi
);
4693 list
= snd_hdspm_controls_madiface
;
4694 limit
= ARRAY_SIZE(snd_hdspm_controls_madiface
);
4697 list
= snd_hdspm_controls_aio
;
4698 limit
= ARRAY_SIZE(snd_hdspm_controls_aio
);
4701 list
= snd_hdspm_controls_raydat
;
4702 limit
= ARRAY_SIZE(snd_hdspm_controls_raydat
);
4705 list
= snd_hdspm_controls_aes32
;
4706 limit
= ARRAY_SIZE(snd_hdspm_controls_aes32
);
4711 for (idx
= 0; idx
< limit
; idx
++) {
4712 err
= snd_ctl_add(card
,
4713 snd_ctl_new1(&list
[idx
], hdspm
));
4720 /* create simple 1:1 playback mixer controls */
4721 snd_hdspm_playback_mixer
.name
= "Chn";
4722 if (hdspm
->system_sample_rate
>= 128000) {
4723 limit
= hdspm
->qs_out_channels
;
4724 } else if (hdspm
->system_sample_rate
>= 64000) {
4725 limit
= hdspm
->ds_out_channels
;
4727 limit
= hdspm
->ss_out_channels
;
4729 for (idx
= 0; idx
< limit
; ++idx
) {
4730 snd_hdspm_playback_mixer
.index
= idx
+ 1;
4731 kctl
= snd_ctl_new1(&snd_hdspm_playback_mixer
, hdspm
);
4732 err
= snd_ctl_add(card
, kctl
);
4735 hdspm
->playback_mixer_ctls
[idx
] = kctl
;
4740 /* add tco control elements */
4741 list
= snd_hdspm_controls_tco
;
4742 limit
= ARRAY_SIZE(snd_hdspm_controls_tco
);
4743 for (idx
= 0; idx
< limit
; idx
++) {
4744 err
= snd_ctl_add(card
,
4745 snd_ctl_new1(&list
[idx
], hdspm
));
4754 /*------------------------------------------------------------
4756 ------------------------------------------------------------*/
4759 snd_hdspm_proc_read_tco(struct snd_info_entry
*entry
,
4760 struct snd_info_buffer
*buffer
)
4762 struct hdspm
*hdspm
= entry
->private_data
;
4763 unsigned int status
, control
;
4764 int a
, ltc
, frames
, seconds
, minutes
, hours
;
4765 unsigned int period
;
4769 snd_iprintf(buffer
, "--- TCO ---\n");
4771 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
4772 control
= hdspm
->control_register
;
4775 if (status
& HDSPM_tco_detect
) {
4776 snd_iprintf(buffer
, "TCO module detected.\n");
4777 a
= hdspm_read(hdspm
, HDSPM_RD_TCO
+4);
4778 if (a
& HDSPM_TCO1_LTC_Input_valid
) {
4779 snd_iprintf(buffer
, " LTC valid, ");
4780 switch (a
& (HDSPM_TCO1_LTC_Format_LSB
|
4781 HDSPM_TCO1_LTC_Format_MSB
)) {
4783 snd_iprintf(buffer
, "24 fps, ");
4785 case HDSPM_TCO1_LTC_Format_LSB
:
4786 snd_iprintf(buffer
, "25 fps, ");
4788 case HDSPM_TCO1_LTC_Format_MSB
:
4789 snd_iprintf(buffer
, "29.97 fps, ");
4792 snd_iprintf(buffer
, "30 fps, ");
4795 if (a
& HDSPM_TCO1_set_drop_frame_flag
) {
4796 snd_iprintf(buffer
, "drop frame\n");
4798 snd_iprintf(buffer
, "full frame\n");
4801 snd_iprintf(buffer
, " no LTC\n");
4803 if (a
& HDSPM_TCO1_Video_Input_Format_NTSC
) {
4804 snd_iprintf(buffer
, " Video: NTSC\n");
4805 } else if (a
& HDSPM_TCO1_Video_Input_Format_PAL
) {
4806 snd_iprintf(buffer
, " Video: PAL\n");
4808 snd_iprintf(buffer
, " No video\n");
4810 if (a
& HDSPM_TCO1_TCO_lock
) {
4811 snd_iprintf(buffer
, " Sync: lock\n");
4813 snd_iprintf(buffer
, " Sync: no lock\n");
4816 switch (hdspm
->io_type
) {
4819 freq_const
= 110069313433624ULL;
4823 freq_const
= 104857600000000ULL;
4826 break; /* no TCO possible */
4829 period
= hdspm_read(hdspm
, HDSPM_RD_PLL_FREQ
);
4830 snd_iprintf(buffer
, " period: %u\n", period
);
4833 /* rate = freq_const/period; */
4834 rate
= div_u64(freq_const
, period
);
4836 if (control
& HDSPM_QuadSpeed
) {
4838 } else if (control
& HDSPM_DoubleSpeed
) {
4842 snd_iprintf(buffer
, " Frequency: %u Hz\n",
4843 (unsigned int) rate
);
4845 ltc
= hdspm_read(hdspm
, HDSPM_RD_TCO
);
4848 frames
+= (ltc
& 0x3) * 10;
4850 seconds
= ltc
& 0xF;
4852 seconds
+= (ltc
& 0x7) * 10;
4854 minutes
= ltc
& 0xF;
4856 minutes
+= (ltc
& 0x7) * 10;
4860 hours
+= (ltc
& 0x3) * 10;
4862 " LTC In: %02d:%02d:%02d:%02d\n",
4863 hours
, minutes
, seconds
, frames
);
4866 snd_iprintf(buffer
, "No TCO module detected.\n");
4871 snd_hdspm_proc_read_madi(struct snd_info_entry
*entry
,
4872 struct snd_info_buffer
*buffer
)
4874 struct hdspm
*hdspm
= entry
->private_data
;
4875 unsigned int status
, status2
;
4877 char *pref_sync_ref
;
4879 char *system_clock_mode
;
4882 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
4883 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
4885 snd_iprintf(buffer
, "%s (Card #%d) Rev.%x Status2first3bits: %x\n",
4886 hdspm
->card_name
, hdspm
->card
->number
+ 1,
4887 hdspm
->firmware_rev
,
4888 (status2
& HDSPM_version0
) |
4889 (status2
& HDSPM_version1
) | (status2
&
4892 snd_iprintf(buffer
, "HW Serial: 0x%06x%06x\n",
4893 (hdspm_read(hdspm
, HDSPM_midiStatusIn1
)>>8) & 0xFFFFFF,
4896 snd_iprintf(buffer
, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
4897 hdspm
->irq
, hdspm
->port
, (unsigned long)hdspm
->iobase
);
4899 snd_iprintf(buffer
, "--- System ---\n");
4902 "IRQ Pending: Audio=%d, MIDI0=%d, MIDI1=%d, IRQcount=%d\n",
4903 status
& HDSPM_audioIRQPending
,
4904 (status
& HDSPM_midi0IRQPending
) ? 1 : 0,
4905 (status
& HDSPM_midi1IRQPending
) ? 1 : 0,
4908 "HW pointer: id = %d, rawptr = %d (%d->%d) "
4909 "estimated= %ld (bytes)\n",
4910 ((status
& HDSPM_BufferID
) ? 1 : 0),
4911 (status
& HDSPM_BufferPositionMask
),
4912 (status
& HDSPM_BufferPositionMask
) %
4913 (2 * (int)hdspm
->period_bytes
),
4914 ((status
& HDSPM_BufferPositionMask
) - 64) %
4915 (2 * (int)hdspm
->period_bytes
),
4916 (long) hdspm_hw_pointer(hdspm
) * 4);
4919 "MIDI FIFO: Out1=0x%x, Out2=0x%x, In1=0x%x, In2=0x%x \n",
4920 hdspm_read(hdspm
, HDSPM_midiStatusOut0
) & 0xFF,
4921 hdspm_read(hdspm
, HDSPM_midiStatusOut1
) & 0xFF,
4922 hdspm_read(hdspm
, HDSPM_midiStatusIn0
) & 0xFF,
4923 hdspm_read(hdspm
, HDSPM_midiStatusIn1
) & 0xFF);
4925 "MIDIoverMADI FIFO: In=0x%x, Out=0x%x \n",
4926 hdspm_read(hdspm
, HDSPM_midiStatusIn2
) & 0xFF,
4927 hdspm_read(hdspm
, HDSPM_midiStatusOut2
) & 0xFF);
4929 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
4931 hdspm
->control_register
, hdspm
->control2_register
,
4935 snd_iprintf(buffer
, "--- Settings ---\n");
4937 x
= hdspm_get_latency(hdspm
);
4940 "Size (Latency): %d samples (2 periods of %lu bytes)\n",
4941 x
, (unsigned long) hdspm
->period_bytes
);
4943 snd_iprintf(buffer
, "Line out: %s\n",
4944 (hdspm
->control_register
& HDSPM_LineOut
) ? "on " : "off");
4947 "ClearTrackMarker = %s, Transmit in %s Channel Mode, "
4949 (hdspm
->control_register
& HDSPM_clr_tms
) ? "on" : "off",
4950 (hdspm
->control_register
& HDSPM_TX_64ch
) ? "64" : "56",
4951 (hdspm
->control_register
& HDSPM_AutoInp
) ? "on" : "off");
4954 if (!(hdspm
->control_register
& HDSPM_ClockModeMaster
))
4955 system_clock_mode
= "AutoSync";
4957 system_clock_mode
= "Master";
4958 snd_iprintf(buffer
, "AutoSync Reference: %s\n", system_clock_mode
);
4960 switch (hdspm_pref_sync_ref(hdspm
)) {
4961 case HDSPM_SYNC_FROM_WORD
:
4962 pref_sync_ref
= "Word Clock";
4964 case HDSPM_SYNC_FROM_MADI
:
4965 pref_sync_ref
= "MADI Sync";
4967 case HDSPM_SYNC_FROM_TCO
:
4968 pref_sync_ref
= "TCO";
4970 case HDSPM_SYNC_FROM_SYNC_IN
:
4971 pref_sync_ref
= "Sync In";
4974 pref_sync_ref
= "XXXX Clock";
4977 snd_iprintf(buffer
, "Preferred Sync Reference: %s\n",
4980 snd_iprintf(buffer
, "System Clock Frequency: %d\n",
4981 hdspm
->system_sample_rate
);
4984 snd_iprintf(buffer
, "--- Status:\n");
4986 x
= status
& HDSPM_madiSync
;
4987 x2
= status2
& HDSPM_wcSync
;
4989 snd_iprintf(buffer
, "Inputs MADI=%s, WordClock=%s\n",
4990 (status
& HDSPM_madiLock
) ? (x
? "Sync" : "Lock") :
4992 (status2
& HDSPM_wcLock
) ? (x2
? "Sync" : "Lock") :
4995 switch (hdspm_autosync_ref(hdspm
)) {
4996 case HDSPM_AUTOSYNC_FROM_SYNC_IN
:
4997 autosync_ref
= "Sync In";
4999 case HDSPM_AUTOSYNC_FROM_TCO
:
5000 autosync_ref
= "TCO";
5002 case HDSPM_AUTOSYNC_FROM_WORD
:
5003 autosync_ref
= "Word Clock";
5005 case HDSPM_AUTOSYNC_FROM_MADI
:
5006 autosync_ref
= "MADI Sync";
5008 case HDSPM_AUTOSYNC_FROM_NONE
:
5009 autosync_ref
= "Input not valid";
5012 autosync_ref
= "---";
5016 "AutoSync: Reference= %s, Freq=%d (MADI = %d, Word = %d)\n",
5017 autosync_ref
, hdspm_external_sample_rate(hdspm
),
5018 (status
& HDSPM_madiFreqMask
) >> 22,
5019 (status2
& HDSPM_wcFreqMask
) >> 5);
5021 snd_iprintf(buffer
, "Input: %s, Mode=%s\n",
5022 (status
& HDSPM_AB_int
) ? "Coax" : "Optical",
5023 (status
& HDSPM_RX_64ch
) ? "64 channels" :
5026 /* call readout function for TCO specific status */
5027 snd_hdspm_proc_read_tco(entry
, buffer
);
5029 snd_iprintf(buffer
, "\n");
5033 snd_hdspm_proc_read_aes32(struct snd_info_entry
* entry
,
5034 struct snd_info_buffer
*buffer
)
5036 struct hdspm
*hdspm
= entry
->private_data
;
5037 unsigned int status
;
5038 unsigned int status2
;
5039 unsigned int timecode
;
5040 unsigned int wcLock
, wcSync
;
5045 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
5046 status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
5047 timecode
= hdspm_read(hdspm
, HDSPM_timecodeRegister
);
5049 snd_iprintf(buffer
, "%s (Card #%d) Rev.%x\n",
5050 hdspm
->card_name
, hdspm
->card
->number
+ 1,
5051 hdspm
->firmware_rev
);
5053 snd_iprintf(buffer
, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
5054 hdspm
->irq
, hdspm
->port
, (unsigned long)hdspm
->iobase
);
5056 snd_iprintf(buffer
, "--- System ---\n");
5059 "IRQ Pending: Audio=%d, MIDI0=%d, MIDI1=%d, IRQcount=%d\n",
5060 status
& HDSPM_audioIRQPending
,
5061 (status
& HDSPM_midi0IRQPending
) ? 1 : 0,
5062 (status
& HDSPM_midi1IRQPending
) ? 1 : 0,
5065 "HW pointer: id = %d, rawptr = %d (%d->%d) "
5066 "estimated= %ld (bytes)\n",
5067 ((status
& HDSPM_BufferID
) ? 1 : 0),
5068 (status
& HDSPM_BufferPositionMask
),
5069 (status
& HDSPM_BufferPositionMask
) %
5070 (2 * (int)hdspm
->period_bytes
),
5071 ((status
& HDSPM_BufferPositionMask
) - 64) %
5072 (2 * (int)hdspm
->period_bytes
),
5073 (long) hdspm_hw_pointer(hdspm
) * 4);
5076 "MIDI FIFO: Out1=0x%x, Out2=0x%x, In1=0x%x, In2=0x%x \n",
5077 hdspm_read(hdspm
, HDSPM_midiStatusOut0
) & 0xFF,
5078 hdspm_read(hdspm
, HDSPM_midiStatusOut1
) & 0xFF,
5079 hdspm_read(hdspm
, HDSPM_midiStatusIn0
) & 0xFF,
5080 hdspm_read(hdspm
, HDSPM_midiStatusIn1
) & 0xFF);
5082 "MIDIoverMADI FIFO: In=0x%x, Out=0x%x \n",
5083 hdspm_read(hdspm
, HDSPM_midiStatusIn2
) & 0xFF,
5084 hdspm_read(hdspm
, HDSPM_midiStatusOut2
) & 0xFF);
5086 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
5088 hdspm
->control_register
, hdspm
->control2_register
,
5091 snd_iprintf(buffer
, "--- Settings ---\n");
5093 x
= hdspm_get_latency(hdspm
);
5096 "Size (Latency): %d samples (2 periods of %lu bytes)\n",
5097 x
, (unsigned long) hdspm
->period_bytes
);
5099 snd_iprintf(buffer
, "Line out: %s\n",
5101 control_register
& HDSPM_LineOut
) ? "on " : "off");
5104 "ClearTrackMarker %s, Emphasis %s, Dolby %s\n",
5106 control_register
& HDSPM_clr_tms
) ? "on" : "off",
5108 control_register
& HDSPM_Emphasis
) ? "on" : "off",
5110 control_register
& HDSPM_Dolby
) ? "on" : "off");
5113 pref_syncref
= hdspm_pref_sync_ref(hdspm
);
5114 if (pref_syncref
== 0)
5115 snd_iprintf(buffer
, "Preferred Sync Reference: Word Clock\n");
5117 snd_iprintf(buffer
, "Preferred Sync Reference: AES%d\n",
5120 snd_iprintf(buffer
, "System Clock Frequency: %d\n",
5121 hdspm
->system_sample_rate
);
5123 snd_iprintf(buffer
, "Double speed: %s\n",
5124 hdspm
->control_register
& HDSPM_DS_DoubleWire
?
5125 "Double wire" : "Single wire");
5126 snd_iprintf(buffer
, "Quad speed: %s\n",
5127 hdspm
->control_register
& HDSPM_QS_DoubleWire
?
5129 hdspm
->control_register
& HDSPM_QS_QuadWire
?
5130 "Quad wire" : "Single wire");
5132 snd_iprintf(buffer
, "--- Status:\n");
5134 wcLock
= status
& HDSPM_AES32_wcLock
;
5135 wcSync
= wcLock
&& (status
& HDSPM_AES32_wcSync
);
5137 snd_iprintf(buffer
, "Word: %s Frequency: %d\n",
5138 (wcLock
) ? (wcSync
? "Sync " : "Lock ") : "No Lock",
5139 HDSPM_bit2freq((status
>> HDSPM_AES32_wcFreq_bit
) & 0xF));
5141 for (x
= 0; x
< 8; x
++) {
5142 snd_iprintf(buffer
, "AES%d: %s Frequency: %d\n",
5144 (status2
& (HDSPM_LockAES
>> x
)) ?
5145 "Sync " : "No Lock",
5146 HDSPM_bit2freq((timecode
>> (4*x
)) & 0xF));
5149 switch (hdspm_autosync_ref(hdspm
)) {
5150 case HDSPM_AES32_AUTOSYNC_FROM_NONE
:
5151 autosync_ref
= "None"; break;
5152 case HDSPM_AES32_AUTOSYNC_FROM_WORD
:
5153 autosync_ref
= "Word Clock"; break;
5154 case HDSPM_AES32_AUTOSYNC_FROM_AES1
:
5155 autosync_ref
= "AES1"; break;
5156 case HDSPM_AES32_AUTOSYNC_FROM_AES2
:
5157 autosync_ref
= "AES2"; break;
5158 case HDSPM_AES32_AUTOSYNC_FROM_AES3
:
5159 autosync_ref
= "AES3"; break;
5160 case HDSPM_AES32_AUTOSYNC_FROM_AES4
:
5161 autosync_ref
= "AES4"; break;
5162 case HDSPM_AES32_AUTOSYNC_FROM_AES5
:
5163 autosync_ref
= "AES5"; break;
5164 case HDSPM_AES32_AUTOSYNC_FROM_AES6
:
5165 autosync_ref
= "AES6"; break;
5166 case HDSPM_AES32_AUTOSYNC_FROM_AES7
:
5167 autosync_ref
= "AES7"; break;
5168 case HDSPM_AES32_AUTOSYNC_FROM_AES8
:
5169 autosync_ref
= "AES8"; break;
5170 case HDSPM_AES32_AUTOSYNC_FROM_TCO
:
5171 autosync_ref
= "TCO"; break;
5172 case HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN
:
5173 autosync_ref
= "Sync In"; break;
5175 autosync_ref
= "---"; break;
5177 snd_iprintf(buffer
, "AutoSync ref = %s\n", autosync_ref
);
5179 /* call readout function for TCO specific status */
5180 snd_hdspm_proc_read_tco(entry
, buffer
);
5182 snd_iprintf(buffer
, "\n");
5186 snd_hdspm_proc_read_raydat(struct snd_info_entry
*entry
,
5187 struct snd_info_buffer
*buffer
)
5189 struct hdspm
*hdspm
= entry
->private_data
;
5190 unsigned int status1
, status2
, status3
, i
;
5191 unsigned int lock
, sync
;
5193 status1
= hdspm_read(hdspm
, HDSPM_RD_STATUS_1
); /* s1 */
5194 status2
= hdspm_read(hdspm
, HDSPM_RD_STATUS_2
); /* freq */
5195 status3
= hdspm_read(hdspm
, HDSPM_RD_STATUS_3
); /* s2 */
5197 snd_iprintf(buffer
, "STATUS1: 0x%08x\n", status1
);
5198 snd_iprintf(buffer
, "STATUS2: 0x%08x\n", status2
);
5199 snd_iprintf(buffer
, "STATUS3: 0x%08x\n", status3
);
5202 snd_iprintf(buffer
, "\n*** CLOCK MODE\n\n");
5204 snd_iprintf(buffer
, "Clock mode : %s\n",
5205 (hdspm_system_clock_mode(hdspm
) == 0) ? "master" : "slave");
5206 snd_iprintf(buffer
, "System frequency: %d Hz\n",
5207 hdspm_get_system_sample_rate(hdspm
));
5209 snd_iprintf(buffer
, "\n*** INPUT STATUS\n\n");
5214 for (i
= 0; i
< 8; i
++) {
5215 snd_iprintf(buffer
, "s1_input %d: Lock %d, Sync %d, Freq %s\n",
5217 (status1
& lock
) ? 1 : 0,
5218 (status1
& sync
) ? 1 : 0,
5219 texts_freq
[(status2
>> (i
* 4)) & 0xF]);
5225 snd_iprintf(buffer
, "WC input: Lock %d, Sync %d, Freq %s\n",
5226 (status1
& 0x1000000) ? 1 : 0,
5227 (status1
& 0x2000000) ? 1 : 0,
5228 texts_freq
[(status1
>> 16) & 0xF]);
5230 snd_iprintf(buffer
, "TCO input: Lock %d, Sync %d, Freq %s\n",
5231 (status1
& 0x4000000) ? 1 : 0,
5232 (status1
& 0x8000000) ? 1 : 0,
5233 texts_freq
[(status1
>> 20) & 0xF]);
5235 snd_iprintf(buffer
, "SYNC IN: Lock %d, Sync %d, Freq %s\n",
5236 (status3
& 0x400) ? 1 : 0,
5237 (status3
& 0x800) ? 1 : 0,
5238 texts_freq
[(status2
>> 12) & 0xF]);
5242 #ifdef CONFIG_SND_DEBUG
5244 snd_hdspm_proc_read_debug(struct snd_info_entry
*entry
,
5245 struct snd_info_buffer
*buffer
)
5247 struct hdspm
*hdspm
= entry
->private_data
;
5251 for (i
= 0; i
< 256 /* 1024*64 */; i
+= j
) {
5252 snd_iprintf(buffer
, "0x%08X: ", i
);
5253 for (j
= 0; j
< 16; j
+= 4)
5254 snd_iprintf(buffer
, "%08X ", hdspm_read(hdspm
, i
+ j
));
5255 snd_iprintf(buffer
, "\n");
5261 static void snd_hdspm_proc_ports_in(struct snd_info_entry
*entry
,
5262 struct snd_info_buffer
*buffer
)
5264 struct hdspm
*hdspm
= entry
->private_data
;
5267 snd_iprintf(buffer
, "# generated by hdspm\n");
5269 for (i
= 0; i
< hdspm
->max_channels_in
; i
++) {
5270 snd_iprintf(buffer
, "%d=%s\n", i
+1, hdspm
->port_names_in
[i
]);
5274 static void snd_hdspm_proc_ports_out(struct snd_info_entry
*entry
,
5275 struct snd_info_buffer
*buffer
)
5277 struct hdspm
*hdspm
= entry
->private_data
;
5280 snd_iprintf(buffer
, "# generated by hdspm\n");
5282 for (i
= 0; i
< hdspm
->max_channels_out
; i
++) {
5283 snd_iprintf(buffer
, "%d=%s\n", i
+1, hdspm
->port_names_out
[i
]);
5288 static void snd_hdspm_proc_init(struct hdspm
*hdspm
)
5290 struct snd_info_entry
*entry
;
5292 if (!snd_card_proc_new(hdspm
->card
, "hdspm", &entry
)) {
5293 switch (hdspm
->io_type
) {
5295 snd_info_set_text_ops(entry
, hdspm
,
5296 snd_hdspm_proc_read_aes32
);
5299 snd_info_set_text_ops(entry
, hdspm
,
5300 snd_hdspm_proc_read_madi
);
5303 /* snd_info_set_text_ops(entry, hdspm,
5304 snd_hdspm_proc_read_madiface); */
5307 snd_info_set_text_ops(entry
, hdspm
,
5308 snd_hdspm_proc_read_raydat
);
5315 if (!snd_card_proc_new(hdspm
->card
, "ports.in", &entry
)) {
5316 snd_info_set_text_ops(entry
, hdspm
, snd_hdspm_proc_ports_in
);
5319 if (!snd_card_proc_new(hdspm
->card
, "ports.out", &entry
)) {
5320 snd_info_set_text_ops(entry
, hdspm
, snd_hdspm_proc_ports_out
);
5323 #ifdef CONFIG_SND_DEBUG
5324 /* debug file to read all hdspm registers */
5325 if (!snd_card_proc_new(hdspm
->card
, "debug", &entry
))
5326 snd_info_set_text_ops(entry
, hdspm
,
5327 snd_hdspm_proc_read_debug
);
5331 /*------------------------------------------------------------
5333 ------------------------------------------------------------*/
5335 static int snd_hdspm_set_defaults(struct hdspm
* hdspm
)
5337 /* ASSUMPTION: hdspm->lock is either held, or there is no need to
5338 hold it (e.g. during module initialization).
5343 hdspm
->settings_register
= 0;
5345 switch (hdspm
->io_type
) {
5348 hdspm
->control_register
=
5349 0x2 + 0x8 + 0x10 + 0x80 + 0x400 + 0x4000 + 0x1000000;
5354 hdspm
->settings_register
= 0x1 + 0x1000;
5355 /* Magic values are: LAT_0, LAT_2, Master, freq1, tx64ch, inp_0,
5357 hdspm
->control_register
=
5358 0x2 + 0x8 + 0x10 + 0x80 + 0x400 + 0x4000 + 0x1000000;
5362 hdspm
->control_register
=
5363 HDSPM_ClockModeMaster
| /* Master Clock Mode on */
5364 hdspm_encode_latency(7) | /* latency max=8192samples */
5365 HDSPM_SyncRef0
| /* AES1 is syncclock */
5366 HDSPM_LineOut
| /* Analog output in */
5367 HDSPM_Professional
; /* Professional mode */
5371 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
5373 if (AES32
== hdspm
->io_type
) {
5374 /* No control2 register for AES32 */
5375 #ifdef SNDRV_BIG_ENDIAN
5376 hdspm
->control2_register
= HDSPM_BIGENDIAN_MODE
;
5378 hdspm
->control2_register
= 0;
5381 hdspm_write(hdspm
, HDSPM_control2Reg
, hdspm
->control2_register
);
5383 hdspm_compute_period_size(hdspm
);
5385 /* silence everything */
5387 all_in_all_mixer(hdspm
, 0 * UNITY_GAIN
);
5389 if (hdspm_is_raydat_or_aio(hdspm
))
5390 hdspm_write(hdspm
, HDSPM_WR_SETTINGS
, hdspm
->settings_register
);
5392 /* set a default rate so that the channel map is set up. */
5393 hdspm_set_rate(hdspm
, 48000, 1);
5399 /*------------------------------------------------------------
5401 ------------------------------------------------------------*/
5403 static irqreturn_t
snd_hdspm_interrupt(int irq
, void *dev_id
)
5405 struct hdspm
*hdspm
= (struct hdspm
*) dev_id
;
5406 unsigned int status
;
5407 int i
, audio
, midi
, schedule
= 0;
5410 status
= hdspm_read(hdspm
, HDSPM_statusRegister
);
5412 audio
= status
& HDSPM_audioIRQPending
;
5413 midi
= status
& (HDSPM_midi0IRQPending
| HDSPM_midi1IRQPending
|
5414 HDSPM_midi2IRQPending
| HDSPM_midi3IRQPending
);
5416 /* now = get_cycles(); */
5418 * LAT_2..LAT_0 period counter (win) counter (mac)
5419 * 6 4096 ~256053425 ~514672358
5420 * 5 2048 ~128024983 ~257373821
5421 * 4 1024 ~64023706 ~128718089
5422 * 3 512 ~32005945 ~64385999
5423 * 2 256 ~16003039 ~32260176
5424 * 1 128 ~7998738 ~16194507
5425 * 0 64 ~3998231 ~8191558
5428 dev_info(hdspm->card->dev, "snd_hdspm_interrupt %llu @ %llx\n",
5429 now-hdspm->last_interrupt, status & 0xFFC0);
5430 hdspm->last_interrupt = now;
5433 if (!audio
&& !midi
)
5436 hdspm_write(hdspm
, HDSPM_interruptConfirmation
, 0);
5441 if (hdspm
->capture_substream
)
5442 snd_pcm_period_elapsed(hdspm
->capture_substream
);
5444 if (hdspm
->playback_substream
)
5445 snd_pcm_period_elapsed(hdspm
->playback_substream
);
5450 while (i
< hdspm
->midiPorts
) {
5451 if ((hdspm_read(hdspm
,
5452 hdspm
->midi
[i
].statusIn
) & 0xff) &&
5453 (status
& hdspm
->midi
[i
].irq
)) {
5454 /* we disable interrupts for this input until
5455 * processing is done
5457 hdspm
->control_register
&= ~hdspm
->midi
[i
].ie
;
5458 hdspm_write(hdspm
, HDSPM_controlRegister
,
5459 hdspm
->control_register
);
5460 hdspm
->midi
[i
].pending
= 1;
5468 tasklet_hi_schedule(&hdspm
->midi_tasklet
);
5474 /*------------------------------------------------------------
5476 ------------------------------------------------------------*/
5479 static snd_pcm_uframes_t
snd_hdspm_hw_pointer(struct snd_pcm_substream
5482 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5483 return hdspm_hw_pointer(hdspm
);
5487 static int snd_hdspm_reset(struct snd_pcm_substream
*substream
)
5489 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
5490 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5491 struct snd_pcm_substream
*other
;
5493 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
)
5494 other
= hdspm
->capture_substream
;
5496 other
= hdspm
->playback_substream
;
5499 runtime
->status
->hw_ptr
= hdspm_hw_pointer(hdspm
);
5501 runtime
->status
->hw_ptr
= 0;
5503 struct snd_pcm_substream
*s
;
5504 struct snd_pcm_runtime
*oruntime
= other
->runtime
;
5505 snd_pcm_group_for_each_entry(s
, substream
) {
5507 oruntime
->status
->hw_ptr
=
5508 runtime
->status
->hw_ptr
;
5516 static int snd_hdspm_hw_params(struct snd_pcm_substream
*substream
,
5517 struct snd_pcm_hw_params
*params
)
5519 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5525 spin_lock_irq(&hdspm
->lock
);
5527 if (substream
->pstr
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5528 this_pid
= hdspm
->playback_pid
;
5529 other_pid
= hdspm
->capture_pid
;
5531 this_pid
= hdspm
->capture_pid
;
5532 other_pid
= hdspm
->playback_pid
;
5535 if (other_pid
> 0 && this_pid
!= other_pid
) {
5537 /* The other stream is open, and not by the same
5538 task as this one. Make sure that the parameters
5539 that matter are the same.
5542 if (params_rate(params
) != hdspm
->system_sample_rate
) {
5543 spin_unlock_irq(&hdspm
->lock
);
5544 _snd_pcm_hw_param_setempty(params
,
5545 SNDRV_PCM_HW_PARAM_RATE
);
5549 if (params_period_size(params
) != hdspm
->period_bytes
/ 4) {
5550 spin_unlock_irq(&hdspm
->lock
);
5551 _snd_pcm_hw_param_setempty(params
,
5552 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
);
5558 spin_unlock_irq(&hdspm
->lock
);
5560 /* how to make sure that the rate matches an externally-set one ? */
5562 spin_lock_irq(&hdspm
->lock
);
5563 err
= hdspm_set_rate(hdspm
, params_rate(params
), 0);
5565 dev_info(hdspm
->card
->dev
, "err on hdspm_set_rate: %d\n", err
);
5566 spin_unlock_irq(&hdspm
->lock
);
5567 _snd_pcm_hw_param_setempty(params
,
5568 SNDRV_PCM_HW_PARAM_RATE
);
5571 spin_unlock_irq(&hdspm
->lock
);
5573 err
= hdspm_set_interrupt_interval(hdspm
,
5574 params_period_size(params
));
5576 dev_info(hdspm
->card
->dev
,
5577 "err on hdspm_set_interrupt_interval: %d\n", err
);
5578 _snd_pcm_hw_param_setempty(params
,
5579 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
);
5583 /* Memory allocation, takashi's method, dont know if we should
5586 /* malloc all buffer even if not enabled to get sure */
5587 /* Update for MADI rev 204: we need to allocate for all channels,
5588 * otherwise it doesn't work at 96kHz */
5591 snd_pcm_lib_malloc_pages(substream
, HDSPM_DMA_AREA_BYTES
);
5593 dev_info(hdspm
->card
->dev
,
5594 "err on snd_pcm_lib_malloc_pages: %d\n", err
);
5598 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5600 hdspm_set_sgbuf(hdspm
, substream
, HDSPM_pageAddressBufferOut
,
5601 params_channels(params
));
5603 for (i
= 0; i
< params_channels(params
); ++i
)
5604 snd_hdspm_enable_out(hdspm
, i
, 1);
5606 hdspm
->playback_buffer
=
5607 (unsigned char *) substream
->runtime
->dma_area
;
5608 dev_dbg(hdspm
->card
->dev
,
5609 "Allocated sample buffer for playback at %p\n",
5610 hdspm
->playback_buffer
);
5612 hdspm_set_sgbuf(hdspm
, substream
, HDSPM_pageAddressBufferIn
,
5613 params_channels(params
));
5615 for (i
= 0; i
< params_channels(params
); ++i
)
5616 snd_hdspm_enable_in(hdspm
, i
, 1);
5618 hdspm
->capture_buffer
=
5619 (unsigned char *) substream
->runtime
->dma_area
;
5620 dev_dbg(hdspm
->card
->dev
,
5621 "Allocated sample buffer for capture at %p\n",
5622 hdspm
->capture_buffer
);
5626 dev_dbg(hdspm->card->dev,
5627 "Allocated sample buffer for %s at 0x%08X\n",
5628 substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
5629 "playback" : "capture",
5630 snd_pcm_sgbuf_get_addr(substream, 0));
5633 dev_dbg(hdspm->card->dev,
5634 "set_hwparams: %s %d Hz, %d channels, bs = %d\n",
5635 substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
5636 "playback" : "capture",
5637 params_rate(params), params_channels(params),
5638 params_buffer_size(params));
5642 /* For AES cards, the float format bit is the same as the
5643 * preferred sync reference. Since we don't want to break
5644 * sync settings, we have to skip the remaining part of this
5647 if (hdspm
->io_type
== AES32
) {
5652 /* Switch to native float format if requested */
5653 if (SNDRV_PCM_FORMAT_FLOAT_LE
== params_format(params
)) {
5654 if (!(hdspm
->control_register
& HDSPe_FLOAT_FORMAT
))
5655 dev_info(hdspm
->card
->dev
,
5656 "Switching to native 32bit LE float format.\n");
5658 hdspm
->control_register
|= HDSPe_FLOAT_FORMAT
;
5659 } else if (SNDRV_PCM_FORMAT_S32_LE
== params_format(params
)) {
5660 if (hdspm
->control_register
& HDSPe_FLOAT_FORMAT
)
5661 dev_info(hdspm
->card
->dev
,
5662 "Switching to native 32bit LE integer format.\n");
5664 hdspm
->control_register
&= ~HDSPe_FLOAT_FORMAT
;
5666 hdspm_write(hdspm
, HDSPM_controlRegister
, hdspm
->control_register
);
5671 static int snd_hdspm_hw_free(struct snd_pcm_substream
*substream
)
5674 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5676 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5678 /* params_channels(params) should be enough,
5679 but to get sure in case of error */
5680 for (i
= 0; i
< hdspm
->max_channels_out
; ++i
)
5681 snd_hdspm_enable_out(hdspm
, i
, 0);
5683 hdspm
->playback_buffer
= NULL
;
5685 for (i
= 0; i
< hdspm
->max_channels_in
; ++i
)
5686 snd_hdspm_enable_in(hdspm
, i
, 0);
5688 hdspm
->capture_buffer
= NULL
;
5692 snd_pcm_lib_free_pages(substream
);
5698 static int snd_hdspm_channel_info(struct snd_pcm_substream
*substream
,
5699 struct snd_pcm_channel_info
*info
)
5701 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5702 unsigned int channel
= info
->channel
;
5704 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
) {
5705 if (snd_BUG_ON(channel
>= hdspm
->max_channels_out
)) {
5706 dev_info(hdspm
->card
->dev
,
5707 "snd_hdspm_channel_info: output channel out of range (%d)\n",
5712 channel
= array_index_nospec(channel
, hdspm
->max_channels_out
);
5713 if (hdspm
->channel_map_out
[channel
] < 0) {
5714 dev_info(hdspm
->card
->dev
,
5715 "snd_hdspm_channel_info: output channel %d mapped out\n",
5720 info
->offset
= hdspm
->channel_map_out
[channel
] *
5721 HDSPM_CHANNEL_BUFFER_BYTES
;
5723 if (snd_BUG_ON(channel
>= hdspm
->max_channels_in
)) {
5724 dev_info(hdspm
->card
->dev
,
5725 "snd_hdspm_channel_info: input channel out of range (%d)\n",
5730 channel
= array_index_nospec(channel
, hdspm
->max_channels_in
);
5731 if (hdspm
->channel_map_in
[channel
] < 0) {
5732 dev_info(hdspm
->card
->dev
,
5733 "snd_hdspm_channel_info: input channel %d mapped out\n",
5738 info
->offset
= hdspm
->channel_map_in
[channel
] *
5739 HDSPM_CHANNEL_BUFFER_BYTES
;
5748 static int snd_hdspm_ioctl(struct snd_pcm_substream
*substream
,
5749 unsigned int cmd
, void *arg
)
5752 case SNDRV_PCM_IOCTL1_RESET
:
5753 return snd_hdspm_reset(substream
);
5755 case SNDRV_PCM_IOCTL1_CHANNEL_INFO
:
5757 struct snd_pcm_channel_info
*info
= arg
;
5758 return snd_hdspm_channel_info(substream
, info
);
5764 return snd_pcm_lib_ioctl(substream
, cmd
, arg
);
5767 static int snd_hdspm_trigger(struct snd_pcm_substream
*substream
, int cmd
)
5769 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
5770 struct snd_pcm_substream
*other
;
5773 spin_lock(&hdspm
->lock
);
5774 running
= hdspm
->running
;
5776 case SNDRV_PCM_TRIGGER_START
:
5777 running
|= 1 << substream
->stream
;
5779 case SNDRV_PCM_TRIGGER_STOP
:
5780 running
&= ~(1 << substream
->stream
);
5784 spin_unlock(&hdspm
->lock
);
5787 if (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
)
5788 other
= hdspm
->capture_substream
;
5790 other
= hdspm
->playback_substream
;
5793 struct snd_pcm_substream
*s
;
5794 snd_pcm_group_for_each_entry(s
, substream
) {
5796 snd_pcm_trigger_done(s
, substream
);
5797 if (cmd
== SNDRV_PCM_TRIGGER_START
)
5798 running
|= 1 << s
->stream
;
5800 running
&= ~(1 << s
->stream
);
5804 if (cmd
== SNDRV_PCM_TRIGGER_START
) {
5805 if (!(running
& (1 << SNDRV_PCM_STREAM_PLAYBACK
))
5806 && substream
->stream
==
5807 SNDRV_PCM_STREAM_CAPTURE
)
5808 hdspm_silence_playback(hdspm
);
5811 substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
)
5812 hdspm_silence_playback(hdspm
);
5815 if (substream
->stream
== SNDRV_PCM_STREAM_CAPTURE
)
5816 hdspm_silence_playback(hdspm
);
5819 snd_pcm_trigger_done(substream
, substream
);
5820 if (!hdspm
->running
&& running
)
5821 hdspm_start_audio(hdspm
);
5822 else if (hdspm
->running
&& !running
)
5823 hdspm_stop_audio(hdspm
);
5824 hdspm
->running
= running
;
5825 spin_unlock(&hdspm
->lock
);
5830 static int snd_hdspm_prepare(struct snd_pcm_substream
*substream
)
5835 static struct snd_pcm_hardware snd_hdspm_playback_subinfo
= {
5836 .info
= (SNDRV_PCM_INFO_MMAP
|
5837 SNDRV_PCM_INFO_MMAP_VALID
|
5838 SNDRV_PCM_INFO_NONINTERLEAVED
|
5839 SNDRV_PCM_INFO_SYNC_START
| SNDRV_PCM_INFO_DOUBLE
),
5840 .formats
= SNDRV_PCM_FMTBIT_S32_LE
,
5841 .rates
= (SNDRV_PCM_RATE_32000
|
5842 SNDRV_PCM_RATE_44100
|
5843 SNDRV_PCM_RATE_48000
|
5844 SNDRV_PCM_RATE_64000
|
5845 SNDRV_PCM_RATE_88200
| SNDRV_PCM_RATE_96000
|
5846 SNDRV_PCM_RATE_176400
| SNDRV_PCM_RATE_192000
),
5850 .channels_max
= HDSPM_MAX_CHANNELS
,
5852 HDSPM_CHANNEL_BUFFER_BYTES
* HDSPM_MAX_CHANNELS
,
5853 .period_bytes_min
= (32 * 4),
5854 .period_bytes_max
= (8192 * 4) * HDSPM_MAX_CHANNELS
,
5860 static struct snd_pcm_hardware snd_hdspm_capture_subinfo
= {
5861 .info
= (SNDRV_PCM_INFO_MMAP
|
5862 SNDRV_PCM_INFO_MMAP_VALID
|
5863 SNDRV_PCM_INFO_NONINTERLEAVED
|
5864 SNDRV_PCM_INFO_SYNC_START
),
5865 .formats
= SNDRV_PCM_FMTBIT_S32_LE
,
5866 .rates
= (SNDRV_PCM_RATE_32000
|
5867 SNDRV_PCM_RATE_44100
|
5868 SNDRV_PCM_RATE_48000
|
5869 SNDRV_PCM_RATE_64000
|
5870 SNDRV_PCM_RATE_88200
| SNDRV_PCM_RATE_96000
|
5871 SNDRV_PCM_RATE_176400
| SNDRV_PCM_RATE_192000
),
5875 .channels_max
= HDSPM_MAX_CHANNELS
,
5877 HDSPM_CHANNEL_BUFFER_BYTES
* HDSPM_MAX_CHANNELS
,
5878 .period_bytes_min
= (32 * 4),
5879 .period_bytes_max
= (8192 * 4) * HDSPM_MAX_CHANNELS
,
5885 static int snd_hdspm_hw_rule_in_channels_rate(struct snd_pcm_hw_params
*params
,
5886 struct snd_pcm_hw_rule
*rule
)
5888 struct hdspm
*hdspm
= rule
->private;
5889 struct snd_interval
*c
=
5890 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5891 struct snd_interval
*r
=
5892 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
5894 if (r
->min
> 96000 && r
->max
<= 192000) {
5895 struct snd_interval t
= {
5896 .min
= hdspm
->qs_in_channels
,
5897 .max
= hdspm
->qs_in_channels
,
5900 return snd_interval_refine(c
, &t
);
5901 } else if (r
->min
> 48000 && r
->max
<= 96000) {
5902 struct snd_interval t
= {
5903 .min
= hdspm
->ds_in_channels
,
5904 .max
= hdspm
->ds_in_channels
,
5907 return snd_interval_refine(c
, &t
);
5908 } else if (r
->max
< 64000) {
5909 struct snd_interval t
= {
5910 .min
= hdspm
->ss_in_channels
,
5911 .max
= hdspm
->ss_in_channels
,
5914 return snd_interval_refine(c
, &t
);
5920 static int snd_hdspm_hw_rule_out_channels_rate(struct snd_pcm_hw_params
*params
,
5921 struct snd_pcm_hw_rule
* rule
)
5923 struct hdspm
*hdspm
= rule
->private;
5924 struct snd_interval
*c
=
5925 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5926 struct snd_interval
*r
=
5927 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
5929 if (r
->min
> 96000 && r
->max
<= 192000) {
5930 struct snd_interval t
= {
5931 .min
= hdspm
->qs_out_channels
,
5932 .max
= hdspm
->qs_out_channels
,
5935 return snd_interval_refine(c
, &t
);
5936 } else if (r
->min
> 48000 && r
->max
<= 96000) {
5937 struct snd_interval t
= {
5938 .min
= hdspm
->ds_out_channels
,
5939 .max
= hdspm
->ds_out_channels
,
5942 return snd_interval_refine(c
, &t
);
5943 } else if (r
->max
< 64000) {
5944 struct snd_interval t
= {
5945 .min
= hdspm
->ss_out_channels
,
5946 .max
= hdspm
->ss_out_channels
,
5949 return snd_interval_refine(c
, &t
);
5955 static int snd_hdspm_hw_rule_rate_in_channels(struct snd_pcm_hw_params
*params
,
5956 struct snd_pcm_hw_rule
* rule
)
5958 struct hdspm
*hdspm
= rule
->private;
5959 struct snd_interval
*c
=
5960 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5961 struct snd_interval
*r
=
5962 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
5964 if (c
->min
>= hdspm
->ss_in_channels
) {
5965 struct snd_interval t
= {
5970 return snd_interval_refine(r
, &t
);
5971 } else if (c
->max
<= hdspm
->qs_in_channels
) {
5972 struct snd_interval t
= {
5977 return snd_interval_refine(r
, &t
);
5978 } else if (c
->max
<= hdspm
->ds_in_channels
) {
5979 struct snd_interval t
= {
5984 return snd_interval_refine(r
, &t
);
5989 static int snd_hdspm_hw_rule_rate_out_channels(struct snd_pcm_hw_params
*params
,
5990 struct snd_pcm_hw_rule
*rule
)
5992 struct hdspm
*hdspm
= rule
->private;
5993 struct snd_interval
*c
=
5994 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_CHANNELS
);
5995 struct snd_interval
*r
=
5996 hw_param_interval(params
, SNDRV_PCM_HW_PARAM_RATE
);
5998 if (c
->min
>= hdspm
->ss_out_channels
) {
5999 struct snd_interval t
= {
6004 return snd_interval_refine(r
, &t
);
6005 } else if (c
->max
<= hdspm
->qs_out_channels
) {
6006 struct snd_interval t
= {
6011 return snd_interval_refine(r
, &t
);
6012 } else if (c
->max
<= hdspm
->ds_out_channels
) {
6013 struct snd_interval t
= {
6018 return snd_interval_refine(r
, &t
);
6024 static int snd_hdspm_hw_rule_in_channels(struct snd_pcm_hw_params
*params
,
6025 struct snd_pcm_hw_rule
*rule
)
6027 unsigned int list
[3];
6028 struct hdspm
*hdspm
= rule
->private;
6029 struct snd_interval
*c
= hw_param_interval(params
,
6030 SNDRV_PCM_HW_PARAM_CHANNELS
);
6032 list
[0] = hdspm
->qs_in_channels
;
6033 list
[1] = hdspm
->ds_in_channels
;
6034 list
[2] = hdspm
->ss_in_channels
;
6035 return snd_interval_list(c
, 3, list
, 0);
6038 static int snd_hdspm_hw_rule_out_channels(struct snd_pcm_hw_params
*params
,
6039 struct snd_pcm_hw_rule
*rule
)
6041 unsigned int list
[3];
6042 struct hdspm
*hdspm
= rule
->private;
6043 struct snd_interval
*c
= hw_param_interval(params
,
6044 SNDRV_PCM_HW_PARAM_CHANNELS
);
6046 list
[0] = hdspm
->qs_out_channels
;
6047 list
[1] = hdspm
->ds_out_channels
;
6048 list
[2] = hdspm
->ss_out_channels
;
6049 return snd_interval_list(c
, 3, list
, 0);
6053 static const unsigned int hdspm_aes32_sample_rates
[] = {
6054 32000, 44100, 48000, 64000, 88200, 96000, 128000, 176400, 192000
6057 static const struct snd_pcm_hw_constraint_list
6058 hdspm_hw_constraints_aes32_sample_rates
= {
6059 .count
= ARRAY_SIZE(hdspm_aes32_sample_rates
),
6060 .list
= hdspm_aes32_sample_rates
,
6064 static int snd_hdspm_open(struct snd_pcm_substream
*substream
)
6066 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
6067 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
6068 bool playback
= (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
);
6070 spin_lock_irq(&hdspm
->lock
);
6071 snd_pcm_set_sync(substream
);
6072 runtime
->hw
= (playback
) ? snd_hdspm_playback_subinfo
:
6073 snd_hdspm_capture_subinfo
;
6076 if (!hdspm
->capture_substream
)
6077 hdspm_stop_audio(hdspm
);
6079 hdspm
->playback_pid
= current
->pid
;
6080 hdspm
->playback_substream
= substream
;
6082 if (!hdspm
->playback_substream
)
6083 hdspm_stop_audio(hdspm
);
6085 hdspm
->capture_pid
= current
->pid
;
6086 hdspm
->capture_substream
= substream
;
6089 spin_unlock_irq(&hdspm
->lock
);
6091 snd_pcm_hw_constraint_msbits(runtime
, 0, 32, 24);
6092 snd_pcm_hw_constraint_pow2(runtime
, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE
);
6094 switch (hdspm
->io_type
) {
6097 snd_pcm_hw_constraint_minmax(runtime
,
6098 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
,
6100 /* RayDAT & AIO have a fixed buffer of 16384 samples per channel */
6101 snd_pcm_hw_constraint_single(runtime
,
6102 SNDRV_PCM_HW_PARAM_BUFFER_SIZE
,
6107 snd_pcm_hw_constraint_minmax(runtime
,
6108 SNDRV_PCM_HW_PARAM_PERIOD_SIZE
,
6110 snd_pcm_hw_constraint_single(runtime
,
6111 SNDRV_PCM_HW_PARAM_PERIODS
, 2);
6115 if (AES32
== hdspm
->io_type
) {
6116 runtime
->hw
.rates
|= SNDRV_PCM_RATE_KNOT
;
6117 snd_pcm_hw_constraint_list(runtime
, 0, SNDRV_PCM_HW_PARAM_RATE
,
6118 &hdspm_hw_constraints_aes32_sample_rates
);
6120 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_RATE
,
6122 snd_hdspm_hw_rule_rate_out_channels
:
6123 snd_hdspm_hw_rule_rate_in_channels
), hdspm
,
6124 SNDRV_PCM_HW_PARAM_CHANNELS
, -1);
6127 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_CHANNELS
,
6128 (playback
? snd_hdspm_hw_rule_out_channels
:
6129 snd_hdspm_hw_rule_in_channels
), hdspm
,
6130 SNDRV_PCM_HW_PARAM_CHANNELS
, -1);
6132 snd_pcm_hw_rule_add(runtime
, 0, SNDRV_PCM_HW_PARAM_CHANNELS
,
6133 (playback
? snd_hdspm_hw_rule_out_channels_rate
:
6134 snd_hdspm_hw_rule_in_channels_rate
), hdspm
,
6135 SNDRV_PCM_HW_PARAM_RATE
, -1);
6140 static int snd_hdspm_release(struct snd_pcm_substream
*substream
)
6142 struct hdspm
*hdspm
= snd_pcm_substream_chip(substream
);
6143 bool playback
= (substream
->stream
== SNDRV_PCM_STREAM_PLAYBACK
);
6145 spin_lock_irq(&hdspm
->lock
);
6148 hdspm
->playback_pid
= -1;
6149 hdspm
->playback_substream
= NULL
;
6151 hdspm
->capture_pid
= -1;
6152 hdspm
->capture_substream
= NULL
;
6155 spin_unlock_irq(&hdspm
->lock
);
6160 static int snd_hdspm_hwdep_dummy_op(struct snd_hwdep
*hw
, struct file
*file
)
6162 /* we have nothing to initialize but the call is required */
6166 static inline int copy_u32_le(void __user
*dest
, void __iomem
*src
)
6168 u32 val
= readl(src
);
6169 return copy_to_user(dest
, &val
, 4);
6172 static int snd_hdspm_hwdep_ioctl(struct snd_hwdep
*hw
, struct file
*file
,
6173 unsigned int cmd
, unsigned long arg
)
6175 void __user
*argp
= (void __user
*)arg
;
6176 struct hdspm
*hdspm
= hw
->private_data
;
6177 struct hdspm_mixer_ioctl mixer
;
6178 struct hdspm_config info
;
6179 struct hdspm_status status
;
6180 struct hdspm_version hdspm_version
;
6181 struct hdspm_peak_rms
*levels
;
6182 struct hdspm_ltc ltc
;
6183 unsigned int statusregister
;
6184 long unsigned int s
;
6189 case SNDRV_HDSPM_IOCTL_GET_PEAK_RMS
:
6190 levels
= &hdspm
->peak_rms
;
6191 for (i
= 0; i
< HDSPM_MAX_CHANNELS
; i
++) {
6192 levels
->input_peaks
[i
] =
6193 readl(hdspm
->iobase
+
6194 HDSPM_MADI_INPUT_PEAK
+ i
*4);
6195 levels
->playback_peaks
[i
] =
6196 readl(hdspm
->iobase
+
6197 HDSPM_MADI_PLAYBACK_PEAK
+ i
*4);
6198 levels
->output_peaks
[i
] =
6199 readl(hdspm
->iobase
+
6200 HDSPM_MADI_OUTPUT_PEAK
+ i
*4);
6202 levels
->input_rms
[i
] =
6203 ((uint64_t) readl(hdspm
->iobase
+
6204 HDSPM_MADI_INPUT_RMS_H
+ i
*4) << 32) |
6205 (uint64_t) readl(hdspm
->iobase
+
6206 HDSPM_MADI_INPUT_RMS_L
+ i
*4);
6207 levels
->playback_rms
[i
] =
6208 ((uint64_t)readl(hdspm
->iobase
+
6209 HDSPM_MADI_PLAYBACK_RMS_H
+i
*4) << 32) |
6210 (uint64_t)readl(hdspm
->iobase
+
6211 HDSPM_MADI_PLAYBACK_RMS_L
+ i
*4);
6212 levels
->output_rms
[i
] =
6213 ((uint64_t)readl(hdspm
->iobase
+
6214 HDSPM_MADI_OUTPUT_RMS_H
+ i
*4) << 32) |
6215 (uint64_t)readl(hdspm
->iobase
+
6216 HDSPM_MADI_OUTPUT_RMS_L
+ i
*4);
6219 if (hdspm
->system_sample_rate
> 96000) {
6221 } else if (hdspm
->system_sample_rate
> 48000) {
6226 levels
->status2
= hdspm_read(hdspm
, HDSPM_statusRegister2
);
6228 s
= copy_to_user(argp
, levels
, sizeof(*levels
));
6230 /* dev_err(hdspm->card->dev, "copy_to_user(.., .., %lu): %lu
6231 [Levels]\n", sizeof(struct hdspm_peak_rms), s);
6237 case SNDRV_HDSPM_IOCTL_GET_LTC
:
6238 ltc
.ltc
= hdspm_read(hdspm
, HDSPM_RD_TCO
);
6239 i
= hdspm_read(hdspm
, HDSPM_RD_TCO
+ 4);
6240 if (i
& HDSPM_TCO1_LTC_Input_valid
) {
6241 switch (i
& (HDSPM_TCO1_LTC_Format_LSB
|
6242 HDSPM_TCO1_LTC_Format_MSB
)) {
6244 ltc
.format
= fps_24
;
6246 case HDSPM_TCO1_LTC_Format_LSB
:
6247 ltc
.format
= fps_25
;
6249 case HDSPM_TCO1_LTC_Format_MSB
:
6250 ltc
.format
= fps_2997
;
6253 ltc
.format
= fps_30
;
6256 if (i
& HDSPM_TCO1_set_drop_frame_flag
) {
6257 ltc
.frame
= drop_frame
;
6259 ltc
.frame
= full_frame
;
6262 ltc
.format
= format_invalid
;
6263 ltc
.frame
= frame_invalid
;
6265 if (i
& HDSPM_TCO1_Video_Input_Format_NTSC
) {
6266 ltc
.input_format
= ntsc
;
6267 } else if (i
& HDSPM_TCO1_Video_Input_Format_PAL
) {
6268 ltc
.input_format
= pal
;
6270 ltc
.input_format
= no_video
;
6273 s
= copy_to_user(argp
, <c
, sizeof(ltc
));
6276 dev_err(hdspm->card->dev, "copy_to_user(.., .., %lu): %lu [LTC]\n", sizeof(struct hdspm_ltc), s); */
6282 case SNDRV_HDSPM_IOCTL_GET_CONFIG
:
6284 memset(&info
, 0, sizeof(info
));
6285 spin_lock_irq(&hdspm
->lock
);
6286 info
.pref_sync_ref
= hdspm_pref_sync_ref(hdspm
);
6287 info
.wordclock_sync_check
= hdspm_wc_sync_check(hdspm
);
6289 info
.system_sample_rate
= hdspm
->system_sample_rate
;
6290 info
.autosync_sample_rate
=
6291 hdspm_external_sample_rate(hdspm
);
6292 info
.system_clock_mode
= hdspm_system_clock_mode(hdspm
);
6293 info
.clock_source
= hdspm_clock_source(hdspm
);
6294 info
.autosync_ref
= hdspm_autosync_ref(hdspm
);
6295 info
.line_out
= hdspm_toggle_setting(hdspm
, HDSPM_LineOut
);
6297 spin_unlock_irq(&hdspm
->lock
);
6298 if (copy_to_user(argp
, &info
, sizeof(info
)))
6302 case SNDRV_HDSPM_IOCTL_GET_STATUS
:
6303 memset(&status
, 0, sizeof(status
));
6305 status
.card_type
= hdspm
->io_type
;
6307 status
.autosync_source
= hdspm_autosync_ref(hdspm
);
6309 status
.card_clock
= 110069313433624ULL;
6310 status
.master_period
= hdspm_read(hdspm
, HDSPM_RD_PLL_FREQ
);
6312 switch (hdspm
->io_type
) {
6315 status
.card_specific
.madi
.sync_wc
=
6316 hdspm_wc_sync_check(hdspm
);
6317 status
.card_specific
.madi
.sync_madi
=
6318 hdspm_madi_sync_check(hdspm
);
6319 status
.card_specific
.madi
.sync_tco
=
6320 hdspm_tco_sync_check(hdspm
);
6321 status
.card_specific
.madi
.sync_in
=
6322 hdspm_sync_in_sync_check(hdspm
);
6325 hdspm_read(hdspm
, HDSPM_statusRegister
);
6326 status
.card_specific
.madi
.madi_input
=
6327 (statusregister
& HDSPM_AB_int
) ? 1 : 0;
6328 status
.card_specific
.madi
.channel_format
=
6329 (statusregister
& HDSPM_RX_64ch
) ? 1 : 0;
6330 /* TODO: Mac driver sets it when f_s>48kHz */
6331 status
.card_specific
.madi
.frame_format
= 0;
6337 if (copy_to_user(argp
, &status
, sizeof(status
)))
6343 case SNDRV_HDSPM_IOCTL_GET_VERSION
:
6344 memset(&hdspm_version
, 0, sizeof(hdspm_version
));
6346 hdspm_version
.card_type
= hdspm
->io_type
;
6347 strlcpy(hdspm_version
.cardname
, hdspm
->card_name
,
6348 sizeof(hdspm_version
.cardname
));
6349 hdspm_version
.serial
= hdspm
->serial
;
6350 hdspm_version
.firmware_rev
= hdspm
->firmware_rev
;
6351 hdspm_version
.addons
= 0;
6353 hdspm_version
.addons
|= HDSPM_ADDON_TCO
;
6355 if (copy_to_user(argp
, &hdspm_version
,
6356 sizeof(hdspm_version
)))
6360 case SNDRV_HDSPM_IOCTL_GET_MIXER
:
6361 if (copy_from_user(&mixer
, argp
, sizeof(mixer
)))
6363 if (copy_to_user((void __user
*)mixer
.mixer
, hdspm
->mixer
,
6364 sizeof(*mixer
.mixer
)))
6374 static const struct snd_pcm_ops snd_hdspm_ops
= {
6375 .open
= snd_hdspm_open
,
6376 .close
= snd_hdspm_release
,
6377 .ioctl
= snd_hdspm_ioctl
,
6378 .hw_params
= snd_hdspm_hw_params
,
6379 .hw_free
= snd_hdspm_hw_free
,
6380 .prepare
= snd_hdspm_prepare
,
6381 .trigger
= snd_hdspm_trigger
,
6382 .pointer
= snd_hdspm_hw_pointer
,
6383 .page
= snd_pcm_sgbuf_ops_page
,
6386 static int snd_hdspm_create_hwdep(struct snd_card
*card
,
6387 struct hdspm
*hdspm
)
6389 struct snd_hwdep
*hw
;
6392 err
= snd_hwdep_new(card
, "HDSPM hwdep", 0, &hw
);
6397 hw
->private_data
= hdspm
;
6398 strcpy(hw
->name
, "HDSPM hwdep interface");
6400 hw
->ops
.open
= snd_hdspm_hwdep_dummy_op
;
6401 hw
->ops
.ioctl
= snd_hdspm_hwdep_ioctl
;
6402 hw
->ops
.ioctl_compat
= snd_hdspm_hwdep_ioctl
;
6403 hw
->ops
.release
= snd_hdspm_hwdep_dummy_op
;
6409 /*------------------------------------------------------------
6411 ------------------------------------------------------------*/
6412 static int snd_hdspm_preallocate_memory(struct hdspm
*hdspm
)
6415 struct snd_pcm
*pcm
;
6420 wanted
= HDSPM_DMA_AREA_BYTES
;
6423 snd_pcm_lib_preallocate_pages_for_all(pcm
,
6424 SNDRV_DMA_TYPE_DEV_SG
,
6425 snd_dma_pci_data(hdspm
->pci
),
6429 dev_dbg(hdspm
->card
->dev
,
6430 "Could not preallocate %zd Bytes\n", wanted
);
6434 dev_dbg(hdspm
->card
->dev
,
6435 " Preallocated %zd Bytes\n", wanted
);
6441 static void hdspm_set_sgbuf(struct hdspm
*hdspm
,
6442 struct snd_pcm_substream
*substream
,
6443 unsigned int reg
, int channels
)
6447 /* continuous memory segment */
6448 for (i
= 0; i
< (channels
* 16); i
++)
6449 hdspm_write(hdspm
, reg
+ 4 * i
,
6450 snd_pcm_sgbuf_get_addr(substream
, 4096 * i
));
6454 /* ------------- ALSA Devices ---------------------------- */
6455 static int snd_hdspm_create_pcm(struct snd_card
*card
,
6456 struct hdspm
*hdspm
)
6458 struct snd_pcm
*pcm
;
6461 err
= snd_pcm_new(card
, hdspm
->card_name
, 0, 1, 1, &pcm
);
6466 pcm
->private_data
= hdspm
;
6467 strcpy(pcm
->name
, hdspm
->card_name
);
6469 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_PLAYBACK
,
6471 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_CAPTURE
,
6474 pcm
->info_flags
= SNDRV_PCM_INFO_JOINT_DUPLEX
;
6476 err
= snd_hdspm_preallocate_memory(hdspm
);
6483 static inline void snd_hdspm_initialize_midi_flush(struct hdspm
* hdspm
)
6487 for (i
= 0; i
< hdspm
->midiPorts
; i
++)
6488 snd_hdspm_flush_midi_input(hdspm
, i
);
6491 static int snd_hdspm_create_alsa_devices(struct snd_card
*card
,
6492 struct hdspm
*hdspm
)
6496 dev_dbg(card
->dev
, "Create card...\n");
6497 err
= snd_hdspm_create_pcm(card
, hdspm
);
6502 while (i
< hdspm
->midiPorts
) {
6503 err
= snd_hdspm_create_midi(card
, hdspm
, i
);
6510 err
= snd_hdspm_create_controls(card
, hdspm
);
6514 err
= snd_hdspm_create_hwdep(card
, hdspm
);
6518 dev_dbg(card
->dev
, "proc init...\n");
6519 snd_hdspm_proc_init(hdspm
);
6521 hdspm
->system_sample_rate
= -1;
6522 hdspm
->last_external_sample_rate
= -1;
6523 hdspm
->last_internal_sample_rate
= -1;
6524 hdspm
->playback_pid
= -1;
6525 hdspm
->capture_pid
= -1;
6526 hdspm
->capture_substream
= NULL
;
6527 hdspm
->playback_substream
= NULL
;
6529 dev_dbg(card
->dev
, "Set defaults...\n");
6530 err
= snd_hdspm_set_defaults(hdspm
);
6534 dev_dbg(card
->dev
, "Update mixer controls...\n");
6535 hdspm_update_simple_mixer_controls(hdspm
);
6537 dev_dbg(card
->dev
, "Initializeing complete ???\n");
6539 err
= snd_card_register(card
);
6541 dev_err(card
->dev
, "error registering card\n");
6545 dev_dbg(card
->dev
, "... yes now\n");
6550 static int snd_hdspm_create(struct snd_card
*card
,
6551 struct hdspm
*hdspm
)
6554 struct pci_dev
*pci
= hdspm
->pci
;
6556 unsigned long io_extent
;
6561 spin_lock_init(&hdspm
->lock
);
6563 pci_read_config_word(hdspm
->pci
,
6564 PCI_CLASS_REVISION
, &hdspm
->firmware_rev
);
6566 strcpy(card
->mixername
, "Xilinx FPGA");
6567 strcpy(card
->driver
, "HDSPM");
6569 switch (hdspm
->firmware_rev
) {
6570 case HDSPM_RAYDAT_REV
:
6571 hdspm
->io_type
= RayDAT
;
6572 hdspm
->card_name
= "RME RayDAT";
6573 hdspm
->midiPorts
= 2;
6576 hdspm
->io_type
= AIO
;
6577 hdspm
->card_name
= "RME AIO";
6578 hdspm
->midiPorts
= 1;
6580 case HDSPM_MADIFACE_REV
:
6581 hdspm
->io_type
= MADIface
;
6582 hdspm
->card_name
= "RME MADIface";
6583 hdspm
->midiPorts
= 1;
6586 if ((hdspm
->firmware_rev
== 0xf0) ||
6587 ((hdspm
->firmware_rev
>= 0xe6) &&
6588 (hdspm
->firmware_rev
<= 0xea))) {
6589 hdspm
->io_type
= AES32
;
6590 hdspm
->card_name
= "RME AES32";
6591 hdspm
->midiPorts
= 2;
6592 } else if ((hdspm
->firmware_rev
== 0xd2) ||
6593 ((hdspm
->firmware_rev
>= 0xc8) &&
6594 (hdspm
->firmware_rev
<= 0xcf))) {
6595 hdspm
->io_type
= MADI
;
6596 hdspm
->card_name
= "RME MADI";
6597 hdspm
->midiPorts
= 3;
6600 "unknown firmware revision %x\n",
6601 hdspm
->firmware_rev
);
6606 err
= pci_enable_device(pci
);
6610 pci_set_master(hdspm
->pci
);
6612 err
= pci_request_regions(pci
, "hdspm");
6616 hdspm
->port
= pci_resource_start(pci
, 0);
6617 io_extent
= pci_resource_len(pci
, 0);
6619 dev_dbg(card
->dev
, "grabbed memory region 0x%lx-0x%lx\n",
6620 hdspm
->port
, hdspm
->port
+ io_extent
- 1);
6622 hdspm
->iobase
= ioremap_nocache(hdspm
->port
, io_extent
);
6623 if (!hdspm
->iobase
) {
6624 dev_err(card
->dev
, "unable to remap region 0x%lx-0x%lx\n",
6625 hdspm
->port
, hdspm
->port
+ io_extent
- 1);
6628 dev_dbg(card
->dev
, "remapped region (0x%lx) 0x%lx-0x%lx\n",
6629 (unsigned long)hdspm
->iobase
, hdspm
->port
,
6630 hdspm
->port
+ io_extent
- 1);
6632 if (request_irq(pci
->irq
, snd_hdspm_interrupt
,
6633 IRQF_SHARED
, KBUILD_MODNAME
, hdspm
)) {
6634 dev_err(card
->dev
, "unable to use IRQ %d\n", pci
->irq
);
6638 dev_dbg(card
->dev
, "use IRQ %d\n", pci
->irq
);
6640 hdspm
->irq
= pci
->irq
;
6642 dev_dbg(card
->dev
, "kmalloc Mixer memory of %zd Bytes\n",
6643 sizeof(*hdspm
->mixer
));
6644 hdspm
->mixer
= kzalloc(sizeof(*hdspm
->mixer
), GFP_KERNEL
);
6648 hdspm
->port_names_in
= NULL
;
6649 hdspm
->port_names_out
= NULL
;
6651 switch (hdspm
->io_type
) {
6653 hdspm
->ss_in_channels
= hdspm
->ss_out_channels
= AES32_CHANNELS
;
6654 hdspm
->ds_in_channels
= hdspm
->ds_out_channels
= AES32_CHANNELS
;
6655 hdspm
->qs_in_channels
= hdspm
->qs_out_channels
= AES32_CHANNELS
;
6657 hdspm
->channel_map_in_ss
= hdspm
->channel_map_out_ss
=
6659 hdspm
->channel_map_in_ds
= hdspm
->channel_map_out_ds
=
6661 hdspm
->channel_map_in_qs
= hdspm
->channel_map_out_qs
=
6663 hdspm
->port_names_in_ss
= hdspm
->port_names_out_ss
=
6665 hdspm
->port_names_in_ds
= hdspm
->port_names_out_ds
=
6667 hdspm
->port_names_in_qs
= hdspm
->port_names_out_qs
=
6670 hdspm
->max_channels_out
= hdspm
->max_channels_in
=
6672 hdspm
->port_names_in
= hdspm
->port_names_out
=
6674 hdspm
->channel_map_in
= hdspm
->channel_map_out
=
6681 hdspm
->ss_in_channels
= hdspm
->ss_out_channels
=
6683 hdspm
->ds_in_channels
= hdspm
->ds_out_channels
=
6685 hdspm
->qs_in_channels
= hdspm
->qs_out_channels
=
6688 hdspm
->channel_map_in_ss
= hdspm
->channel_map_out_ss
=
6689 channel_map_unity_ss
;
6690 hdspm
->channel_map_in_ds
= hdspm
->channel_map_out_ds
=
6691 channel_map_unity_ss
;
6692 hdspm
->channel_map_in_qs
= hdspm
->channel_map_out_qs
=
6693 channel_map_unity_ss
;
6695 hdspm
->port_names_in_ss
= hdspm
->port_names_out_ss
=
6697 hdspm
->port_names_in_ds
= hdspm
->port_names_out_ds
=
6699 hdspm
->port_names_in_qs
= hdspm
->port_names_out_qs
=
6704 hdspm
->ss_in_channels
= AIO_IN_SS_CHANNELS
;
6705 hdspm
->ds_in_channels
= AIO_IN_DS_CHANNELS
;
6706 hdspm
->qs_in_channels
= AIO_IN_QS_CHANNELS
;
6707 hdspm
->ss_out_channels
= AIO_OUT_SS_CHANNELS
;
6708 hdspm
->ds_out_channels
= AIO_OUT_DS_CHANNELS
;
6709 hdspm
->qs_out_channels
= AIO_OUT_QS_CHANNELS
;
6711 if (0 == (hdspm_read(hdspm
, HDSPM_statusRegister2
) & HDSPM_s2_AEBI_D
)) {
6712 dev_info(card
->dev
, "AEB input board found\n");
6713 hdspm
->ss_in_channels
+= 4;
6714 hdspm
->ds_in_channels
+= 4;
6715 hdspm
->qs_in_channels
+= 4;
6718 if (0 == (hdspm_read(hdspm
, HDSPM_statusRegister2
) & HDSPM_s2_AEBO_D
)) {
6719 dev_info(card
->dev
, "AEB output board found\n");
6720 hdspm
->ss_out_channels
+= 4;
6721 hdspm
->ds_out_channels
+= 4;
6722 hdspm
->qs_out_channels
+= 4;
6725 hdspm
->channel_map_out_ss
= channel_map_aio_out_ss
;
6726 hdspm
->channel_map_out_ds
= channel_map_aio_out_ds
;
6727 hdspm
->channel_map_out_qs
= channel_map_aio_out_qs
;
6729 hdspm
->channel_map_in_ss
= channel_map_aio_in_ss
;
6730 hdspm
->channel_map_in_ds
= channel_map_aio_in_ds
;
6731 hdspm
->channel_map_in_qs
= channel_map_aio_in_qs
;
6733 hdspm
->port_names_in_ss
= texts_ports_aio_in_ss
;
6734 hdspm
->port_names_out_ss
= texts_ports_aio_out_ss
;
6735 hdspm
->port_names_in_ds
= texts_ports_aio_in_ds
;
6736 hdspm
->port_names_out_ds
= texts_ports_aio_out_ds
;
6737 hdspm
->port_names_in_qs
= texts_ports_aio_in_qs
;
6738 hdspm
->port_names_out_qs
= texts_ports_aio_out_qs
;
6743 hdspm
->ss_in_channels
= hdspm
->ss_out_channels
=
6745 hdspm
->ds_in_channels
= hdspm
->ds_out_channels
=
6747 hdspm
->qs_in_channels
= hdspm
->qs_out_channels
=
6750 hdspm
->max_channels_in
= RAYDAT_SS_CHANNELS
;
6751 hdspm
->max_channels_out
= RAYDAT_SS_CHANNELS
;
6753 hdspm
->channel_map_in_ss
= hdspm
->channel_map_out_ss
=
6754 channel_map_raydat_ss
;
6755 hdspm
->channel_map_in_ds
= hdspm
->channel_map_out_ds
=
6756 channel_map_raydat_ds
;
6757 hdspm
->channel_map_in_qs
= hdspm
->channel_map_out_qs
=
6758 channel_map_raydat_qs
;
6759 hdspm
->channel_map_in
= hdspm
->channel_map_out
=
6760 channel_map_raydat_ss
;
6762 hdspm
->port_names_in_ss
= hdspm
->port_names_out_ss
=
6763 texts_ports_raydat_ss
;
6764 hdspm
->port_names_in_ds
= hdspm
->port_names_out_ds
=
6765 texts_ports_raydat_ds
;
6766 hdspm
->port_names_in_qs
= hdspm
->port_names_out_qs
=
6767 texts_ports_raydat_qs
;
6775 switch (hdspm
->io_type
) {
6778 if (hdspm_read(hdspm
, HDSPM_statusRegister2
) &
6779 HDSPM_s2_tco_detect
) {
6781 hdspm
->tco
= kzalloc(sizeof(*hdspm
->tco
), GFP_KERNEL
);
6783 hdspm_tco_write(hdspm
);
6785 dev_info(card
->dev
, "AIO/RayDAT TCO module found\n");
6793 if (hdspm_read(hdspm
, HDSPM_statusRegister
) & HDSPM_tco_detect
) {
6795 hdspm
->tco
= kzalloc(sizeof(*hdspm
->tco
), GFP_KERNEL
);
6797 hdspm_tco_write(hdspm
);
6799 dev_info(card
->dev
, "MADI/AES TCO module found\n");
6810 switch (hdspm
->io_type
) {
6813 hdspm
->texts_autosync
= texts_autosync_aes_tco
;
6814 hdspm
->texts_autosync_items
=
6815 ARRAY_SIZE(texts_autosync_aes_tco
);
6817 hdspm
->texts_autosync
= texts_autosync_aes
;
6818 hdspm
->texts_autosync_items
=
6819 ARRAY_SIZE(texts_autosync_aes
);
6825 hdspm
->texts_autosync
= texts_autosync_madi_tco
;
6826 hdspm
->texts_autosync_items
= 4;
6828 hdspm
->texts_autosync
= texts_autosync_madi
;
6829 hdspm
->texts_autosync_items
= 3;
6839 hdspm
->texts_autosync
= texts_autosync_raydat_tco
;
6840 hdspm
->texts_autosync_items
= 9;
6842 hdspm
->texts_autosync
= texts_autosync_raydat
;
6843 hdspm
->texts_autosync_items
= 8;
6849 hdspm
->texts_autosync
= texts_autosync_aio_tco
;
6850 hdspm
->texts_autosync_items
= 6;
6852 hdspm
->texts_autosync
= texts_autosync_aio
;
6853 hdspm
->texts_autosync_items
= 5;
6859 tasklet_init(&hdspm
->midi_tasklet
,
6860 hdspm_midi_tasklet
, (unsigned long) hdspm
);
6863 if (hdspm
->io_type
!= MADIface
) {
6864 hdspm
->serial
= (hdspm_read(hdspm
,
6865 HDSPM_midiStatusIn0
)>>8) & 0xFFFFFF;
6866 /* id contains either a user-provided value or the default
6867 * NULL. If it's the default, we're safe to
6868 * fill card->id with the serial number.
6870 * If the serial number is 0xFFFFFF, then we're dealing with
6871 * an old PCI revision that comes without a sane number. In
6872 * this case, we don't set card->id to avoid collisions
6873 * when running with multiple cards.
6875 if (!id
[hdspm
->dev
] && hdspm
->serial
!= 0xFFFFFF) {
6876 snprintf(card
->id
, sizeof(card
->id
),
6877 "HDSPMx%06x", hdspm
->serial
);
6878 snd_card_set_id(card
, card
->id
);
6882 dev_dbg(card
->dev
, "create alsa devices.\n");
6883 err
= snd_hdspm_create_alsa_devices(card
, hdspm
);
6887 snd_hdspm_initialize_midi_flush(hdspm
);
6893 static int snd_hdspm_free(struct hdspm
* hdspm
)
6898 /* stop th audio, and cancel all interrupts */
6899 hdspm
->control_register
&=
6900 ~(HDSPM_Start
| HDSPM_AudioInterruptEnable
|
6901 HDSPM_Midi0InterruptEnable
| HDSPM_Midi1InterruptEnable
|
6902 HDSPM_Midi2InterruptEnable
| HDSPM_Midi3InterruptEnable
);
6903 hdspm_write(hdspm
, HDSPM_controlRegister
,
6904 hdspm
->control_register
);
6907 if (hdspm
->irq
>= 0)
6908 free_irq(hdspm
->irq
, (void *) hdspm
);
6910 kfree(hdspm
->mixer
);
6911 iounmap(hdspm
->iobase
);
6914 pci_release_regions(hdspm
->pci
);
6916 pci_disable_device(hdspm
->pci
);
6921 static void snd_hdspm_card_free(struct snd_card
*card
)
6923 struct hdspm
*hdspm
= card
->private_data
;
6926 snd_hdspm_free(hdspm
);
6930 static int snd_hdspm_probe(struct pci_dev
*pci
,
6931 const struct pci_device_id
*pci_id
)
6934 struct hdspm
*hdspm
;
6935 struct snd_card
*card
;
6938 if (dev
>= SNDRV_CARDS
)
6945 err
= snd_card_new(&pci
->dev
, index
[dev
], id
[dev
],
6946 THIS_MODULE
, sizeof(*hdspm
), &card
);
6950 hdspm
= card
->private_data
;
6951 card
->private_free
= snd_hdspm_card_free
;
6955 err
= snd_hdspm_create(card
, hdspm
);
6959 if (hdspm
->io_type
!= MADIface
) {
6960 snprintf(card
->shortname
, sizeof(card
->shortname
), "%s_%x",
6961 hdspm
->card_name
, hdspm
->serial
);
6962 snprintf(card
->longname
, sizeof(card
->longname
),
6963 "%s S/N 0x%x at 0x%lx, irq %d",
6964 hdspm
->card_name
, hdspm
->serial
,
6965 hdspm
->port
, hdspm
->irq
);
6967 snprintf(card
->shortname
, sizeof(card
->shortname
), "%s",
6969 snprintf(card
->longname
, sizeof(card
->longname
),
6970 "%s at 0x%lx, irq %d",
6971 hdspm
->card_name
, hdspm
->port
, hdspm
->irq
);
6974 err
= snd_card_register(card
);
6978 pci_set_drvdata(pci
, card
);
6984 snd_card_free(card
);
6988 static void snd_hdspm_remove(struct pci_dev
*pci
)
6990 snd_card_free(pci_get_drvdata(pci
));
6993 static struct pci_driver hdspm_driver
= {
6994 .name
= KBUILD_MODNAME
,
6995 .id_table
= snd_hdspm_ids
,
6996 .probe
= snd_hdspm_probe
,
6997 .remove
= snd_hdspm_remove
,
7000 module_pci_driver(hdspm_driver
);