blob: 1131a8ab3f7394125a0d4f90e7745aabd94886bb [file] [log] [blame]
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001/*
Takashi Iwai763f3562005-06-03 11:25:34 +02002 * ALSA driver for RME Hammerfall DSP MADI audio interface(s)
3 *
4 * Copyright (c) 2003 Winfried Ritsch (IEM)
5 * code based on hdsp.c Paul Davis
6 * Marcus Andersson
7 * Thomas Charbonnel
Remy Bruno3cee5a62006-10-16 12:46:32 +02008 * Modified 2006-06-01 for AES32 support by Remy Bruno
9 * <remy.bruno@trinnov.com>
Takashi Iwai763f3562005-06-03 11:25:34 +020010 *
Adrian Knoth0dca1792011-01-26 19:32:14 +010011 * Modified 2009-04-13 for proper metering by Florian Faber
12 * <faber@faberman.de>
13 *
14 * Modified 2009-04-14 for native float support by Florian Faber
15 * <faber@faberman.de>
16 *
17 * Modified 2009-04-26 fixed bug in rms metering by Florian Faber
18 * <faber@faberman.de>
19 *
20 * Modified 2009-04-30 added hw serial number support by Florian Faber
21 *
22 * Modified 2011-01-14 added S/PDIF input on RayDATs by Adrian Knoth
23 *
24 * Modified 2011-01-25 variable period sizes on RayDAT/AIO by Adrian Knoth
25 *
Takashi Iwai763f3562005-06-03 11:25:34 +020026 * 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.
30 *
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.
35 *
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
39 *
40 */
Takashi Iwai763f3562005-06-03 11:25:34 +020041#include <linux/init.h>
42#include <linux/delay.h>
43#include <linux/interrupt.h>
Paul Gortmaker65a77212011-07-15 13:13:37 -040044#include <linux/module.h>
Takashi Iwai763f3562005-06-03 11:25:34 +020045#include <linux/slab.h>
46#include <linux/pci.h>
Takashi Iwai3f7440a2009-06-05 17:40:04 +020047#include <linux/math64.h>
Takashi Iwai763f3562005-06-03 11:25:34 +020048#include <asm/io.h>
49
50#include <sound/core.h>
51#include <sound/control.h>
52#include <sound/pcm.h>
Adrian Knoth0dca1792011-01-26 19:32:14 +010053#include <sound/pcm_params.h>
Takashi Iwai763f3562005-06-03 11:25:34 +020054#include <sound/info.h>
55#include <sound/asoundef.h>
56#include <sound/rawmidi.h>
57#include <sound/hwdep.h>
58#include <sound/initval.h>
59
60#include <sound/hdspm.h>
61
62static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
63static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
Rusty Russella67ff6a2011-12-15 13:49:36 +103064static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;/* Enable this card */
Takashi Iwai763f3562005-06-03 11:25:34 +020065
Takashi Iwai763f3562005-06-03 11:25:34 +020066module_param_array(index, int, NULL, 0444);
67MODULE_PARM_DESC(index, "Index value for RME HDSPM interface.");
68
69module_param_array(id, charp, NULL, 0444);
70MODULE_PARM_DESC(id, "ID string for RME HDSPM interface.");
71
72module_param_array(enable, bool, NULL, 0444);
73MODULE_PARM_DESC(enable, "Enable/disable specific HDSPM soundcards.");
74
Takashi Iwai763f3562005-06-03 11:25:34 +020075
76MODULE_AUTHOR
Adrian Knoth0dca1792011-01-26 19:32:14 +010077(
78 "Winfried Ritsch <ritsch_AT_iem.at>, "
79 "Paul Davis <paul@linuxaudiosystems.com>, "
80 "Marcus Andersson, Thomas Charbonnel <thomas@undata.org>, "
81 "Remy Bruno <remy.bruno@trinnov.com>, "
82 "Florian Faber <faberman@linuxproaudio.org>, "
83 "Adrian Knoth <adi@drcomp.erfurt.thur.de>"
84);
Takashi Iwai763f3562005-06-03 11:25:34 +020085MODULE_DESCRIPTION("RME HDSPM");
86MODULE_LICENSE("GPL");
87MODULE_SUPPORTED_DEVICE("{{RME HDSPM-MADI}}");
88
Adrian Knoth0dca1792011-01-26 19:32:14 +010089/* --- Write registers. ---
Takashi Iwai763f3562005-06-03 11:25:34 +020090 These are defined as byte-offsets from the iobase value. */
91
Adrian Knoth0dca1792011-01-26 19:32:14 +010092#define HDSPM_WR_SETTINGS 0
93#define HDSPM_outputBufferAddress 32
94#define HDSPM_inputBufferAddress 36
Takashi Iwai763f3562005-06-03 11:25:34 +020095#define HDSPM_controlRegister 64
96#define HDSPM_interruptConfirmation 96
97#define HDSPM_control2Reg 256 /* not in specs ???????? */
Remy Brunoffb2c3c2007-03-07 19:08:46 +010098#define HDSPM_freqReg 256 /* for AES32 */
Adrian Knoth0dca1792011-01-26 19:32:14 +010099#define HDSPM_midiDataOut0 352 /* just believe in old code */
100#define HDSPM_midiDataOut1 356
Remy Brunoffb2c3c2007-03-07 19:08:46 +0100101#define HDSPM_eeprom_wr 384 /* for AES32 */
Takashi Iwai763f3562005-06-03 11:25:34 +0200102
103/* DMA enable for 64 channels, only Bit 0 is relevant */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100104#define HDSPM_outputEnableBase 512 /* 512-767 input DMA */
Takashi Iwai763f3562005-06-03 11:25:34 +0200105#define HDSPM_inputEnableBase 768 /* 768-1023 output DMA */
106
Adrian Knoth0dca1792011-01-26 19:32:14 +0100107/* 16 page addresses for each of the 64 channels DMA buffer in and out
Takashi Iwai763f3562005-06-03 11:25:34 +0200108 (each 64k=16*4k) Buffer must be 4k aligned (which is default i386 ????) */
109#define HDSPM_pageAddressBufferOut 8192
110#define HDSPM_pageAddressBufferIn (HDSPM_pageAddressBufferOut+64*16*4)
111
112#define HDSPM_MADI_mixerBase 32768 /* 32768-65535 for 2x64x64 Fader */
113
114#define HDSPM_MATRIX_MIXER_SIZE 8192 /* = 2*64*64 * 4 Byte => 32kB */
115
116/* --- Read registers. ---
117 These are defined as byte-offsets from the iobase value */
118#define HDSPM_statusRegister 0
Remy Bruno3cee5a62006-10-16 12:46:32 +0200119/*#define HDSPM_statusRegister2 96 */
120/* after RME Windows driver sources, status2 is 4-byte word # 48 = word at
121 * offset 192, for AES32 *and* MADI
122 * => need to check that offset 192 is working on MADI */
123#define HDSPM_statusRegister2 192
124#define HDSPM_timecodeRegister 128
Takashi Iwai763f3562005-06-03 11:25:34 +0200125
Adrian Knoth0dca1792011-01-26 19:32:14 +0100126/* AIO, RayDAT */
127#define HDSPM_RD_STATUS_0 0
128#define HDSPM_RD_STATUS_1 64
129#define HDSPM_RD_STATUS_2 128
130#define HDSPM_RD_STATUS_3 192
131
132#define HDSPM_RD_TCO 256
133#define HDSPM_RD_PLL_FREQ 512
134#define HDSPM_WR_TCO 128
135
136#define HDSPM_TCO1_TCO_lock 0x00000001
137#define HDSPM_TCO1_WCK_Input_Range_LSB 0x00000002
138#define HDSPM_TCO1_WCK_Input_Range_MSB 0x00000004
139#define HDSPM_TCO1_LTC_Input_valid 0x00000008
140#define HDSPM_TCO1_WCK_Input_valid 0x00000010
141#define HDSPM_TCO1_Video_Input_Format_NTSC 0x00000020
142#define HDSPM_TCO1_Video_Input_Format_PAL 0x00000040
143
144#define HDSPM_TCO1_set_TC 0x00000100
145#define HDSPM_TCO1_set_drop_frame_flag 0x00000200
146#define HDSPM_TCO1_LTC_Format_LSB 0x00000400
147#define HDSPM_TCO1_LTC_Format_MSB 0x00000800
148
149#define HDSPM_TCO2_TC_run 0x00010000
150#define HDSPM_TCO2_WCK_IO_ratio_LSB 0x00020000
151#define HDSPM_TCO2_WCK_IO_ratio_MSB 0x00040000
152#define HDSPM_TCO2_set_num_drop_frames_LSB 0x00080000
153#define HDSPM_TCO2_set_num_drop_frames_MSB 0x00100000
154#define HDSPM_TCO2_set_jam_sync 0x00200000
155#define HDSPM_TCO2_set_flywheel 0x00400000
156
157#define HDSPM_TCO2_set_01_4 0x01000000
158#define HDSPM_TCO2_set_pull_down 0x02000000
159#define HDSPM_TCO2_set_pull_up 0x04000000
160#define HDSPM_TCO2_set_freq 0x08000000
161#define HDSPM_TCO2_set_term_75R 0x10000000
162#define HDSPM_TCO2_set_input_LSB 0x20000000
163#define HDSPM_TCO2_set_input_MSB 0x40000000
164#define HDSPM_TCO2_set_freq_from_app 0x80000000
165
166
167#define HDSPM_midiDataOut0 352
168#define HDSPM_midiDataOut1 356
169#define HDSPM_midiDataOut2 368
170
Takashi Iwai763f3562005-06-03 11:25:34 +0200171#define HDSPM_midiDataIn0 360
172#define HDSPM_midiDataIn1 364
Adrian Knoth0dca1792011-01-26 19:32:14 +0100173#define HDSPM_midiDataIn2 372
174#define HDSPM_midiDataIn3 376
Takashi Iwai763f3562005-06-03 11:25:34 +0200175
176/* status is data bytes in MIDI-FIFO (0-128) */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100177#define HDSPM_midiStatusOut0 384
178#define HDSPM_midiStatusOut1 388
179#define HDSPM_midiStatusOut2 400
180
181#define HDSPM_midiStatusIn0 392
182#define HDSPM_midiStatusIn1 396
183#define HDSPM_midiStatusIn2 404
184#define HDSPM_midiStatusIn3 408
Takashi Iwai763f3562005-06-03 11:25:34 +0200185
186
187/* the meters are regular i/o-mapped registers, but offset
188 considerably from the rest. the peak registers are reset
Adrian Knoth0dca1792011-01-26 19:32:14 +0100189 when read; the least-significant 4 bits are full-scale counters;
Takashi Iwai763f3562005-06-03 11:25:34 +0200190 the actual peak value is in the most-significant 24 bits.
191*/
Adrian Knoth0dca1792011-01-26 19:32:14 +0100192
193#define HDSPM_MADI_INPUT_PEAK 4096
194#define HDSPM_MADI_PLAYBACK_PEAK 4352
195#define HDSPM_MADI_OUTPUT_PEAK 4608
196
197#define HDSPM_MADI_INPUT_RMS_L 6144
198#define HDSPM_MADI_PLAYBACK_RMS_L 6400
199#define HDSPM_MADI_OUTPUT_RMS_L 6656
200
201#define HDSPM_MADI_INPUT_RMS_H 7168
202#define HDSPM_MADI_PLAYBACK_RMS_H 7424
203#define HDSPM_MADI_OUTPUT_RMS_H 7680
Takashi Iwai763f3562005-06-03 11:25:34 +0200204
205/* --- Control Register bits --------- */
206#define HDSPM_Start (1<<0) /* start engine */
207
208#define HDSPM_Latency0 (1<<1) /* buffer size = 2^n */
209#define HDSPM_Latency1 (1<<2) /* where n is defined */
210#define HDSPM_Latency2 (1<<3) /* by Latency{2,1,0} */
211
Adrian Knoth0dca1792011-01-26 19:32:14 +0100212#define HDSPM_ClockModeMaster (1<<4) /* 1=Master, 0=Autosync */
213#define HDSPM_c0Master 0x1 /* Master clock bit in settings
214 register [RayDAT, AIO] */
Takashi Iwai763f3562005-06-03 11:25:34 +0200215
216#define HDSPM_AudioInterruptEnable (1<<5) /* what do you think ? */
217
218#define HDSPM_Frequency0 (1<<6) /* 0=44.1kHz/88.2kHz 1=48kHz/96kHz */
219#define HDSPM_Frequency1 (1<<7) /* 0=32kHz/64kHz */
220#define HDSPM_DoubleSpeed (1<<8) /* 0=normal speed, 1=double speed */
Remy Bruno3cee5a62006-10-16 12:46:32 +0200221#define HDSPM_QuadSpeed (1<<31) /* quad speed bit */
Takashi Iwai763f3562005-06-03 11:25:34 +0200222
Remy Bruno3cee5a62006-10-16 12:46:32 +0200223#define HDSPM_Professional (1<<9) /* Professional */ /* AES32 ONLY */
Takashi Iwai763f3562005-06-03 11:25:34 +0200224#define HDSPM_TX_64ch (1<<10) /* Output 64channel MODE=1,
Remy Bruno3cee5a62006-10-16 12:46:32 +0200225 56channelMODE=0 */ /* MADI ONLY*/
226#define HDSPM_Emphasis (1<<10) /* Emphasis */ /* AES32 ONLY */
Takashi Iwai763f3562005-06-03 11:25:34 +0200227
Adrian Knoth0dca1792011-01-26 19:32:14 +0100228#define HDSPM_AutoInp (1<<11) /* Auto Input (takeover) == Safe Mode,
Remy Bruno3cee5a62006-10-16 12:46:32 +0200229 0=off, 1=on */ /* MADI ONLY */
230#define HDSPM_Dolby (1<<11) /* Dolby = "NonAudio" ?? */ /* AES32 ONLY */
Takashi Iwai763f3562005-06-03 11:25:34 +0200231
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200232#define HDSPM_InputSelect0 (1<<14) /* Input select 0= optical, 1=coax
233 * -- MADI ONLY
234 */
Takashi Iwai763f3562005-06-03 11:25:34 +0200235#define HDSPM_InputSelect1 (1<<15) /* should be 0 */
236
Remy Bruno3cee5a62006-10-16 12:46:32 +0200237#define HDSPM_SyncRef2 (1<<13)
238#define HDSPM_SyncRef3 (1<<25)
Takashi Iwai763f3562005-06-03 11:25:34 +0200239
Remy Bruno3cee5a62006-10-16 12:46:32 +0200240#define HDSPM_SMUX (1<<18) /* Frame ??? */ /* MADI ONY */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100241#define HDSPM_clr_tms (1<<19) /* clear track marker, do not use
Takashi Iwai763f3562005-06-03 11:25:34 +0200242 AES additional bits in
243 lower 5 Audiodatabits ??? */
Remy Bruno3cee5a62006-10-16 12:46:32 +0200244#define HDSPM_taxi_reset (1<<20) /* ??? */ /* MADI ONLY ? */
245#define HDSPM_WCK48 (1<<20) /* Frame ??? = HDSPM_SMUX */ /* AES32 ONLY */
Takashi Iwai763f3562005-06-03 11:25:34 +0200246
Adrian Knoth0dca1792011-01-26 19:32:14 +0100247#define HDSPM_Midi0InterruptEnable 0x0400000
248#define HDSPM_Midi1InterruptEnable 0x0800000
249#define HDSPM_Midi2InterruptEnable 0x0200000
250#define HDSPM_Midi3InterruptEnable 0x4000000
Takashi Iwai763f3562005-06-03 11:25:34 +0200251
252#define HDSPM_LineOut (1<<24) /* Analog Out on channel 63/64 on=1, mute=0 */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100253#define HDSPe_FLOAT_FORMAT 0x2000000
Takashi Iwai763f3562005-06-03 11:25:34 +0200254
Remy Bruno3cee5a62006-10-16 12:46:32 +0200255#define HDSPM_DS_DoubleWire (1<<26) /* AES32 ONLY */
256#define HDSPM_QS_DoubleWire (1<<27) /* AES32 ONLY */
257#define HDSPM_QS_QuadWire (1<<28) /* AES32 ONLY */
258
259#define HDSPM_wclk_sel (1<<30)
Takashi Iwai763f3562005-06-03 11:25:34 +0200260
261/* --- bit helper defines */
262#define HDSPM_LatencyMask (HDSPM_Latency0|HDSPM_Latency1|HDSPM_Latency2)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200263#define HDSPM_FrequencyMask (HDSPM_Frequency0|HDSPM_Frequency1|\
264 HDSPM_DoubleSpeed|HDSPM_QuadSpeed)
Takashi Iwai763f3562005-06-03 11:25:34 +0200265#define HDSPM_InputMask (HDSPM_InputSelect0|HDSPM_InputSelect1)
266#define HDSPM_InputOptical 0
267#define HDSPM_InputCoaxial (HDSPM_InputSelect0)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200268#define HDSPM_SyncRefMask (HDSPM_SyncRef0|HDSPM_SyncRef1|\
269 HDSPM_SyncRef2|HDSPM_SyncRef3)
Takashi Iwai763f3562005-06-03 11:25:34 +0200270
Adrian Knoth0dca1792011-01-26 19:32:14 +0100271#define HDSPM_c0_SyncRef0 0x2
272#define HDSPM_c0_SyncRef1 0x4
273#define HDSPM_c0_SyncRef2 0x8
274#define HDSPM_c0_SyncRef3 0x10
275#define HDSPM_c0_SyncRefMask (HDSPM_c0_SyncRef0 | HDSPM_c0_SyncRef1 |\
276 HDSPM_c0_SyncRef2 | HDSPM_c0_SyncRef3)
277
278#define HDSPM_SYNC_FROM_WORD 0 /* Preferred sync reference */
279#define HDSPM_SYNC_FROM_MADI 1 /* choices - used by "pref_sync_ref" */
280#define HDSPM_SYNC_FROM_TCO 2
281#define HDSPM_SYNC_FROM_SYNC_IN 3
Takashi Iwai763f3562005-06-03 11:25:34 +0200282
283#define HDSPM_Frequency32KHz HDSPM_Frequency0
284#define HDSPM_Frequency44_1KHz HDSPM_Frequency1
285#define HDSPM_Frequency48KHz (HDSPM_Frequency1|HDSPM_Frequency0)
286#define HDSPM_Frequency64KHz (HDSPM_DoubleSpeed|HDSPM_Frequency0)
287#define HDSPM_Frequency88_2KHz (HDSPM_DoubleSpeed|HDSPM_Frequency1)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200288#define HDSPM_Frequency96KHz (HDSPM_DoubleSpeed|HDSPM_Frequency1|\
289 HDSPM_Frequency0)
Remy Bruno3cee5a62006-10-16 12:46:32 +0200290#define HDSPM_Frequency128KHz (HDSPM_QuadSpeed|HDSPM_Frequency0)
291#define HDSPM_Frequency176_4KHz (HDSPM_QuadSpeed|HDSPM_Frequency1)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200292#define HDSPM_Frequency192KHz (HDSPM_QuadSpeed|HDSPM_Frequency1|\
293 HDSPM_Frequency0)
Takashi Iwai763f3562005-06-03 11:25:34 +0200294
Takashi Iwai763f3562005-06-03 11:25:34 +0200295
296/* Synccheck Status */
297#define HDSPM_SYNC_CHECK_NO_LOCK 0
298#define HDSPM_SYNC_CHECK_LOCK 1
299#define HDSPM_SYNC_CHECK_SYNC 2
300
301/* AutoSync References - used by "autosync_ref" control switch */
302#define HDSPM_AUTOSYNC_FROM_WORD 0
303#define HDSPM_AUTOSYNC_FROM_MADI 1
Adrian Knoth0dca1792011-01-26 19:32:14 +0100304#define HDSPM_AUTOSYNC_FROM_TCO 2
305#define HDSPM_AUTOSYNC_FROM_SYNC_IN 3
306#define HDSPM_AUTOSYNC_FROM_NONE 4
Takashi Iwai763f3562005-06-03 11:25:34 +0200307
308/* Possible sources of MADI input */
309#define HDSPM_OPTICAL 0 /* optical */
310#define HDSPM_COAXIAL 1 /* BNC */
311
312#define hdspm_encode_latency(x) (((x)<<1) & HDSPM_LatencyMask)
Adrian Knoth0dca1792011-01-26 19:32:14 +0100313#define hdspm_decode_latency(x) ((((x) & HDSPM_LatencyMask)>>1))
Takashi Iwai763f3562005-06-03 11:25:34 +0200314
315#define hdspm_encode_in(x) (((x)&0x3)<<14)
316#define hdspm_decode_in(x) (((x)>>14)&0x3)
317
318/* --- control2 register bits --- */
319#define HDSPM_TMS (1<<0)
320#define HDSPM_TCK (1<<1)
321#define HDSPM_TDI (1<<2)
322#define HDSPM_JTAG (1<<3)
323#define HDSPM_PWDN (1<<4)
324#define HDSPM_PROGRAM (1<<5)
325#define HDSPM_CONFIG_MODE_0 (1<<6)
326#define HDSPM_CONFIG_MODE_1 (1<<7)
327/*#define HDSPM_VERSION_BIT (1<<8) not defined any more*/
328#define HDSPM_BIGENDIAN_MODE (1<<9)
329#define HDSPM_RD_MULTIPLE (1<<10)
330
Remy Bruno3cee5a62006-10-16 12:46:32 +0200331/* --- Status Register bits --- */ /* MADI ONLY */ /* Bits defined here and
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200332 that do not conflict with specific bits for AES32 seem to be valid also
333 for the AES32
334 */
Takashi Iwai763f3562005-06-03 11:25:34 +0200335#define HDSPM_audioIRQPending (1<<0) /* IRQ is high and pending */
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200336#define HDSPM_RX_64ch (1<<1) /* Input 64chan. MODE=1, 56chn MODE=0 */
337#define HDSPM_AB_int (1<<2) /* InputChannel Opt=0, Coax=1
338 * (like inp0)
339 */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100340
Takashi Iwai763f3562005-06-03 11:25:34 +0200341#define HDSPM_madiLock (1<<3) /* MADI Locked =1, no=0 */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100342#define HDSPM_madiSync (1<<18) /* MADI is in sync */
343
344#define HDSPM_tcoLock 0x00000020 /* Optional TCO locked status FOR HDSPe MADI! */
345#define HDSPM_tcoSync 0x10000000 /* Optional TCO sync status */
346
347#define HDSPM_syncInLock 0x00010000 /* Sync In lock status FOR HDSPe MADI! */
348#define HDSPM_syncInSync 0x00020000 /* Sync In sync status FOR HDSPe MADI! */
Takashi Iwai763f3562005-06-03 11:25:34 +0200349
350#define HDSPM_BufferPositionMask 0x000FFC0 /* Bit 6..15 : h/w buffer pointer */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100351 /* since 64byte accurate, last 6 bits are not used */
Takashi Iwai763f3562005-06-03 11:25:34 +0200352
Adrian Knoth0dca1792011-01-26 19:32:14 +0100353
354
Takashi Iwai763f3562005-06-03 11:25:34 +0200355#define HDSPM_DoubleSpeedStatus (1<<19) /* (input) card in double speed */
356
357#define HDSPM_madiFreq0 (1<<22) /* system freq 0=error */
358#define HDSPM_madiFreq1 (1<<23) /* 1=32, 2=44.1 3=48 */
359#define HDSPM_madiFreq2 (1<<24) /* 4=64, 5=88.2 6=96 */
360#define HDSPM_madiFreq3 (1<<25) /* 7=128, 8=176.4 9=192 */
361
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200362#define HDSPM_BufferID (1<<26) /* (Double)Buffer ID toggles with
363 * Interrupt
364 */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100365#define HDSPM_tco_detect 0x08000000
366#define HDSPM_tco_lock 0x20000000
367
368#define HDSPM_s2_tco_detect 0x00000040
369#define HDSPM_s2_AEBO_D 0x00000080
370#define HDSPM_s2_AEBI_D 0x00000100
371
372
373#define HDSPM_midi0IRQPending 0x40000000
374#define HDSPM_midi1IRQPending 0x80000000
375#define HDSPM_midi2IRQPending 0x20000000
376#define HDSPM_midi2IRQPendingAES 0x00000020
377#define HDSPM_midi3IRQPending 0x00200000
Takashi Iwai763f3562005-06-03 11:25:34 +0200378
379/* --- status bit helpers */
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200380#define HDSPM_madiFreqMask (HDSPM_madiFreq0|HDSPM_madiFreq1|\
381 HDSPM_madiFreq2|HDSPM_madiFreq3)
Takashi Iwai763f3562005-06-03 11:25:34 +0200382#define HDSPM_madiFreq32 (HDSPM_madiFreq0)
383#define HDSPM_madiFreq44_1 (HDSPM_madiFreq1)
384#define HDSPM_madiFreq48 (HDSPM_madiFreq0|HDSPM_madiFreq1)
385#define HDSPM_madiFreq64 (HDSPM_madiFreq2)
386#define HDSPM_madiFreq88_2 (HDSPM_madiFreq0|HDSPM_madiFreq2)
387#define HDSPM_madiFreq96 (HDSPM_madiFreq1|HDSPM_madiFreq2)
388#define HDSPM_madiFreq128 (HDSPM_madiFreq0|HDSPM_madiFreq1|HDSPM_madiFreq2)
389#define HDSPM_madiFreq176_4 (HDSPM_madiFreq3)
390#define HDSPM_madiFreq192 (HDSPM_madiFreq3|HDSPM_madiFreq0)
391
Remy Bruno3cee5a62006-10-16 12:46:32 +0200392/* Status2 Register bits */ /* MADI ONLY */
Takashi Iwai763f3562005-06-03 11:25:34 +0200393
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300394#define HDSPM_version0 (1<<0) /* not really defined but I guess */
Takashi Iwai763f3562005-06-03 11:25:34 +0200395#define HDSPM_version1 (1<<1) /* in former cards it was ??? */
396#define HDSPM_version2 (1<<2)
397
398#define HDSPM_wcLock (1<<3) /* Wordclock is detected and locked */
399#define HDSPM_wcSync (1<<4) /* Wordclock is in sync with systemclock */
400
401#define HDSPM_wc_freq0 (1<<5) /* input freq detected via autosync */
402#define HDSPM_wc_freq1 (1<<6) /* 001=32, 010==44.1, 011=48, */
403#define HDSPM_wc_freq2 (1<<7) /* 100=64, 101=88.2, 110=96, */
404/* missing Bit for 111=128, 1000=176.4, 1001=192 */
405
Adrian Knoth0dca1792011-01-26 19:32:14 +0100406#define HDSPM_SyncRef0 0x10000 /* Sync Reference */
407#define HDSPM_SyncRef1 0x20000
408
409#define HDSPM_SelSyncRef0 (1<<8) /* AutoSync Source */
Takashi Iwai763f3562005-06-03 11:25:34 +0200410#define HDSPM_SelSyncRef1 (1<<9) /* 000=word, 001=MADI, */
411#define HDSPM_SelSyncRef2 (1<<10) /* 111=no valid signal */
412
413#define HDSPM_wc_valid (HDSPM_wcLock|HDSPM_wcSync)
414
415#define HDSPM_wcFreqMask (HDSPM_wc_freq0|HDSPM_wc_freq1|HDSPM_wc_freq2)
416#define HDSPM_wcFreq32 (HDSPM_wc_freq0)
417#define HDSPM_wcFreq44_1 (HDSPM_wc_freq1)
418#define HDSPM_wcFreq48 (HDSPM_wc_freq0|HDSPM_wc_freq1)
419#define HDSPM_wcFreq64 (HDSPM_wc_freq2)
420#define HDSPM_wcFreq88_2 (HDSPM_wc_freq0|HDSPM_wc_freq2)
421#define HDSPM_wcFreq96 (HDSPM_wc_freq1|HDSPM_wc_freq2)
422
Adrian Knoth0dca1792011-01-26 19:32:14 +0100423#define HDSPM_status1_F_0 0x0400000
424#define HDSPM_status1_F_1 0x0800000
425#define HDSPM_status1_F_2 0x1000000
426#define HDSPM_status1_F_3 0x2000000
427#define HDSPM_status1_freqMask (HDSPM_status1_F_0|HDSPM_status1_F_1|HDSPM_status1_F_2|HDSPM_status1_F_3)
428
Takashi Iwai763f3562005-06-03 11:25:34 +0200429
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200430#define HDSPM_SelSyncRefMask (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1|\
431 HDSPM_SelSyncRef2)
Takashi Iwai763f3562005-06-03 11:25:34 +0200432#define HDSPM_SelSyncRef_WORD 0
433#define HDSPM_SelSyncRef_MADI (HDSPM_SelSyncRef0)
Adrian Knoth0dca1792011-01-26 19:32:14 +0100434#define HDSPM_SelSyncRef_TCO (HDSPM_SelSyncRef1)
435#define HDSPM_SelSyncRef_SyncIn (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200436#define HDSPM_SelSyncRef_NVALID (HDSPM_SelSyncRef0|HDSPM_SelSyncRef1|\
437 HDSPM_SelSyncRef2)
Takashi Iwai763f3562005-06-03 11:25:34 +0200438
Remy Bruno3cee5a62006-10-16 12:46:32 +0200439/*
440 For AES32, bits for status, status2 and timecode are different
441*/
442/* status */
443#define HDSPM_AES32_wcLock 0x0200000
444#define HDSPM_AES32_wcFreq_bit 22
Adrian Knoth0dca1792011-01-26 19:32:14 +0100445/* (status >> HDSPM_AES32_wcFreq_bit) & 0xF gives WC frequency (cf function
Remy Bruno3cee5a62006-10-16 12:46:32 +0200446 HDSPM_bit2freq */
447#define HDSPM_AES32_syncref_bit 16
448/* (status >> HDSPM_AES32_syncref_bit) & 0xF gives sync source */
449
450#define HDSPM_AES32_AUTOSYNC_FROM_WORD 0
451#define HDSPM_AES32_AUTOSYNC_FROM_AES1 1
452#define HDSPM_AES32_AUTOSYNC_FROM_AES2 2
453#define HDSPM_AES32_AUTOSYNC_FROM_AES3 3
454#define HDSPM_AES32_AUTOSYNC_FROM_AES4 4
455#define HDSPM_AES32_AUTOSYNC_FROM_AES5 5
456#define HDSPM_AES32_AUTOSYNC_FROM_AES6 6
457#define HDSPM_AES32_AUTOSYNC_FROM_AES7 7
458#define HDSPM_AES32_AUTOSYNC_FROM_AES8 8
Remy Bruno65345992007-08-31 12:21:08 +0200459#define HDSPM_AES32_AUTOSYNC_FROM_NONE 9
Remy Bruno3cee5a62006-10-16 12:46:32 +0200460
461/* status2 */
462/* HDSPM_LockAES_bit is given by HDSPM_LockAES >> (AES# - 1) */
463#define HDSPM_LockAES 0x80
464#define HDSPM_LockAES1 0x80
465#define HDSPM_LockAES2 0x40
466#define HDSPM_LockAES3 0x20
467#define HDSPM_LockAES4 0x10
468#define HDSPM_LockAES5 0x8
469#define HDSPM_LockAES6 0x4
470#define HDSPM_LockAES7 0x2
471#define HDSPM_LockAES8 0x1
472/*
473 Timecode
474 After windows driver sources, bits 4*i to 4*i+3 give the input frequency on
475 AES i+1
476 bits 3210
477 0001 32kHz
478 0010 44.1kHz
479 0011 48kHz
480 0100 64kHz
481 0101 88.2kHz
482 0110 96kHz
483 0111 128kHz
484 1000 176.4kHz
485 1001 192kHz
486 NB: Timecode register doesn't seem to work on AES32 card revision 230
487*/
488
Takashi Iwai763f3562005-06-03 11:25:34 +0200489/* Mixer Values */
490#define UNITY_GAIN 32768 /* = 65536/2 */
491#define MINUS_INFINITY_GAIN 0
492
Takashi Iwai763f3562005-06-03 11:25:34 +0200493/* Number of channels for different Speed Modes */
494#define MADI_SS_CHANNELS 64
495#define MADI_DS_CHANNELS 32
496#define MADI_QS_CHANNELS 16
497
Adrian Knoth0dca1792011-01-26 19:32:14 +0100498#define RAYDAT_SS_CHANNELS 36
499#define RAYDAT_DS_CHANNELS 20
500#define RAYDAT_QS_CHANNELS 12
501
502#define AIO_IN_SS_CHANNELS 14
503#define AIO_IN_DS_CHANNELS 10
504#define AIO_IN_QS_CHANNELS 8
505#define AIO_OUT_SS_CHANNELS 16
506#define AIO_OUT_DS_CHANNELS 12
507#define AIO_OUT_QS_CHANNELS 10
508
Adrian Knothd2d10a22011-02-28 15:14:47 +0100509#define AES32_CHANNELS 16
510
Takashi Iwai763f3562005-06-03 11:25:34 +0200511/* the size of a substream (1 mono data stream) */
512#define HDSPM_CHANNEL_BUFFER_SAMPLES (16*1024)
513#define HDSPM_CHANNEL_BUFFER_BYTES (4*HDSPM_CHANNEL_BUFFER_SAMPLES)
514
515/* the size of the area we need to allocate for DMA transfers. the
516 size is the same regardless of the number of channels, and
Adrian Knoth0dca1792011-01-26 19:32:14 +0100517 also the latency to use.
Takashi Iwai763f3562005-06-03 11:25:34 +0200518 for one direction !!!
519*/
Remy Brunoffb2c3c2007-03-07 19:08:46 +0100520#define HDSPM_DMA_AREA_BYTES (HDSPM_MAX_CHANNELS * HDSPM_CHANNEL_BUFFER_BYTES)
Takashi Iwai763f3562005-06-03 11:25:34 +0200521#define HDSPM_DMA_AREA_KILOBYTES (HDSPM_DMA_AREA_BYTES/1024)
522
Adrian Knoth0dca1792011-01-26 19:32:14 +0100523#define HDSPM_RAYDAT_REV 211
524#define HDSPM_AIO_REV 212
525#define HDSPM_MADIFACE_REV 213
Remy Bruno3cee5a62006-10-16 12:46:32 +0200526
Remy Bruno65345992007-08-31 12:21:08 +0200527/* speed factor modes */
528#define HDSPM_SPEED_SINGLE 0
529#define HDSPM_SPEED_DOUBLE 1
530#define HDSPM_SPEED_QUAD 2
Adrian Knoth0dca1792011-01-26 19:32:14 +0100531
Remy Bruno65345992007-08-31 12:21:08 +0200532/* names for speed modes */
533static char *hdspm_speed_names[] = { "single", "double", "quad" };
534
Adrian Knoth0dca1792011-01-26 19:32:14 +0100535static char *texts_autosync_aes_tco[] = { "Word Clock",
536 "AES1", "AES2", "AES3", "AES4",
537 "AES5", "AES6", "AES7", "AES8",
538 "TCO" };
539static char *texts_autosync_aes[] = { "Word Clock",
540 "AES1", "AES2", "AES3", "AES4",
541 "AES5", "AES6", "AES7", "AES8" };
542static char *texts_autosync_madi_tco[] = { "Word Clock",
543 "MADI", "TCO", "Sync In" };
544static char *texts_autosync_madi[] = { "Word Clock",
545 "MADI", "Sync In" };
546
547static char *texts_autosync_raydat_tco[] = {
548 "Word Clock",
549 "ADAT 1", "ADAT 2", "ADAT 3", "ADAT 4",
550 "AES", "SPDIF", "TCO", "Sync In"
551};
552static char *texts_autosync_raydat[] = {
553 "Word Clock",
554 "ADAT 1", "ADAT 2", "ADAT 3", "ADAT 4",
555 "AES", "SPDIF", "Sync In"
556};
557static char *texts_autosync_aio_tco[] = {
558 "Word Clock",
559 "ADAT", "AES", "SPDIF", "TCO", "Sync In"
560};
561static char *texts_autosync_aio[] = { "Word Clock",
562 "ADAT", "AES", "SPDIF", "Sync In" };
563
564static char *texts_freq[] = {
565 "No Lock",
566 "32 kHz",
567 "44.1 kHz",
568 "48 kHz",
569 "64 kHz",
570 "88.2 kHz",
571 "96 kHz",
572 "128 kHz",
573 "176.4 kHz",
574 "192 kHz"
575};
576
Adrian Knoth0dca1792011-01-26 19:32:14 +0100577static char *texts_ports_madi[] = {
578 "MADI.1", "MADI.2", "MADI.3", "MADI.4", "MADI.5", "MADI.6",
579 "MADI.7", "MADI.8", "MADI.9", "MADI.10", "MADI.11", "MADI.12",
580 "MADI.13", "MADI.14", "MADI.15", "MADI.16", "MADI.17", "MADI.18",
581 "MADI.19", "MADI.20", "MADI.21", "MADI.22", "MADI.23", "MADI.24",
582 "MADI.25", "MADI.26", "MADI.27", "MADI.28", "MADI.29", "MADI.30",
583 "MADI.31", "MADI.32", "MADI.33", "MADI.34", "MADI.35", "MADI.36",
584 "MADI.37", "MADI.38", "MADI.39", "MADI.40", "MADI.41", "MADI.42",
585 "MADI.43", "MADI.44", "MADI.45", "MADI.46", "MADI.47", "MADI.48",
586 "MADI.49", "MADI.50", "MADI.51", "MADI.52", "MADI.53", "MADI.54",
587 "MADI.55", "MADI.56", "MADI.57", "MADI.58", "MADI.59", "MADI.60",
588 "MADI.61", "MADI.62", "MADI.63", "MADI.64",
589};
590
591
592static char *texts_ports_raydat_ss[] = {
593 "ADAT1.1", "ADAT1.2", "ADAT1.3", "ADAT1.4", "ADAT1.5", "ADAT1.6",
594 "ADAT1.7", "ADAT1.8", "ADAT2.1", "ADAT2.2", "ADAT2.3", "ADAT2.4",
595 "ADAT2.5", "ADAT2.6", "ADAT2.7", "ADAT2.8", "ADAT3.1", "ADAT3.2",
596 "ADAT3.3", "ADAT3.4", "ADAT3.5", "ADAT3.6", "ADAT3.7", "ADAT3.8",
597 "ADAT4.1", "ADAT4.2", "ADAT4.3", "ADAT4.4", "ADAT4.5", "ADAT4.6",
598 "ADAT4.7", "ADAT4.8",
599 "AES.L", "AES.R",
600 "SPDIF.L", "SPDIF.R"
601};
602
603static char *texts_ports_raydat_ds[] = {
604 "ADAT1.1", "ADAT1.2", "ADAT1.3", "ADAT1.4",
605 "ADAT2.1", "ADAT2.2", "ADAT2.3", "ADAT2.4",
606 "ADAT3.1", "ADAT3.2", "ADAT3.3", "ADAT3.4",
607 "ADAT4.1", "ADAT4.2", "ADAT4.3", "ADAT4.4",
608 "AES.L", "AES.R",
609 "SPDIF.L", "SPDIF.R"
610};
611
612static char *texts_ports_raydat_qs[] = {
613 "ADAT1.1", "ADAT1.2",
614 "ADAT2.1", "ADAT2.2",
615 "ADAT3.1", "ADAT3.2",
616 "ADAT4.1", "ADAT4.2",
617 "AES.L", "AES.R",
618 "SPDIF.L", "SPDIF.R"
619};
620
621
622static char *texts_ports_aio_in_ss[] = {
623 "Analogue.L", "Analogue.R",
624 "AES.L", "AES.R",
625 "SPDIF.L", "SPDIF.R",
626 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4", "ADAT.5", "ADAT.6",
627 "ADAT.7", "ADAT.8"
628};
629
630static char *texts_ports_aio_out_ss[] = {
631 "Analogue.L", "Analogue.R",
632 "AES.L", "AES.R",
633 "SPDIF.L", "SPDIF.R",
634 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4", "ADAT.5", "ADAT.6",
635 "ADAT.7", "ADAT.8",
636 "Phone.L", "Phone.R"
637};
638
639static char *texts_ports_aio_in_ds[] = {
640 "Analogue.L", "Analogue.R",
641 "AES.L", "AES.R",
642 "SPDIF.L", "SPDIF.R",
643 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4"
644};
645
646static char *texts_ports_aio_out_ds[] = {
647 "Analogue.L", "Analogue.R",
648 "AES.L", "AES.R",
649 "SPDIF.L", "SPDIF.R",
650 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
651 "Phone.L", "Phone.R"
652};
653
654static char *texts_ports_aio_in_qs[] = {
655 "Analogue.L", "Analogue.R",
656 "AES.L", "AES.R",
657 "SPDIF.L", "SPDIF.R",
658 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4"
659};
660
661static char *texts_ports_aio_out_qs[] = {
662 "Analogue.L", "Analogue.R",
663 "AES.L", "AES.R",
664 "SPDIF.L", "SPDIF.R",
665 "ADAT.1", "ADAT.2", "ADAT.3", "ADAT.4",
666 "Phone.L", "Phone.R"
667};
668
Adrian Knoth432d2502011-02-23 11:43:08 +0100669static char *texts_ports_aes32[] = {
670 "AES.1", "AES.2", "AES.3", "AES.4", "AES.5", "AES.6", "AES.7",
671 "AES.8", "AES.9.", "AES.10", "AES.11", "AES.12", "AES.13", "AES.14",
672 "AES.15", "AES.16"
673};
674
Adrian Knoth55a57602011-01-27 11:23:15 +0100675/* These tables map the ALSA channels 1..N to the channels that we
676 need to use in order to find the relevant channel buffer. RME
677 refers to this kind of mapping as between "the ADAT channel and
678 the DMA channel." We index it using the logical audio channel,
679 and the value is the DMA channel (i.e. channel buffer number)
680 where the data for that channel can be read/written from/to.
681*/
682
683static char channel_map_unity_ss[HDSPM_MAX_CHANNELS] = {
684 0, 1, 2, 3, 4, 5, 6, 7,
685 8, 9, 10, 11, 12, 13, 14, 15,
686 16, 17, 18, 19, 20, 21, 22, 23,
687 24, 25, 26, 27, 28, 29, 30, 31,
688 32, 33, 34, 35, 36, 37, 38, 39,
689 40, 41, 42, 43, 44, 45, 46, 47,
690 48, 49, 50, 51, 52, 53, 54, 55,
691 56, 57, 58, 59, 60, 61, 62, 63
692};
693
Adrian Knoth55a57602011-01-27 11:23:15 +0100694static char channel_map_raydat_ss[HDSPM_MAX_CHANNELS] = {
695 4, 5, 6, 7, 8, 9, 10, 11, /* ADAT 1 */
696 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT 2 */
697 20, 21, 22, 23, 24, 25, 26, 27, /* ADAT 3 */
698 28, 29, 30, 31, 32, 33, 34, 35, /* ADAT 4 */
699 0, 1, /* AES */
700 2, 3, /* SPDIF */
701 -1, -1, -1, -1,
702 -1, -1, -1, -1, -1, -1, -1, -1,
703 -1, -1, -1, -1, -1, -1, -1, -1,
704 -1, -1, -1, -1, -1, -1, -1, -1,
705};
706
707static char channel_map_raydat_ds[HDSPM_MAX_CHANNELS] = {
708 4, 5, 6, 7, /* ADAT 1 */
709 8, 9, 10, 11, /* ADAT 2 */
710 12, 13, 14, 15, /* ADAT 3 */
711 16, 17, 18, 19, /* ADAT 4 */
712 0, 1, /* AES */
713 2, 3, /* SPDIF */
714 -1, -1, -1, -1,
715 -1, -1, -1, -1, -1, -1, -1, -1,
716 -1, -1, -1, -1, -1, -1, -1, -1,
717 -1, -1, -1, -1, -1, -1, -1, -1,
718 -1, -1, -1, -1, -1, -1, -1, -1,
719 -1, -1, -1, -1, -1, -1, -1, -1,
720};
721
722static char channel_map_raydat_qs[HDSPM_MAX_CHANNELS] = {
723 4, 5, /* ADAT 1 */
724 6, 7, /* ADAT 2 */
725 8, 9, /* ADAT 3 */
726 10, 11, /* ADAT 4 */
727 0, 1, /* AES */
728 2, 3, /* SPDIF */
729 -1, -1, -1, -1,
730 -1, -1, -1, -1, -1, -1, -1, -1,
731 -1, -1, -1, -1, -1, -1, -1, -1,
732 -1, -1, -1, -1, -1, -1, -1, -1,
733 -1, -1, -1, -1, -1, -1, -1, -1,
734 -1, -1, -1, -1, -1, -1, -1, -1,
735 -1, -1, -1, -1, -1, -1, -1, -1,
736};
737
738static char channel_map_aio_in_ss[HDSPM_MAX_CHANNELS] = {
739 0, 1, /* line in */
740 8, 9, /* aes in, */
741 10, 11, /* spdif in */
742 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT in */
743 -1, -1,
744 -1, -1, -1, -1, -1, -1, -1, -1,
745 -1, -1, -1, -1, -1, -1, -1, -1,
746 -1, -1, -1, -1, -1, -1, -1, -1,
747 -1, -1, -1, -1, -1, -1, -1, -1,
748 -1, -1, -1, -1, -1, -1, -1, -1,
749 -1, -1, -1, -1, -1, -1, -1, -1,
750};
751
752static char channel_map_aio_out_ss[HDSPM_MAX_CHANNELS] = {
753 0, 1, /* line out */
754 8, 9, /* aes out */
755 10, 11, /* spdif out */
756 12, 13, 14, 15, 16, 17, 18, 19, /* ADAT out */
757 6, 7, /* phone out */
758 -1, -1, -1, -1, -1, -1, -1, -1,
759 -1, -1, -1, -1, -1, -1, -1, -1,
760 -1, -1, -1, -1, -1, -1, -1, -1,
761 -1, -1, -1, -1, -1, -1, -1, -1,
762 -1, -1, -1, -1, -1, -1, -1, -1,
763 -1, -1, -1, -1, -1, -1, -1, -1,
764};
765
766static char channel_map_aio_in_ds[HDSPM_MAX_CHANNELS] = {
767 0, 1, /* line in */
768 8, 9, /* aes in */
769 10, 11, /* spdif in */
770 12, 14, 16, 18, /* adat in */
771 -1, -1, -1, -1, -1, -1,
772 -1, -1, -1, -1, -1, -1, -1, -1,
773 -1, -1, -1, -1, -1, -1, -1, -1,
774 -1, -1, -1, -1, -1, -1, -1, -1,
775 -1, -1, -1, -1, -1, -1, -1, -1,
776 -1, -1, -1, -1, -1, -1, -1, -1,
777 -1, -1, -1, -1, -1, -1, -1, -1
778};
779
780static char channel_map_aio_out_ds[HDSPM_MAX_CHANNELS] = {
781 0, 1, /* line out */
782 8, 9, /* aes out */
783 10, 11, /* spdif out */
784 12, 14, 16, 18, /* adat out */
785 6, 7, /* phone out */
786 -1, -1, -1, -1,
787 -1, -1, -1, -1, -1, -1, -1, -1,
788 -1, -1, -1, -1, -1, -1, -1, -1,
789 -1, -1, -1, -1, -1, -1, -1, -1,
790 -1, -1, -1, -1, -1, -1, -1, -1,
791 -1, -1, -1, -1, -1, -1, -1, -1,
792 -1, -1, -1, -1, -1, -1, -1, -1
793};
794
795static char channel_map_aio_in_qs[HDSPM_MAX_CHANNELS] = {
796 0, 1, /* line in */
797 8, 9, /* aes in */
798 10, 11, /* spdif in */
799 12, 16, /* adat in */
800 -1, -1, -1, -1, -1, -1, -1, -1,
801 -1, -1, -1, -1, -1, -1, -1, -1,
802 -1, -1, -1, -1, -1, -1, -1, -1,
803 -1, -1, -1, -1, -1, -1, -1, -1,
804 -1, -1, -1, -1, -1, -1, -1, -1,
805 -1, -1, -1, -1, -1, -1, -1, -1,
806 -1, -1, -1, -1, -1, -1, -1, -1
807};
808
809static char channel_map_aio_out_qs[HDSPM_MAX_CHANNELS] = {
810 0, 1, /* line out */
811 8, 9, /* aes out */
812 10, 11, /* spdif out */
813 12, 16, /* adat out */
814 6, 7, /* phone out */
815 -1, -1, -1, -1, -1, -1,
816 -1, -1, -1, -1, -1, -1, -1, -1,
817 -1, -1, -1, -1, -1, -1, -1, -1,
818 -1, -1, -1, -1, -1, -1, -1, -1,
819 -1, -1, -1, -1, -1, -1, -1, -1,
820 -1, -1, -1, -1, -1, -1, -1, -1,
821 -1, -1, -1, -1, -1, -1, -1, -1
822};
823
Adrian Knoth432d2502011-02-23 11:43:08 +0100824static char channel_map_aes32[HDSPM_MAX_CHANNELS] = {
825 0, 1, 2, 3, 4, 5, 6, 7,
826 8, 9, 10, 11, 12, 13, 14, 15,
827 -1, -1, -1, -1, -1, -1, -1, -1,
828 -1, -1, -1, -1, -1, -1, -1, -1,
829 -1, -1, -1, -1, -1, -1, -1, -1,
830 -1, -1, -1, -1, -1, -1, -1, -1,
831 -1, -1, -1, -1, -1, -1, -1, -1,
832 -1, -1, -1, -1, -1, -1, -1, -1
833};
834
Takashi Iwai98274f02005-11-17 14:52:34 +0100835struct hdspm_midi {
836 struct hdspm *hdspm;
Takashi Iwai763f3562005-06-03 11:25:34 +0200837 int id;
Takashi Iwai98274f02005-11-17 14:52:34 +0100838 struct snd_rawmidi *rmidi;
839 struct snd_rawmidi_substream *input;
840 struct snd_rawmidi_substream *output;
Takashi Iwai763f3562005-06-03 11:25:34 +0200841 char istimer; /* timer in use */
842 struct timer_list timer;
843 spinlock_t lock;
844 int pending;
Adrian Knoth0dca1792011-01-26 19:32:14 +0100845 int dataIn;
846 int statusIn;
847 int dataOut;
848 int statusOut;
849 int ie;
850 int irq;
851};
852
853struct hdspm_tco {
854 int input;
855 int framerate;
856 int wordclock;
857 int samplerate;
858 int pull;
859 int term; /* 0 = off, 1 = on */
Takashi Iwai763f3562005-06-03 11:25:34 +0200860};
861
Takashi Iwai98274f02005-11-17 14:52:34 +0100862struct hdspm {
Takashi Iwai763f3562005-06-03 11:25:34 +0200863 spinlock_t lock;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200864 /* only one playback and/or capture stream */
865 struct snd_pcm_substream *capture_substream;
866 struct snd_pcm_substream *playback_substream;
Takashi Iwai763f3562005-06-03 11:25:34 +0200867
868 char *card_name; /* for procinfo */
Remy Bruno3cee5a62006-10-16 12:46:32 +0200869 unsigned short firmware_rev; /* dont know if relevant (yes if AES32)*/
870
Adrian Knoth0dca1792011-01-26 19:32:14 +0100871 uint8_t io_type;
Takashi Iwai763f3562005-06-03 11:25:34 +0200872
Takashi Iwai763f3562005-06-03 11:25:34 +0200873 int monitor_outs; /* set up monitoring outs init flag */
874
875 u32 control_register; /* cached value */
876 u32 control2_register; /* cached value */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100877 u32 settings_register;
Takashi Iwai763f3562005-06-03 11:25:34 +0200878
Adrian Knoth0dca1792011-01-26 19:32:14 +0100879 struct hdspm_midi midi[4];
Takashi Iwai763f3562005-06-03 11:25:34 +0200880 struct tasklet_struct midi_tasklet;
881
882 size_t period_bytes;
Adrian Knoth0dca1792011-01-26 19:32:14 +0100883 unsigned char ss_in_channels;
884 unsigned char ds_in_channels;
885 unsigned char qs_in_channels;
886 unsigned char ss_out_channels;
887 unsigned char ds_out_channels;
888 unsigned char qs_out_channels;
889
890 unsigned char max_channels_in;
891 unsigned char max_channels_out;
892
Takashi Iwai286bed02011-06-30 12:45:36 +0200893 signed char *channel_map_in;
894 signed char *channel_map_out;
Adrian Knoth0dca1792011-01-26 19:32:14 +0100895
Takashi Iwai286bed02011-06-30 12:45:36 +0200896 signed char *channel_map_in_ss, *channel_map_in_ds, *channel_map_in_qs;
897 signed char *channel_map_out_ss, *channel_map_out_ds, *channel_map_out_qs;
Adrian Knoth0dca1792011-01-26 19:32:14 +0100898
899 char **port_names_in;
900 char **port_names_out;
901
902 char **port_names_in_ss, **port_names_in_ds, **port_names_in_qs;
903 char **port_names_out_ss, **port_names_out_ds, **port_names_out_qs;
Takashi Iwai763f3562005-06-03 11:25:34 +0200904
905 unsigned char *playback_buffer; /* suitably aligned address */
906 unsigned char *capture_buffer; /* suitably aligned address */
907
908 pid_t capture_pid; /* process id which uses capture */
909 pid_t playback_pid; /* process id which uses capture */
910 int running; /* running status */
911
912 int last_external_sample_rate; /* samplerate mystic ... */
913 int last_internal_sample_rate;
914 int system_sample_rate;
915
Takashi Iwai763f3562005-06-03 11:25:34 +0200916 int dev; /* Hardware vars... */
917 int irq;
918 unsigned long port;
919 void __iomem *iobase;
920
921 int irq_count; /* for debug */
Adrian Knoth0dca1792011-01-26 19:32:14 +0100922 int midiPorts;
Takashi Iwai763f3562005-06-03 11:25:34 +0200923
Takashi Iwai98274f02005-11-17 14:52:34 +0100924 struct snd_card *card; /* one card */
925 struct snd_pcm *pcm; /* has one pcm */
926 struct snd_hwdep *hwdep; /* and a hwdep for additional ioctl */
Takashi Iwai763f3562005-06-03 11:25:34 +0200927 struct pci_dev *pci; /* and an pci info */
928
929 /* Mixer vars */
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200930 /* fast alsa mixer */
931 struct snd_kcontrol *playback_mixer_ctls[HDSPM_MAX_CHANNELS];
932 /* but input to much, so not used */
933 struct snd_kcontrol *input_mixer_ctls[HDSPM_MAX_CHANNELS];
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300934 /* full mixer accessible over mixer ioctl or hwdep-device */
Takashi Iwaief5fa1a2007-07-27 16:52:46 +0200935 struct hdspm_mixer *mixer;
Takashi Iwai763f3562005-06-03 11:25:34 +0200936
Adrian Knoth0dca1792011-01-26 19:32:14 +0100937 struct hdspm_tco *tco; /* NULL if no TCO detected */
Takashi Iwai763f3562005-06-03 11:25:34 +0200938
Adrian Knoth0dca1792011-01-26 19:32:14 +0100939 char **texts_autosync;
940 int texts_autosync_items;
Takashi Iwai763f3562005-06-03 11:25:34 +0200941
Adrian Knoth0dca1792011-01-26 19:32:14 +0100942 cycles_t last_interrupt;
Jaroslav Kysela730a5862011-01-27 13:03:15 +0100943
Adrian Knoth7d53a632012-01-04 14:31:16 +0100944 unsigned int serial;
945
Jaroslav Kysela730a5862011-01-27 13:03:15 +0100946 struct hdspm_peak_rms peak_rms;
Takashi Iwai763f3562005-06-03 11:25:34 +0200947};
948
Takashi Iwai763f3562005-06-03 11:25:34 +0200949
Alexey Dobriyancebe41d2010-02-06 00:21:03 +0200950static DEFINE_PCI_DEVICE_TABLE(snd_hdspm_ids) = {
Takashi Iwai763f3562005-06-03 11:25:34 +0200951 {
952 .vendor = PCI_VENDOR_ID_XILINX,
953 .device = PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP_MADI,
954 .subvendor = PCI_ANY_ID,
955 .subdevice = PCI_ANY_ID,
956 .class = 0,
957 .class_mask = 0,
958 .driver_data = 0},
959 {0,}
960};
961
962MODULE_DEVICE_TABLE(pci, snd_hdspm_ids);
963
964/* prototypes */
Takashi Iwai98274f02005-11-17 14:52:34 +0100965static int __devinit snd_hdspm_create_alsa_devices(struct snd_card *card,
966 struct hdspm * hdspm);
967static int __devinit snd_hdspm_create_pcm(struct snd_card *card,
968 struct hdspm * hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +0200969
Adrian Knoth0dca1792011-01-26 19:32:14 +0100970static inline void snd_hdspm_initialize_midi_flush(struct hdspm *hdspm);
971static int hdspm_update_simple_mixer_controls(struct hdspm *hdspm);
972static int hdspm_autosync_ref(struct hdspm *hdspm);
973static int snd_hdspm_set_defaults(struct hdspm *hdspm);
Adrian Knoth21a164d2012-10-19 17:42:23 +0200974static int hdspm_system_clock_mode(struct hdspm *hdspm);
Adrian Knoth0dca1792011-01-26 19:32:14 +0100975static void hdspm_set_sgbuf(struct hdspm *hdspm,
Takashi Iwai77a23f22008-08-21 13:00:13 +0200976 struct snd_pcm_substream *substream,
Takashi Iwai763f3562005-06-03 11:25:34 +0200977 unsigned int reg, int channels);
978
Remy Bruno3cee5a62006-10-16 12:46:32 +0200979static inline int HDSPM_bit2freq(int n)
980{
Denys Vlasenko62cef822008-04-14 13:04:18 +0200981 static const int bit2freq_tab[] = {
982 0, 32000, 44100, 48000, 64000, 88200,
Remy Bruno3cee5a62006-10-16 12:46:32 +0200983 96000, 128000, 176400, 192000 };
984 if (n < 1 || n > 9)
985 return 0;
986 return bit2freq_tab[n];
987}
988
Adrian Knoth0dca1792011-01-26 19:32:14 +0100989/* Write/read to/from HDSPM with Adresses in Bytes
Takashi Iwai763f3562005-06-03 11:25:34 +0200990 not words but only 32Bit writes are allowed */
991
Takashi Iwai98274f02005-11-17 14:52:34 +0100992static inline void hdspm_write(struct hdspm * hdspm, unsigned int reg,
Takashi Iwai763f3562005-06-03 11:25:34 +0200993 unsigned int val)
994{
995 writel(val, hdspm->iobase + reg);
996}
997
Takashi Iwai98274f02005-11-17 14:52:34 +0100998static inline unsigned int hdspm_read(struct hdspm * hdspm, unsigned int reg)
Takashi Iwai763f3562005-06-03 11:25:34 +0200999{
1000 return readl(hdspm->iobase + reg);
1001}
1002
Adrian Knoth0dca1792011-01-26 19:32:14 +01001003/* for each output channel (chan) I have an Input (in) and Playback (pb) Fader
1004 mixer is write only on hardware so we have to cache him for read
Takashi Iwai763f3562005-06-03 11:25:34 +02001005 each fader is a u32, but uses only the first 16 bit */
1006
Takashi Iwai98274f02005-11-17 14:52:34 +01001007static inline int hdspm_read_in_gain(struct hdspm * hdspm, unsigned int chan,
Takashi Iwai763f3562005-06-03 11:25:34 +02001008 unsigned int in)
1009{
Adrian Bunk5bab24822006-03-13 14:15:04 +01001010 if (chan >= HDSPM_MIXER_CHANNELS || in >= HDSPM_MIXER_CHANNELS)
Takashi Iwai763f3562005-06-03 11:25:34 +02001011 return 0;
1012
1013 return hdspm->mixer->ch[chan].in[in];
1014}
1015
Takashi Iwai98274f02005-11-17 14:52:34 +01001016static inline int hdspm_read_pb_gain(struct hdspm * hdspm, unsigned int chan,
Takashi Iwai763f3562005-06-03 11:25:34 +02001017 unsigned int pb)
1018{
Adrian Bunk5bab24822006-03-13 14:15:04 +01001019 if (chan >= HDSPM_MIXER_CHANNELS || pb >= HDSPM_MIXER_CHANNELS)
Takashi Iwai763f3562005-06-03 11:25:34 +02001020 return 0;
1021 return hdspm->mixer->ch[chan].pb[pb];
1022}
1023
Denys Vlasenko62cef822008-04-14 13:04:18 +02001024static int hdspm_write_in_gain(struct hdspm *hdspm, unsigned int chan,
Takashi Iwai763f3562005-06-03 11:25:34 +02001025 unsigned int in, unsigned short data)
1026{
1027 if (chan >= HDSPM_MIXER_CHANNELS || in >= HDSPM_MIXER_CHANNELS)
1028 return -1;
1029
1030 hdspm_write(hdspm,
1031 HDSPM_MADI_mixerBase +
1032 ((in + 128 * chan) * sizeof(u32)),
1033 (hdspm->mixer->ch[chan].in[in] = data & 0xFFFF));
1034 return 0;
1035}
1036
Denys Vlasenko62cef822008-04-14 13:04:18 +02001037static int hdspm_write_pb_gain(struct hdspm *hdspm, unsigned int chan,
Takashi Iwai763f3562005-06-03 11:25:34 +02001038 unsigned int pb, unsigned short data)
1039{
1040 if (chan >= HDSPM_MIXER_CHANNELS || pb >= HDSPM_MIXER_CHANNELS)
1041 return -1;
1042
1043 hdspm_write(hdspm,
1044 HDSPM_MADI_mixerBase +
1045 ((64 + pb + 128 * chan) * sizeof(u32)),
1046 (hdspm->mixer->ch[chan].pb[pb] = data & 0xFFFF));
1047 return 0;
1048}
1049
1050
1051/* enable DMA for specific channels, now available for DSP-MADI */
Takashi Iwai98274f02005-11-17 14:52:34 +01001052static inline void snd_hdspm_enable_in(struct hdspm * hdspm, int i, int v)
Takashi Iwai763f3562005-06-03 11:25:34 +02001053{
1054 hdspm_write(hdspm, HDSPM_inputEnableBase + (4 * i), v);
1055}
1056
Takashi Iwai98274f02005-11-17 14:52:34 +01001057static inline void snd_hdspm_enable_out(struct hdspm * hdspm, int i, int v)
Takashi Iwai763f3562005-06-03 11:25:34 +02001058{
1059 hdspm_write(hdspm, HDSPM_outputEnableBase + (4 * i), v);
1060}
1061
1062/* check if same process is writing and reading */
Denys Vlasenko62cef822008-04-14 13:04:18 +02001063static int snd_hdspm_use_is_exclusive(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02001064{
1065 unsigned long flags;
1066 int ret = 1;
1067
1068 spin_lock_irqsave(&hdspm->lock, flags);
1069 if ((hdspm->playback_pid != hdspm->capture_pid) &&
1070 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) {
1071 ret = 0;
1072 }
1073 spin_unlock_irqrestore(&hdspm->lock, flags);
1074 return ret;
1075}
1076
1077/* check for external sample rate */
Denys Vlasenko62cef822008-04-14 13:04:18 +02001078static int hdspm_external_sample_rate(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02001079{
Adrian Knoth0dca1792011-01-26 19:32:14 +01001080 unsigned int status, status2, timecode;
1081 int syncref, rate = 0, rate_bits;
Takashi Iwai763f3562005-06-03 11:25:34 +02001082
Adrian Knoth0dca1792011-01-26 19:32:14 +01001083 switch (hdspm->io_type) {
1084 case AES32:
1085 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
1086 status = hdspm_read(hdspm, HDSPM_statusRegister);
Adrian Knoth7c4a95b2011-02-23 11:43:13 +01001087 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister);
Adrian Knoth0dca1792011-01-26 19:32:14 +01001088
1089 syncref = hdspm_autosync_ref(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02001090
Remy Bruno3cee5a62006-10-16 12:46:32 +02001091 if (syncref == HDSPM_AES32_AUTOSYNC_FROM_WORD &&
1092 status & HDSPM_AES32_wcLock)
Adrian Knoth0dca1792011-01-26 19:32:14 +01001093 return HDSPM_bit2freq((status >> HDSPM_AES32_wcFreq_bit) & 0xF);
1094
Remy Bruno3cee5a62006-10-16 12:46:32 +02001095 if (syncref >= HDSPM_AES32_AUTOSYNC_FROM_AES1 &&
Adrian Knoth0dca1792011-01-26 19:32:14 +01001096 syncref <= HDSPM_AES32_AUTOSYNC_FROM_AES8 &&
1097 status2 & (HDSPM_LockAES >>
1098 (syncref - HDSPM_AES32_AUTOSYNC_FROM_AES1)))
1099 return HDSPM_bit2freq((timecode >> (4*(syncref-HDSPM_AES32_AUTOSYNC_FROM_AES1))) & 0xF);
Remy Bruno3cee5a62006-10-16 12:46:32 +02001100 return 0;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001101 break;
1102
1103 case MADIface:
1104 status = hdspm_read(hdspm, HDSPM_statusRegister);
1105
1106 if (!(status & HDSPM_madiLock)) {
1107 rate = 0; /* no lock */
1108 } else {
1109 switch (status & (HDSPM_status1_freqMask)) {
1110 case HDSPM_status1_F_0*1:
1111 rate = 32000; break;
1112 case HDSPM_status1_F_0*2:
1113 rate = 44100; break;
1114 case HDSPM_status1_F_0*3:
1115 rate = 48000; break;
1116 case HDSPM_status1_F_0*4:
1117 rate = 64000; break;
1118 case HDSPM_status1_F_0*5:
1119 rate = 88200; break;
1120 case HDSPM_status1_F_0*6:
1121 rate = 96000; break;
1122 case HDSPM_status1_F_0*7:
1123 rate = 128000; break;
1124 case HDSPM_status1_F_0*8:
1125 rate = 176400; break;
1126 case HDSPM_status1_F_0*9:
1127 rate = 192000; break;
1128 default:
1129 rate = 0; break;
1130 }
1131 }
1132
1133 break;
1134
1135 case MADI:
1136 case AIO:
1137 case RayDAT:
1138 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
1139 status = hdspm_read(hdspm, HDSPM_statusRegister);
1140 rate = 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02001141
Remy Bruno3cee5a62006-10-16 12:46:32 +02001142 /* if wordclock has synced freq and wordclock is valid */
1143 if ((status2 & HDSPM_wcLock) != 0 &&
Adrian Knothfedf1532011-06-12 17:26:18 +02001144 (status2 & HDSPM_SelSyncRef0) == 0) {
Remy Bruno3cee5a62006-10-16 12:46:32 +02001145
1146 rate_bits = status2 & HDSPM_wcFreqMask;
1147
Adrian Knoth0dca1792011-01-26 19:32:14 +01001148
Remy Bruno3cee5a62006-10-16 12:46:32 +02001149 switch (rate_bits) {
1150 case HDSPM_wcFreq32:
1151 rate = 32000;
1152 break;
1153 case HDSPM_wcFreq44_1:
1154 rate = 44100;
1155 break;
1156 case HDSPM_wcFreq48:
1157 rate = 48000;
1158 break;
1159 case HDSPM_wcFreq64:
1160 rate = 64000;
1161 break;
1162 case HDSPM_wcFreq88_2:
1163 rate = 88200;
1164 break;
1165 case HDSPM_wcFreq96:
1166 rate = 96000;
1167 break;
Remy Bruno3cee5a62006-10-16 12:46:32 +02001168 default:
1169 rate = 0;
1170 break;
1171 }
Takashi Iwai763f3562005-06-03 11:25:34 +02001172 }
Takashi Iwai763f3562005-06-03 11:25:34 +02001173
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001174 /* if rate detected and Syncref is Word than have it,
1175 * word has priority to MADI
1176 */
Remy Bruno3cee5a62006-10-16 12:46:32 +02001177 if (rate != 0 &&
Adrian Knoth0dca1792011-01-26 19:32:14 +01001178 (status2 & HDSPM_SelSyncRefMask) == HDSPM_SelSyncRef_WORD)
Remy Bruno3cee5a62006-10-16 12:46:32 +02001179 return rate;
1180
Adrian Knoth0dca1792011-01-26 19:32:14 +01001181 /* maybe a madi input (which is taken if sel sync is madi) */
Remy Bruno3cee5a62006-10-16 12:46:32 +02001182 if (status & HDSPM_madiLock) {
1183 rate_bits = status & HDSPM_madiFreqMask;
1184
1185 switch (rate_bits) {
1186 case HDSPM_madiFreq32:
1187 rate = 32000;
1188 break;
1189 case HDSPM_madiFreq44_1:
1190 rate = 44100;
1191 break;
1192 case HDSPM_madiFreq48:
1193 rate = 48000;
1194 break;
1195 case HDSPM_madiFreq64:
1196 rate = 64000;
1197 break;
1198 case HDSPM_madiFreq88_2:
1199 rate = 88200;
1200 break;
1201 case HDSPM_madiFreq96:
1202 rate = 96000;
1203 break;
1204 case HDSPM_madiFreq128:
1205 rate = 128000;
1206 break;
1207 case HDSPM_madiFreq176_4:
1208 rate = 176400;
1209 break;
1210 case HDSPM_madiFreq192:
1211 rate = 192000;
1212 break;
1213 default:
1214 rate = 0;
1215 break;
1216 }
Adrian Knothd12c51d2011-07-29 03:11:03 +02001217
1218 /* QS and DS rates normally can not be detected
1219 * automatically by the card. Only exception is MADI
1220 * in 96k frame mode.
1221 *
1222 * So if we read SS values (32 .. 48k), check for
1223 * user-provided DS/QS bits in the control register
1224 * and multiply the base frequency accordingly.
1225 */
1226 if (rate <= 48000) {
1227 if (hdspm->control_register & HDSPM_QuadSpeed)
1228 rate *= 4;
1229 else if (hdspm->control_register &
1230 HDSPM_DoubleSpeed)
1231 rate *= 2;
1232 }
Remy Bruno3cee5a62006-10-16 12:46:32 +02001233 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01001234 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02001235 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01001236
1237 return rate;
Takashi Iwai763f3562005-06-03 11:25:34 +02001238}
1239
Adrian Knoth7cb155f2011-08-15 00:22:53 +02001240/* return latency in samples per period */
1241static int hdspm_get_latency(struct hdspm *hdspm)
1242{
1243 int n;
1244
1245 n = hdspm_decode_latency(hdspm->control_register);
1246
1247 /* Special case for new RME cards with 32 samples period size.
1248 * The three latency bits in the control register
1249 * (HDSP_LatencyMask) encode latency values of 64 samples as
1250 * 0, 128 samples as 1 ... 4096 samples as 6. For old cards, 7
1251 * denotes 8192 samples, but on new cards like RayDAT or AIO,
1252 * it corresponds to 32 samples.
1253 */
1254 if ((7 == n) && (RayDAT == hdspm->io_type || AIO == hdspm->io_type))
1255 n = -1;
1256
1257 return 1 << (n + 6);
1258}
1259
Takashi Iwai763f3562005-06-03 11:25:34 +02001260/* Latency function */
Adrian Knoth0dca1792011-01-26 19:32:14 +01001261static inline void hdspm_compute_period_size(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02001262{
Adrian Knoth7cb155f2011-08-15 00:22:53 +02001263 hdspm->period_bytes = 4 * hdspm_get_latency(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02001264}
1265
Adrian Knoth0dca1792011-01-26 19:32:14 +01001266
1267static snd_pcm_uframes_t hdspm_hw_pointer(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02001268{
1269 int position;
1270
1271 position = hdspm_read(hdspm, HDSPM_statusRegister);
Adrian Knoth483cee72011-02-23 11:43:09 +01001272
1273 switch (hdspm->io_type) {
1274 case RayDAT:
1275 case AIO:
1276 position &= HDSPM_BufferPositionMask;
1277 position /= 4; /* Bytes per sample */
1278 break;
1279 default:
1280 position = (position & HDSPM_BufferID) ?
1281 (hdspm->period_bytes / 4) : 0;
1282 }
Takashi Iwai763f3562005-06-03 11:25:34 +02001283
1284 return position;
1285}
1286
1287
Takashi Iwai98274f02005-11-17 14:52:34 +01001288static inline void hdspm_start_audio(struct hdspm * s)
Takashi Iwai763f3562005-06-03 11:25:34 +02001289{
1290 s->control_register |= (HDSPM_AudioInterruptEnable | HDSPM_Start);
1291 hdspm_write(s, HDSPM_controlRegister, s->control_register);
1292}
1293
Takashi Iwai98274f02005-11-17 14:52:34 +01001294static inline void hdspm_stop_audio(struct hdspm * s)
Takashi Iwai763f3562005-06-03 11:25:34 +02001295{
1296 s->control_register &= ~(HDSPM_Start | HDSPM_AudioInterruptEnable);
1297 hdspm_write(s, HDSPM_controlRegister, s->control_register);
1298}
1299
1300/* should I silence all or only opened ones ? doit all for first even is 4MB*/
Denys Vlasenko62cef822008-04-14 13:04:18 +02001301static void hdspm_silence_playback(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02001302{
1303 int i;
1304 int n = hdspm->period_bytes;
1305 void *buf = hdspm->playback_buffer;
1306
Remy Bruno3cee5a62006-10-16 12:46:32 +02001307 if (buf == NULL)
1308 return;
Takashi Iwai763f3562005-06-03 11:25:34 +02001309
1310 for (i = 0; i < HDSPM_MAX_CHANNELS; i++) {
1311 memset(buf, 0, n);
1312 buf += HDSPM_CHANNEL_BUFFER_BYTES;
1313 }
1314}
1315
Adrian Knoth0dca1792011-01-26 19:32:14 +01001316static int hdspm_set_interrupt_interval(struct hdspm *s, unsigned int frames)
Takashi Iwai763f3562005-06-03 11:25:34 +02001317{
1318 int n;
1319
1320 spin_lock_irq(&s->lock);
1321
Adrian Knoth2e610272011-08-15 00:22:54 +02001322 if (32 == frames) {
1323 /* Special case for new RME cards like RayDAT/AIO which
1324 * support period sizes of 32 samples. Since latency is
1325 * encoded in the three bits of HDSP_LatencyMask, we can only
1326 * have values from 0 .. 7. While 0 still means 64 samples and
1327 * 6 represents 4096 samples on all cards, 7 represents 8192
1328 * on older cards and 32 samples on new cards.
1329 *
1330 * In other words, period size in samples is calculated by
1331 * 2^(n+6) with n ranging from 0 .. 7.
1332 */
1333 n = 7;
1334 } else {
1335 frames >>= 7;
1336 n = 0;
1337 while (frames) {
1338 n++;
1339 frames >>= 1;
1340 }
Takashi Iwai763f3562005-06-03 11:25:34 +02001341 }
Adrian Knoth2e610272011-08-15 00:22:54 +02001342
Takashi Iwai763f3562005-06-03 11:25:34 +02001343 s->control_register &= ~HDSPM_LatencyMask;
1344 s->control_register |= hdspm_encode_latency(n);
1345
1346 hdspm_write(s, HDSPM_controlRegister, s->control_register);
1347
1348 hdspm_compute_period_size(s);
1349
1350 spin_unlock_irq(&s->lock);
1351
1352 return 0;
1353}
1354
Adrian Knoth0dca1792011-01-26 19:32:14 +01001355static u64 hdspm_calc_dds_value(struct hdspm *hdspm, u64 period)
1356{
1357 u64 freq_const;
1358
1359 if (period == 0)
1360 return 0;
1361
1362 switch (hdspm->io_type) {
1363 case MADI:
1364 case AES32:
1365 freq_const = 110069313433624ULL;
1366 break;
1367 case RayDAT:
1368 case AIO:
1369 freq_const = 104857600000000ULL;
1370 break;
1371 case MADIface:
1372 freq_const = 131072000000000ULL;
Takashi Iwai3d56c8e2011-08-05 12:30:12 +02001373 break;
1374 default:
1375 snd_BUG();
1376 return 0;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001377 }
1378
1379 return div_u64(freq_const, period);
1380}
1381
1382
Remy Brunoffb2c3c2007-03-07 19:08:46 +01001383static void hdspm_set_dds_value(struct hdspm *hdspm, int rate)
1384{
1385 u64 n;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001386
Remy Brunoffb2c3c2007-03-07 19:08:46 +01001387 if (rate >= 112000)
1388 rate /= 4;
1389 else if (rate >= 56000)
1390 rate /= 2;
1391
Adrian Knoth0dca1792011-01-26 19:32:14 +01001392 switch (hdspm->io_type) {
1393 case MADIface:
Takashi Iwai3d56c8e2011-08-05 12:30:12 +02001394 n = 131072000000000ULL; /* 125 MHz */
1395 break;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001396 case MADI:
1397 case AES32:
Takashi Iwai3d56c8e2011-08-05 12:30:12 +02001398 n = 110069313433624ULL; /* 105 MHz */
1399 break;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001400 case RayDAT:
1401 case AIO:
Takashi Iwai3d56c8e2011-08-05 12:30:12 +02001402 n = 104857600000000ULL; /* 100 MHz */
1403 break;
1404 default:
1405 snd_BUG();
1406 return;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001407 }
1408
Takashi Iwai3f7440a2009-06-05 17:40:04 +02001409 n = div_u64(n, rate);
Remy Brunoffb2c3c2007-03-07 19:08:46 +01001410 /* n should be less than 2^32 for being written to FREQ register */
Takashi Iwaida3cec32008-08-08 17:12:14 +02001411 snd_BUG_ON(n >> 32);
Remy Brunoffb2c3c2007-03-07 19:08:46 +01001412 hdspm_write(hdspm, HDSPM_freqReg, (u32)n);
1413}
Takashi Iwai763f3562005-06-03 11:25:34 +02001414
1415/* dummy set rate lets see what happens */
Takashi Iwai98274f02005-11-17 14:52:34 +01001416static int hdspm_set_rate(struct hdspm * hdspm, int rate, int called_internally)
Takashi Iwai763f3562005-06-03 11:25:34 +02001417{
Takashi Iwai763f3562005-06-03 11:25:34 +02001418 int current_rate;
1419 int rate_bits;
1420 int not_set = 0;
Remy Bruno65345992007-08-31 12:21:08 +02001421 int current_speed, target_speed;
Takashi Iwai763f3562005-06-03 11:25:34 +02001422
1423 /* ASSUMPTION: hdspm->lock is either set, or there is no need for
1424 it (e.g. during module initialization).
1425 */
1426
1427 if (!(hdspm->control_register & HDSPM_ClockModeMaster)) {
1428
Adrian Knoth0dca1792011-01-26 19:32:14 +01001429 /* SLAVE --- */
Takashi Iwai763f3562005-06-03 11:25:34 +02001430 if (called_internally) {
1431
Adrian Knoth0dca1792011-01-26 19:32:14 +01001432 /* request from ctl or card initialization
1433 just make a warning an remember setting
1434 for future master mode switching */
1435
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001436 snd_printk(KERN_WARNING "HDSPM: "
1437 "Warning: device is not running "
1438 "as a clock master.\n");
Takashi Iwai763f3562005-06-03 11:25:34 +02001439 not_set = 1;
1440 } else {
1441
1442 /* hw_param request while in AutoSync mode */
1443 int external_freq =
1444 hdspm_external_sample_rate(hdspm);
1445
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001446 if (hdspm_autosync_ref(hdspm) ==
1447 HDSPM_AUTOSYNC_FROM_NONE) {
Takashi Iwai763f3562005-06-03 11:25:34 +02001448
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001449 snd_printk(KERN_WARNING "HDSPM: "
1450 "Detected no Externel Sync \n");
Takashi Iwai763f3562005-06-03 11:25:34 +02001451 not_set = 1;
1452
1453 } else if (rate != external_freq) {
1454
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001455 snd_printk(KERN_WARNING "HDSPM: "
1456 "Warning: No AutoSync source for "
1457 "requested rate\n");
Takashi Iwai763f3562005-06-03 11:25:34 +02001458 not_set = 1;
1459 }
1460 }
1461 }
1462
1463 current_rate = hdspm->system_sample_rate;
1464
1465 /* Changing between Singe, Double and Quad speed is not
1466 allowed if any substreams are open. This is because such a change
1467 causes a shift in the location of the DMA buffers and a reduction
1468 in the number of available buffers.
1469
1470 Note that a similar but essentially insoluble problem exists for
1471 externally-driven rate changes. All we can do is to flag rate
Adrian Knoth0dca1792011-01-26 19:32:14 +01001472 changes in the read/write routines.
Takashi Iwai763f3562005-06-03 11:25:34 +02001473 */
1474
Remy Bruno65345992007-08-31 12:21:08 +02001475 if (current_rate <= 48000)
1476 current_speed = HDSPM_SPEED_SINGLE;
1477 else if (current_rate <= 96000)
1478 current_speed = HDSPM_SPEED_DOUBLE;
1479 else
1480 current_speed = HDSPM_SPEED_QUAD;
1481
1482 if (rate <= 48000)
1483 target_speed = HDSPM_SPEED_SINGLE;
1484 else if (rate <= 96000)
1485 target_speed = HDSPM_SPEED_DOUBLE;
1486 else
1487 target_speed = HDSPM_SPEED_QUAD;
Remy Bruno3cee5a62006-10-16 12:46:32 +02001488
Takashi Iwai763f3562005-06-03 11:25:34 +02001489 switch (rate) {
1490 case 32000:
Takashi Iwai763f3562005-06-03 11:25:34 +02001491 rate_bits = HDSPM_Frequency32KHz;
1492 break;
1493 case 44100:
Takashi Iwai763f3562005-06-03 11:25:34 +02001494 rate_bits = HDSPM_Frequency44_1KHz;
1495 break;
1496 case 48000:
Takashi Iwai763f3562005-06-03 11:25:34 +02001497 rate_bits = HDSPM_Frequency48KHz;
1498 break;
1499 case 64000:
Takashi Iwai763f3562005-06-03 11:25:34 +02001500 rate_bits = HDSPM_Frequency64KHz;
1501 break;
1502 case 88200:
Takashi Iwai763f3562005-06-03 11:25:34 +02001503 rate_bits = HDSPM_Frequency88_2KHz;
1504 break;
1505 case 96000:
Takashi Iwai763f3562005-06-03 11:25:34 +02001506 rate_bits = HDSPM_Frequency96KHz;
1507 break;
Remy Bruno3cee5a62006-10-16 12:46:32 +02001508 case 128000:
Remy Bruno3cee5a62006-10-16 12:46:32 +02001509 rate_bits = HDSPM_Frequency128KHz;
1510 break;
1511 case 176400:
Remy Bruno3cee5a62006-10-16 12:46:32 +02001512 rate_bits = HDSPM_Frequency176_4KHz;
1513 break;
1514 case 192000:
Remy Bruno3cee5a62006-10-16 12:46:32 +02001515 rate_bits = HDSPM_Frequency192KHz;
1516 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02001517 default:
1518 return -EINVAL;
1519 }
1520
Remy Bruno65345992007-08-31 12:21:08 +02001521 if (current_speed != target_speed
Takashi Iwai763f3562005-06-03 11:25:34 +02001522 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) {
1523 snd_printk
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001524 (KERN_ERR "HDSPM: "
Remy Bruno65345992007-08-31 12:21:08 +02001525 "cannot change from %s speed to %s speed mode "
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001526 "(capture PID = %d, playback PID = %d)\n",
Remy Bruno65345992007-08-31 12:21:08 +02001527 hdspm_speed_names[current_speed],
1528 hdspm_speed_names[target_speed],
Takashi Iwai763f3562005-06-03 11:25:34 +02001529 hdspm->capture_pid, hdspm->playback_pid);
1530 return -EBUSY;
1531 }
1532
1533 hdspm->control_register &= ~HDSPM_FrequencyMask;
1534 hdspm->control_register |= rate_bits;
1535 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
1536
Remy Brunoffb2c3c2007-03-07 19:08:46 +01001537 /* For AES32, need to set DDS value in FREQ register
1538 For MADI, also apparently */
1539 hdspm_set_dds_value(hdspm, rate);
Adrian Knoth0dca1792011-01-26 19:32:14 +01001540
1541 if (AES32 == hdspm->io_type && rate != current_rate)
Remy Brunoffb2c3c2007-03-07 19:08:46 +01001542 hdspm_write(hdspm, HDSPM_eeprom_wr, 0);
Takashi Iwai763f3562005-06-03 11:25:34 +02001543
1544 hdspm->system_sample_rate = rate;
1545
Adrian Knoth0dca1792011-01-26 19:32:14 +01001546 if (rate <= 48000) {
1547 hdspm->channel_map_in = hdspm->channel_map_in_ss;
1548 hdspm->channel_map_out = hdspm->channel_map_out_ss;
1549 hdspm->max_channels_in = hdspm->ss_in_channels;
1550 hdspm->max_channels_out = hdspm->ss_out_channels;
1551 hdspm->port_names_in = hdspm->port_names_in_ss;
1552 hdspm->port_names_out = hdspm->port_names_out_ss;
1553 } else if (rate <= 96000) {
1554 hdspm->channel_map_in = hdspm->channel_map_in_ds;
1555 hdspm->channel_map_out = hdspm->channel_map_out_ds;
1556 hdspm->max_channels_in = hdspm->ds_in_channels;
1557 hdspm->max_channels_out = hdspm->ds_out_channels;
1558 hdspm->port_names_in = hdspm->port_names_in_ds;
1559 hdspm->port_names_out = hdspm->port_names_out_ds;
1560 } else {
1561 hdspm->channel_map_in = hdspm->channel_map_in_qs;
1562 hdspm->channel_map_out = hdspm->channel_map_out_qs;
1563 hdspm->max_channels_in = hdspm->qs_in_channels;
1564 hdspm->max_channels_out = hdspm->qs_out_channels;
1565 hdspm->port_names_in = hdspm->port_names_in_qs;
1566 hdspm->port_names_out = hdspm->port_names_out_qs;
1567 }
1568
Takashi Iwai763f3562005-06-03 11:25:34 +02001569 if (not_set != 0)
1570 return -1;
1571
1572 return 0;
1573}
1574
1575/* mainly for init to 0 on load */
Takashi Iwai98274f02005-11-17 14:52:34 +01001576static void all_in_all_mixer(struct hdspm * hdspm, int sgain)
Takashi Iwai763f3562005-06-03 11:25:34 +02001577{
1578 int i, j;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001579 unsigned int gain;
1580
1581 if (sgain > UNITY_GAIN)
1582 gain = UNITY_GAIN;
1583 else if (sgain < 0)
1584 gain = 0;
1585 else
1586 gain = sgain;
Takashi Iwai763f3562005-06-03 11:25:34 +02001587
1588 for (i = 0; i < HDSPM_MIXER_CHANNELS; i++)
1589 for (j = 0; j < HDSPM_MIXER_CHANNELS; j++) {
1590 hdspm_write_in_gain(hdspm, i, j, gain);
1591 hdspm_write_pb_gain(hdspm, i, j, gain);
1592 }
1593}
1594
1595/*----------------------------------------------------------------------------
1596 MIDI
1597 ----------------------------------------------------------------------------*/
1598
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001599static inline unsigned char snd_hdspm_midi_read_byte (struct hdspm *hdspm,
1600 int id)
Takashi Iwai763f3562005-06-03 11:25:34 +02001601{
1602 /* the hardware already does the relevant bit-mask with 0xff */
Adrian Knoth0dca1792011-01-26 19:32:14 +01001603 return hdspm_read(hdspm, hdspm->midi[id].dataIn);
Takashi Iwai763f3562005-06-03 11:25:34 +02001604}
1605
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001606static inline void snd_hdspm_midi_write_byte (struct hdspm *hdspm, int id,
1607 int val)
Takashi Iwai763f3562005-06-03 11:25:34 +02001608{
1609 /* the hardware already does the relevant bit-mask with 0xff */
Adrian Knoth0dca1792011-01-26 19:32:14 +01001610 return hdspm_write(hdspm, hdspm->midi[id].dataOut, val);
Takashi Iwai763f3562005-06-03 11:25:34 +02001611}
1612
Takashi Iwai98274f02005-11-17 14:52:34 +01001613static inline int snd_hdspm_midi_input_available (struct hdspm *hdspm, int id)
Takashi Iwai763f3562005-06-03 11:25:34 +02001614{
Adrian Knoth0dca1792011-01-26 19:32:14 +01001615 return hdspm_read(hdspm, hdspm->midi[id].statusIn) & 0xFF;
Takashi Iwai763f3562005-06-03 11:25:34 +02001616}
1617
Takashi Iwai98274f02005-11-17 14:52:34 +01001618static inline int snd_hdspm_midi_output_possible (struct hdspm *hdspm, int id)
Takashi Iwai763f3562005-06-03 11:25:34 +02001619{
1620 int fifo_bytes_used;
1621
Adrian Knoth0dca1792011-01-26 19:32:14 +01001622 fifo_bytes_used = hdspm_read(hdspm, hdspm->midi[id].statusOut) & 0xFF;
Takashi Iwai763f3562005-06-03 11:25:34 +02001623
1624 if (fifo_bytes_used < 128)
1625 return 128 - fifo_bytes_used;
1626 else
1627 return 0;
1628}
1629
Denys Vlasenko62cef822008-04-14 13:04:18 +02001630static void snd_hdspm_flush_midi_input(struct hdspm *hdspm, int id)
Takashi Iwai763f3562005-06-03 11:25:34 +02001631{
1632 while (snd_hdspm_midi_input_available (hdspm, id))
1633 snd_hdspm_midi_read_byte (hdspm, id);
1634}
1635
Takashi Iwai98274f02005-11-17 14:52:34 +01001636static int snd_hdspm_midi_output_write (struct hdspm_midi *hmidi)
Takashi Iwai763f3562005-06-03 11:25:34 +02001637{
1638 unsigned long flags;
1639 int n_pending;
1640 int to_write;
1641 int i;
1642 unsigned char buf[128];
1643
1644 /* Output is not interrupt driven */
Adrian Knoth0dca1792011-01-26 19:32:14 +01001645
Takashi Iwai763f3562005-06-03 11:25:34 +02001646 spin_lock_irqsave (&hmidi->lock, flags);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001647 if (hmidi->output &&
1648 !snd_rawmidi_transmit_empty (hmidi->output)) {
1649 n_pending = snd_hdspm_midi_output_possible (hmidi->hdspm,
1650 hmidi->id);
1651 if (n_pending > 0) {
1652 if (n_pending > (int)sizeof (buf))
1653 n_pending = sizeof (buf);
Adrian Knoth0dca1792011-01-26 19:32:14 +01001654
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001655 to_write = snd_rawmidi_transmit (hmidi->output, buf,
1656 n_pending);
1657 if (to_write > 0) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01001658 for (i = 0; i < to_write; ++i)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001659 snd_hdspm_midi_write_byte (hmidi->hdspm,
1660 hmidi->id,
1661 buf[i]);
Takashi Iwai763f3562005-06-03 11:25:34 +02001662 }
1663 }
1664 }
1665 spin_unlock_irqrestore (&hmidi->lock, flags);
1666 return 0;
1667}
1668
Takashi Iwai98274f02005-11-17 14:52:34 +01001669static int snd_hdspm_midi_input_read (struct hdspm_midi *hmidi)
Takashi Iwai763f3562005-06-03 11:25:34 +02001670{
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001671 unsigned char buf[128]; /* this buffer is designed to match the MIDI
1672 * input FIFO size
1673 */
Takashi Iwai763f3562005-06-03 11:25:34 +02001674 unsigned long flags;
1675 int n_pending;
1676 int i;
1677
1678 spin_lock_irqsave (&hmidi->lock, flags);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001679 n_pending = snd_hdspm_midi_input_available (hmidi->hdspm, hmidi->id);
1680 if (n_pending > 0) {
Takashi Iwai763f3562005-06-03 11:25:34 +02001681 if (hmidi->input) {
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001682 if (n_pending > (int)sizeof (buf))
Takashi Iwai763f3562005-06-03 11:25:34 +02001683 n_pending = sizeof (buf);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001684 for (i = 0; i < n_pending; ++i)
1685 buf[i] = snd_hdspm_midi_read_byte (hmidi->hdspm,
1686 hmidi->id);
1687 if (n_pending)
1688 snd_rawmidi_receive (hmidi->input, buf,
1689 n_pending);
Takashi Iwai763f3562005-06-03 11:25:34 +02001690 } else {
1691 /* flush the MIDI input FIFO */
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001692 while (n_pending--)
1693 snd_hdspm_midi_read_byte (hmidi->hdspm,
1694 hmidi->id);
Takashi Iwai763f3562005-06-03 11:25:34 +02001695 }
1696 }
1697 hmidi->pending = 0;
Adrian Knothc0da0012011-06-12 17:26:17 +02001698 spin_unlock_irqrestore(&hmidi->lock, flags);
Adrian Knoth0dca1792011-01-26 19:32:14 +01001699
Adrian Knothc0da0012011-06-12 17:26:17 +02001700 spin_lock_irqsave(&hmidi->hdspm->lock, flags);
Adrian Knoth0dca1792011-01-26 19:32:14 +01001701 hmidi->hdspm->control_register |= hmidi->ie;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001702 hdspm_write(hmidi->hdspm, HDSPM_controlRegister,
1703 hmidi->hdspm->control_register);
Adrian Knothc0da0012011-06-12 17:26:17 +02001704 spin_unlock_irqrestore(&hmidi->hdspm->lock, flags);
Adrian Knoth0dca1792011-01-26 19:32:14 +01001705
Takashi Iwai763f3562005-06-03 11:25:34 +02001706 return snd_hdspm_midi_output_write (hmidi);
1707}
1708
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001709static void
1710snd_hdspm_midi_input_trigger(struct snd_rawmidi_substream *substream, int up)
Takashi Iwai763f3562005-06-03 11:25:34 +02001711{
Takashi Iwai98274f02005-11-17 14:52:34 +01001712 struct hdspm *hdspm;
1713 struct hdspm_midi *hmidi;
Takashi Iwai763f3562005-06-03 11:25:34 +02001714 unsigned long flags;
Takashi Iwai763f3562005-06-03 11:25:34 +02001715
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001716 hmidi = substream->rmidi->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02001717 hdspm = hmidi->hdspm;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001718
Takashi Iwai763f3562005-06-03 11:25:34 +02001719 spin_lock_irqsave (&hdspm->lock, flags);
1720 if (up) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01001721 if (!(hdspm->control_register & hmidi->ie)) {
Takashi Iwai763f3562005-06-03 11:25:34 +02001722 snd_hdspm_flush_midi_input (hdspm, hmidi->id);
Adrian Knoth0dca1792011-01-26 19:32:14 +01001723 hdspm->control_register |= hmidi->ie;
Takashi Iwai763f3562005-06-03 11:25:34 +02001724 }
1725 } else {
Adrian Knoth0dca1792011-01-26 19:32:14 +01001726 hdspm->control_register &= ~hmidi->ie;
Takashi Iwai763f3562005-06-03 11:25:34 +02001727 }
1728
1729 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
1730 spin_unlock_irqrestore (&hdspm->lock, flags);
1731}
1732
1733static void snd_hdspm_midi_output_timer(unsigned long data)
1734{
Takashi Iwai98274f02005-11-17 14:52:34 +01001735 struct hdspm_midi *hmidi = (struct hdspm_midi *) data;
Takashi Iwai763f3562005-06-03 11:25:34 +02001736 unsigned long flags;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001737
Takashi Iwai763f3562005-06-03 11:25:34 +02001738 snd_hdspm_midi_output_write(hmidi);
1739 spin_lock_irqsave (&hmidi->lock, flags);
1740
1741 /* this does not bump hmidi->istimer, because the
1742 kernel automatically removed the timer when it
1743 expired, and we are now adding it back, thus
Adrian Knoth0dca1792011-01-26 19:32:14 +01001744 leaving istimer wherever it was set before.
Takashi Iwai763f3562005-06-03 11:25:34 +02001745 */
1746
1747 if (hmidi->istimer) {
1748 hmidi->timer.expires = 1 + jiffies;
1749 add_timer(&hmidi->timer);
1750 }
1751
1752 spin_unlock_irqrestore (&hmidi->lock, flags);
1753}
1754
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001755static void
1756snd_hdspm_midi_output_trigger(struct snd_rawmidi_substream *substream, int up)
Takashi Iwai763f3562005-06-03 11:25:34 +02001757{
Takashi Iwai98274f02005-11-17 14:52:34 +01001758 struct hdspm_midi *hmidi;
Takashi Iwai763f3562005-06-03 11:25:34 +02001759 unsigned long flags;
1760
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001761 hmidi = substream->rmidi->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02001762 spin_lock_irqsave (&hmidi->lock, flags);
1763 if (up) {
1764 if (!hmidi->istimer) {
1765 init_timer(&hmidi->timer);
1766 hmidi->timer.function = snd_hdspm_midi_output_timer;
1767 hmidi->timer.data = (unsigned long) hmidi;
1768 hmidi->timer.expires = 1 + jiffies;
1769 add_timer(&hmidi->timer);
1770 hmidi->istimer++;
1771 }
1772 } else {
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001773 if (hmidi->istimer && --hmidi->istimer <= 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02001774 del_timer (&hmidi->timer);
Takashi Iwai763f3562005-06-03 11:25:34 +02001775 }
1776 spin_unlock_irqrestore (&hmidi->lock, flags);
1777 if (up)
1778 snd_hdspm_midi_output_write(hmidi);
1779}
1780
Takashi Iwai98274f02005-11-17 14:52:34 +01001781static int snd_hdspm_midi_input_open(struct snd_rawmidi_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02001782{
Takashi Iwai98274f02005-11-17 14:52:34 +01001783 struct hdspm_midi *hmidi;
Takashi Iwai763f3562005-06-03 11:25:34 +02001784
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001785 hmidi = substream->rmidi->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02001786 spin_lock_irq (&hmidi->lock);
1787 snd_hdspm_flush_midi_input (hmidi->hdspm, hmidi->id);
1788 hmidi->input = substream;
1789 spin_unlock_irq (&hmidi->lock);
1790
1791 return 0;
1792}
1793
Takashi Iwai98274f02005-11-17 14:52:34 +01001794static int snd_hdspm_midi_output_open(struct snd_rawmidi_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02001795{
Takashi Iwai98274f02005-11-17 14:52:34 +01001796 struct hdspm_midi *hmidi;
Takashi Iwai763f3562005-06-03 11:25:34 +02001797
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001798 hmidi = substream->rmidi->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02001799 spin_lock_irq (&hmidi->lock);
1800 hmidi->output = substream;
1801 spin_unlock_irq (&hmidi->lock);
1802
1803 return 0;
1804}
1805
Takashi Iwai98274f02005-11-17 14:52:34 +01001806static int snd_hdspm_midi_input_close(struct snd_rawmidi_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02001807{
Takashi Iwai98274f02005-11-17 14:52:34 +01001808 struct hdspm_midi *hmidi;
Takashi Iwai763f3562005-06-03 11:25:34 +02001809
1810 snd_hdspm_midi_input_trigger (substream, 0);
1811
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001812 hmidi = substream->rmidi->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02001813 spin_lock_irq (&hmidi->lock);
1814 hmidi->input = NULL;
1815 spin_unlock_irq (&hmidi->lock);
1816
1817 return 0;
1818}
1819
Takashi Iwai98274f02005-11-17 14:52:34 +01001820static int snd_hdspm_midi_output_close(struct snd_rawmidi_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02001821{
Takashi Iwai98274f02005-11-17 14:52:34 +01001822 struct hdspm_midi *hmidi;
Takashi Iwai763f3562005-06-03 11:25:34 +02001823
1824 snd_hdspm_midi_output_trigger (substream, 0);
1825
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001826 hmidi = substream->rmidi->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02001827 spin_lock_irq (&hmidi->lock);
1828 hmidi->output = NULL;
1829 spin_unlock_irq (&hmidi->lock);
1830
1831 return 0;
1832}
1833
Takashi Iwai98274f02005-11-17 14:52:34 +01001834static struct snd_rawmidi_ops snd_hdspm_midi_output =
Takashi Iwai763f3562005-06-03 11:25:34 +02001835{
1836 .open = snd_hdspm_midi_output_open,
1837 .close = snd_hdspm_midi_output_close,
1838 .trigger = snd_hdspm_midi_output_trigger,
1839};
1840
Takashi Iwai98274f02005-11-17 14:52:34 +01001841static struct snd_rawmidi_ops snd_hdspm_midi_input =
Takashi Iwai763f3562005-06-03 11:25:34 +02001842{
1843 .open = snd_hdspm_midi_input_open,
1844 .close = snd_hdspm_midi_input_close,
1845 .trigger = snd_hdspm_midi_input_trigger,
1846};
1847
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02001848static int __devinit snd_hdspm_create_midi (struct snd_card *card,
1849 struct hdspm *hdspm, int id)
Takashi Iwai763f3562005-06-03 11:25:34 +02001850{
1851 int err;
1852 char buf[32];
1853
1854 hdspm->midi[id].id = id;
Takashi Iwai763f3562005-06-03 11:25:34 +02001855 hdspm->midi[id].hdspm = hdspm;
Takashi Iwai763f3562005-06-03 11:25:34 +02001856 spin_lock_init (&hdspm->midi[id].lock);
1857
Adrian Knoth0dca1792011-01-26 19:32:14 +01001858 if (0 == id) {
1859 if (MADIface == hdspm->io_type) {
1860 /* MIDI-over-MADI on HDSPe MADIface */
1861 hdspm->midi[0].dataIn = HDSPM_midiDataIn2;
1862 hdspm->midi[0].statusIn = HDSPM_midiStatusIn2;
1863 hdspm->midi[0].dataOut = HDSPM_midiDataOut2;
1864 hdspm->midi[0].statusOut = HDSPM_midiStatusOut2;
1865 hdspm->midi[0].ie = HDSPM_Midi2InterruptEnable;
1866 hdspm->midi[0].irq = HDSPM_midi2IRQPending;
1867 } else {
1868 hdspm->midi[0].dataIn = HDSPM_midiDataIn0;
1869 hdspm->midi[0].statusIn = HDSPM_midiStatusIn0;
1870 hdspm->midi[0].dataOut = HDSPM_midiDataOut0;
1871 hdspm->midi[0].statusOut = HDSPM_midiStatusOut0;
1872 hdspm->midi[0].ie = HDSPM_Midi0InterruptEnable;
1873 hdspm->midi[0].irq = HDSPM_midi0IRQPending;
1874 }
1875 } else if (1 == id) {
1876 hdspm->midi[1].dataIn = HDSPM_midiDataIn1;
1877 hdspm->midi[1].statusIn = HDSPM_midiStatusIn1;
1878 hdspm->midi[1].dataOut = HDSPM_midiDataOut1;
1879 hdspm->midi[1].statusOut = HDSPM_midiStatusOut1;
1880 hdspm->midi[1].ie = HDSPM_Midi1InterruptEnable;
1881 hdspm->midi[1].irq = HDSPM_midi1IRQPending;
1882 } else if ((2 == id) && (MADI == hdspm->io_type)) {
1883 /* MIDI-over-MADI on HDSPe MADI */
1884 hdspm->midi[2].dataIn = HDSPM_midiDataIn2;
1885 hdspm->midi[2].statusIn = HDSPM_midiStatusIn2;
1886 hdspm->midi[2].dataOut = HDSPM_midiDataOut2;
1887 hdspm->midi[2].statusOut = HDSPM_midiStatusOut2;
1888 hdspm->midi[2].ie = HDSPM_Midi2InterruptEnable;
1889 hdspm->midi[2].irq = HDSPM_midi2IRQPending;
1890 } else if (2 == id) {
1891 /* TCO MTC, read only */
1892 hdspm->midi[2].dataIn = HDSPM_midiDataIn2;
1893 hdspm->midi[2].statusIn = HDSPM_midiStatusIn2;
1894 hdspm->midi[2].dataOut = -1;
1895 hdspm->midi[2].statusOut = -1;
1896 hdspm->midi[2].ie = HDSPM_Midi2InterruptEnable;
1897 hdspm->midi[2].irq = HDSPM_midi2IRQPendingAES;
1898 } else if (3 == id) {
1899 /* TCO MTC on HDSPe MADI */
1900 hdspm->midi[3].dataIn = HDSPM_midiDataIn3;
1901 hdspm->midi[3].statusIn = HDSPM_midiStatusIn3;
1902 hdspm->midi[3].dataOut = -1;
1903 hdspm->midi[3].statusOut = -1;
1904 hdspm->midi[3].ie = HDSPM_Midi3InterruptEnable;
1905 hdspm->midi[3].irq = HDSPM_midi3IRQPending;
1906 }
Takashi Iwai763f3562005-06-03 11:25:34 +02001907
Adrian Knoth0dca1792011-01-26 19:32:14 +01001908 if ((id < 2) || ((2 == id) && ((MADI == hdspm->io_type) ||
1909 (MADIface == hdspm->io_type)))) {
1910 if ((id == 0) && (MADIface == hdspm->io_type)) {
1911 sprintf(buf, "%s MIDIoverMADI", card->shortname);
1912 } else if ((id == 2) && (MADI == hdspm->io_type)) {
1913 sprintf(buf, "%s MIDIoverMADI", card->shortname);
1914 } else {
1915 sprintf(buf, "%s MIDI %d", card->shortname, id+1);
1916 }
1917 err = snd_rawmidi_new(card, buf, id, 1, 1,
1918 &hdspm->midi[id].rmidi);
1919 if (err < 0)
1920 return err;
Takashi Iwai763f3562005-06-03 11:25:34 +02001921
Adrian Knoth0dca1792011-01-26 19:32:14 +01001922 sprintf(hdspm->midi[id].rmidi->name, "%s MIDI %d",
1923 card->id, id+1);
1924 hdspm->midi[id].rmidi->private_data = &hdspm->midi[id];
Takashi Iwai763f3562005-06-03 11:25:34 +02001925
Adrian Knoth0dca1792011-01-26 19:32:14 +01001926 snd_rawmidi_set_ops(hdspm->midi[id].rmidi,
1927 SNDRV_RAWMIDI_STREAM_OUTPUT,
1928 &snd_hdspm_midi_output);
1929 snd_rawmidi_set_ops(hdspm->midi[id].rmidi,
1930 SNDRV_RAWMIDI_STREAM_INPUT,
1931 &snd_hdspm_midi_input);
1932
1933 hdspm->midi[id].rmidi->info_flags |=
1934 SNDRV_RAWMIDI_INFO_OUTPUT |
1935 SNDRV_RAWMIDI_INFO_INPUT |
1936 SNDRV_RAWMIDI_INFO_DUPLEX;
1937 } else {
1938 /* TCO MTC, read only */
1939 sprintf(buf, "%s MTC %d", card->shortname, id+1);
1940 err = snd_rawmidi_new(card, buf, id, 1, 1,
1941 &hdspm->midi[id].rmidi);
1942 if (err < 0)
1943 return err;
1944
1945 sprintf(hdspm->midi[id].rmidi->name,
1946 "%s MTC %d", card->id, id+1);
1947 hdspm->midi[id].rmidi->private_data = &hdspm->midi[id];
1948
1949 snd_rawmidi_set_ops(hdspm->midi[id].rmidi,
1950 SNDRV_RAWMIDI_STREAM_INPUT,
1951 &snd_hdspm_midi_input);
1952
1953 hdspm->midi[id].rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT;
1954 }
Takashi Iwai763f3562005-06-03 11:25:34 +02001955
1956 return 0;
1957}
1958
1959
1960static void hdspm_midi_tasklet(unsigned long arg)
1961{
Takashi Iwai98274f02005-11-17 14:52:34 +01001962 struct hdspm *hdspm = (struct hdspm *)arg;
Adrian Knoth0dca1792011-01-26 19:32:14 +01001963 int i = 0;
1964
1965 while (i < hdspm->midiPorts) {
1966 if (hdspm->midi[i].pending)
1967 snd_hdspm_midi_input_read(&hdspm->midi[i]);
1968
1969 i++;
1970 }
1971}
Takashi Iwai763f3562005-06-03 11:25:34 +02001972
1973
1974/*-----------------------------------------------------------------------------
1975 Status Interface
1976 ----------------------------------------------------------------------------*/
1977
1978/* get the system sample rate which is set */
1979
Adrian Knoth0dca1792011-01-26 19:32:14 +01001980
1981/**
1982 * Calculate the real sample rate from the
1983 * current DDS value.
1984 **/
1985static int hdspm_get_system_sample_rate(struct hdspm *hdspm)
1986{
1987 unsigned int period, rate;
1988
1989 period = hdspm_read(hdspm, HDSPM_RD_PLL_FREQ);
1990 rate = hdspm_calc_dds_value(hdspm, period);
1991
Adrian Knotha97bda72012-05-30 14:23:18 +02001992 if (rate > 207000) {
Adrian Knoth21a164d2012-10-19 17:42:23 +02001993 /* Unreasonable high sample rate as seen on PCI MADI cards. */
1994 if (0 == hdspm_system_clock_mode(hdspm)) {
1995 /* master mode, return internal sample rate */
1996 rate = hdspm->system_sample_rate;
1997 } else {
1998 /* slave mode, return external sample rate */
1999 rate = hdspm_external_sample_rate(hdspm);
2000 }
Adrian Knotha97bda72012-05-30 14:23:18 +02002001 }
2002
Adrian Knoth0dca1792011-01-26 19:32:14 +01002003 return rate;
2004}
2005
2006
Takashi Iwai763f3562005-06-03 11:25:34 +02002007#define HDSPM_SYSTEM_SAMPLE_RATE(xname, xindex) \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02002008{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002009 .name = xname, \
2010 .index = xindex, \
Adrian Knoth41285a92012-10-19 17:42:22 +02002011 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2012 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002013 .info = snd_hdspm_info_system_sample_rate, \
Adrian Knoth41285a92012-10-19 17:42:22 +02002014 .put = snd_hdspm_put_system_sample_rate, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002015 .get = snd_hdspm_get_system_sample_rate \
2016}
2017
Takashi Iwai98274f02005-11-17 14:52:34 +01002018static int snd_hdspm_info_system_sample_rate(struct snd_kcontrol *kcontrol,
2019 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02002020{
2021 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2022 uinfo->count = 1;
Adrian Knoth0dca1792011-01-26 19:32:14 +01002023 uinfo->value.integer.min = 27000;
2024 uinfo->value.integer.max = 207000;
2025 uinfo->value.integer.step = 1;
Takashi Iwai763f3562005-06-03 11:25:34 +02002026 return 0;
2027}
2028
Adrian Knoth0dca1792011-01-26 19:32:14 +01002029
Takashi Iwai98274f02005-11-17 14:52:34 +01002030static int snd_hdspm_get_system_sample_rate(struct snd_kcontrol *kcontrol,
2031 struct snd_ctl_elem_value *
Takashi Iwai763f3562005-06-03 11:25:34 +02002032 ucontrol)
2033{
Takashi Iwai98274f02005-11-17 14:52:34 +01002034 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002035
Adrian Knoth0dca1792011-01-26 19:32:14 +01002036 ucontrol->value.integer.value[0] = hdspm_get_system_sample_rate(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02002037 return 0;
2038}
2039
Adrian Knoth41285a92012-10-19 17:42:22 +02002040static int snd_hdspm_put_system_sample_rate(struct snd_kcontrol *kcontrol,
2041 struct snd_ctl_elem_value *
2042 ucontrol)
2043{
2044 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2045
2046 hdspm_set_dds_value(hdspm, ucontrol->value.enumerated.item[0]);
2047 return 0;
2048}
2049
Adrian Knoth0dca1792011-01-26 19:32:14 +01002050
2051/**
2052 * Returns the WordClock sample rate class for the given card.
2053 **/
2054static int hdspm_get_wc_sample_rate(struct hdspm *hdspm)
2055{
2056 int status;
2057
2058 switch (hdspm->io_type) {
2059 case RayDAT:
2060 case AIO:
2061 status = hdspm_read(hdspm, HDSPM_RD_STATUS_1);
2062 return (status >> 16) & 0xF;
2063 break;
2064 default:
2065 break;
2066 }
2067
2068
2069 return 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02002070}
2071
Adrian Knoth0dca1792011-01-26 19:32:14 +01002072
2073/**
2074 * Returns the TCO sample rate class for the given card.
2075 **/
2076static int hdspm_get_tco_sample_rate(struct hdspm *hdspm)
2077{
2078 int status;
2079
2080 if (hdspm->tco) {
2081 switch (hdspm->io_type) {
2082 case RayDAT:
2083 case AIO:
2084 status = hdspm_read(hdspm, HDSPM_RD_STATUS_1);
2085 return (status >> 20) & 0xF;
2086 break;
2087 default:
2088 break;
2089 }
2090 }
2091
2092 return 0;
2093}
2094
2095
2096/**
2097 * Returns the SYNC_IN sample rate class for the given card.
2098 **/
2099static int hdspm_get_sync_in_sample_rate(struct hdspm *hdspm)
2100{
2101 int status;
2102
2103 if (hdspm->tco) {
2104 switch (hdspm->io_type) {
2105 case RayDAT:
2106 case AIO:
2107 status = hdspm_read(hdspm, HDSPM_RD_STATUS_2);
2108 return (status >> 12) & 0xF;
2109 break;
2110 default:
2111 break;
2112 }
2113 }
2114
2115 return 0;
2116}
2117
2118
2119/**
2120 * Returns the sample rate class for input source <idx> for
2121 * 'new style' cards like the AIO and RayDAT.
2122 **/
2123static int hdspm_get_s1_sample_rate(struct hdspm *hdspm, unsigned int idx)
2124{
2125 int status = hdspm_read(hdspm, HDSPM_RD_STATUS_2);
2126
2127 return (status >> (idx*4)) & 0xF;
2128}
2129
2130
2131
2132#define HDSPM_AUTOSYNC_SAMPLE_RATE(xname, xindex) \
2133{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2134 .name = xname, \
2135 .private_value = xindex, \
2136 .access = SNDRV_CTL_ELEM_ACCESS_READ, \
2137 .info = snd_hdspm_info_autosync_sample_rate, \
2138 .get = snd_hdspm_get_autosync_sample_rate \
2139}
2140
2141
Takashi Iwai98274f02005-11-17 14:52:34 +01002142static int snd_hdspm_info_autosync_sample_rate(struct snd_kcontrol *kcontrol,
2143 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02002144{
Takashi Iwai763f3562005-06-03 11:25:34 +02002145 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2146 uinfo->count = 1;
2147 uinfo->value.enumerated.items = 10;
Adrian Knoth0dca1792011-01-26 19:32:14 +01002148
Takashi Iwai763f3562005-06-03 11:25:34 +02002149 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
Adrian Knoth0dca1792011-01-26 19:32:14 +01002150 uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
Takashi Iwai763f3562005-06-03 11:25:34 +02002151 strcpy(uinfo->value.enumerated.name,
Adrian Knoth0dca1792011-01-26 19:32:14 +01002152 texts_freq[uinfo->value.enumerated.item]);
Takashi Iwai763f3562005-06-03 11:25:34 +02002153 return 0;
2154}
2155
Adrian Knoth0dca1792011-01-26 19:32:14 +01002156
Takashi Iwai98274f02005-11-17 14:52:34 +01002157static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol *kcontrol,
2158 struct snd_ctl_elem_value *
Takashi Iwai763f3562005-06-03 11:25:34 +02002159 ucontrol)
2160{
Takashi Iwai98274f02005-11-17 14:52:34 +01002161 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002162
Adrian Knoth0dca1792011-01-26 19:32:14 +01002163 switch (hdspm->io_type) {
2164 case RayDAT:
2165 switch (kcontrol->private_value) {
2166 case 0:
2167 ucontrol->value.enumerated.item[0] =
2168 hdspm_get_wc_sample_rate(hdspm);
2169 break;
2170 case 7:
2171 ucontrol->value.enumerated.item[0] =
2172 hdspm_get_tco_sample_rate(hdspm);
2173 break;
2174 case 8:
2175 ucontrol->value.enumerated.item[0] =
2176 hdspm_get_sync_in_sample_rate(hdspm);
2177 break;
2178 default:
2179 ucontrol->value.enumerated.item[0] =
2180 hdspm_get_s1_sample_rate(hdspm,
2181 kcontrol->private_value-1);
2182 }
Takashi Iwai763f3562005-06-03 11:25:34 +02002183
Adrian Knoth0dca1792011-01-26 19:32:14 +01002184 case AIO:
2185 switch (kcontrol->private_value) {
2186 case 0: /* WC */
2187 ucontrol->value.enumerated.item[0] =
2188 hdspm_get_wc_sample_rate(hdspm);
2189 break;
2190 case 4: /* TCO */
2191 ucontrol->value.enumerated.item[0] =
2192 hdspm_get_tco_sample_rate(hdspm);
2193 break;
2194 case 5: /* SYNC_IN */
2195 ucontrol->value.enumerated.item[0] =
2196 hdspm_get_sync_in_sample_rate(hdspm);
2197 break;
2198 default:
2199 ucontrol->value.enumerated.item[0] =
2200 hdspm_get_s1_sample_rate(hdspm,
2201 ucontrol->id.index-1);
2202 }
Adrian Knoth7c4a95b2011-02-23 11:43:13 +01002203
2204 case AES32:
2205
2206 switch (kcontrol->private_value) {
2207 case 0: /* WC */
2208 ucontrol->value.enumerated.item[0] =
2209 hdspm_get_wc_sample_rate(hdspm);
2210 break;
2211 case 9: /* TCO */
2212 ucontrol->value.enumerated.item[0] =
2213 hdspm_get_tco_sample_rate(hdspm);
2214 break;
2215 case 10: /* SYNC_IN */
2216 ucontrol->value.enumerated.item[0] =
2217 hdspm_get_sync_in_sample_rate(hdspm);
2218 break;
2219 default: /* AES1 to AES8 */
2220 ucontrol->value.enumerated.item[0] =
2221 hdspm_get_s1_sample_rate(hdspm,
2222 kcontrol->private_value-1);
2223 break;
2224
2225 }
Takashi Iwai763f3562005-06-03 11:25:34 +02002226 default:
Adrian Knoth0dca1792011-01-26 19:32:14 +01002227 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02002228 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01002229
Takashi Iwai763f3562005-06-03 11:25:34 +02002230 return 0;
2231}
2232
Adrian Knoth0dca1792011-01-26 19:32:14 +01002233
Takashi Iwai763f3562005-06-03 11:25:34 +02002234#define HDSPM_SYSTEM_CLOCK_MODE(xname, xindex) \
Adrian Knoth0dca1792011-01-26 19:32:14 +01002235{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2236 .name = xname, \
2237 .index = xindex, \
2238 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2239 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2240 .info = snd_hdspm_info_system_clock_mode, \
2241 .get = snd_hdspm_get_system_clock_mode, \
2242 .put = snd_hdspm_put_system_clock_mode, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002243}
2244
2245
Adrian Knoth0dca1792011-01-26 19:32:14 +01002246/**
2247 * Returns the system clock mode for the given card.
2248 * @returns 0 - master, 1 - slave
2249 **/
2250static int hdspm_system_clock_mode(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02002251{
Adrian Knoth0dca1792011-01-26 19:32:14 +01002252 switch (hdspm->io_type) {
2253 case AIO:
2254 case RayDAT:
2255 if (hdspm->settings_register & HDSPM_c0Master)
2256 return 0;
2257 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02002258
Adrian Knoth0dca1792011-01-26 19:32:14 +01002259 default:
2260 if (hdspm->control_register & HDSPM_ClockModeMaster)
2261 return 0;
2262 }
2263
Takashi Iwai763f3562005-06-03 11:25:34 +02002264 return 1;
2265}
2266
Adrian Knoth0dca1792011-01-26 19:32:14 +01002267
2268/**
2269 * Sets the system clock mode.
2270 * @param mode 0 - master, 1 - slave
2271 **/
2272static void hdspm_set_system_clock_mode(struct hdspm *hdspm, int mode)
2273{
2274 switch (hdspm->io_type) {
2275 case AIO:
2276 case RayDAT:
2277 if (0 == mode)
2278 hdspm->settings_register |= HDSPM_c0Master;
2279 else
2280 hdspm->settings_register &= ~HDSPM_c0Master;
2281
2282 hdspm_write(hdspm, HDSPM_WR_SETTINGS, hdspm->settings_register);
2283 break;
2284
2285 default:
2286 if (0 == mode)
2287 hdspm->control_register |= HDSPM_ClockModeMaster;
2288 else
2289 hdspm->control_register &= ~HDSPM_ClockModeMaster;
2290
2291 hdspm_write(hdspm, HDSPM_controlRegister,
2292 hdspm->control_register);
2293 }
2294}
2295
2296
Takashi Iwai98274f02005-11-17 14:52:34 +01002297static int snd_hdspm_info_system_clock_mode(struct snd_kcontrol *kcontrol,
2298 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02002299{
Adrian Knoth0dca1792011-01-26 19:32:14 +01002300 static char *texts[] = { "Master", "AutoSync" };
Takashi Iwai763f3562005-06-03 11:25:34 +02002301
2302 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2303 uinfo->count = 1;
2304 uinfo->value.enumerated.items = 2;
2305 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
2306 uinfo->value.enumerated.item =
2307 uinfo->value.enumerated.items - 1;
2308 strcpy(uinfo->value.enumerated.name,
2309 texts[uinfo->value.enumerated.item]);
2310 return 0;
2311}
2312
Takashi Iwai98274f02005-11-17 14:52:34 +01002313static int snd_hdspm_get_system_clock_mode(struct snd_kcontrol *kcontrol,
2314 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002315{
Takashi Iwai98274f02005-11-17 14:52:34 +01002316 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002317
Adrian Knoth0dca1792011-01-26 19:32:14 +01002318 ucontrol->value.enumerated.item[0] = hdspm_system_clock_mode(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02002319 return 0;
2320}
2321
Adrian Knoth0dca1792011-01-26 19:32:14 +01002322static int snd_hdspm_put_system_clock_mode(struct snd_kcontrol *kcontrol,
2323 struct snd_ctl_elem_value *ucontrol)
2324{
2325 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2326 int val;
2327
2328 if (!snd_hdspm_use_is_exclusive(hdspm))
2329 return -EBUSY;
2330
2331 val = ucontrol->value.enumerated.item[0];
2332 if (val < 0)
2333 val = 0;
2334 else if (val > 1)
2335 val = 1;
2336
2337 hdspm_set_system_clock_mode(hdspm, val);
2338
2339 return 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02002340}
2341
Adrian Knoth0dca1792011-01-26 19:32:14 +01002342
2343#define HDSPM_INTERNAL_CLOCK(xname, xindex) \
2344{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2345 .name = xname, \
2346 .index = xindex, \
2347 .info = snd_hdspm_info_clock_source, \
2348 .get = snd_hdspm_get_clock_source, \
2349 .put = snd_hdspm_put_clock_source \
2350}
2351
2352
Takashi Iwai98274f02005-11-17 14:52:34 +01002353static int hdspm_clock_source(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02002354{
Adrian Knoth0dca1792011-01-26 19:32:14 +01002355 switch (hdspm->system_sample_rate) {
2356 case 32000: return 0;
2357 case 44100: return 1;
2358 case 48000: return 2;
2359 case 64000: return 3;
2360 case 88200: return 4;
2361 case 96000: return 5;
2362 case 128000: return 6;
2363 case 176400: return 7;
2364 case 192000: return 8;
Takashi Iwai763f3562005-06-03 11:25:34 +02002365 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01002366
2367 return -1;
Takashi Iwai763f3562005-06-03 11:25:34 +02002368}
2369
Takashi Iwai98274f02005-11-17 14:52:34 +01002370static int hdspm_set_clock_source(struct hdspm * hdspm, int mode)
Takashi Iwai763f3562005-06-03 11:25:34 +02002371{
2372 int rate;
2373 switch (mode) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01002374 case 0:
2375 rate = 32000; break;
2376 case 1:
2377 rate = 44100; break;
2378 case 2:
2379 rate = 48000; break;
2380 case 3:
2381 rate = 64000; break;
2382 case 4:
2383 rate = 88200; break;
2384 case 5:
2385 rate = 96000; break;
2386 case 6:
2387 rate = 128000; break;
2388 case 7:
2389 rate = 176400; break;
2390 case 8:
2391 rate = 192000; break;
Takashi Iwai763f3562005-06-03 11:25:34 +02002392 default:
Adrian Knoth0dca1792011-01-26 19:32:14 +01002393 rate = 48000;
Takashi Iwai763f3562005-06-03 11:25:34 +02002394 }
Takashi Iwai763f3562005-06-03 11:25:34 +02002395 hdspm_set_rate(hdspm, rate, 1);
2396 return 0;
2397}
2398
Takashi Iwai98274f02005-11-17 14:52:34 +01002399static int snd_hdspm_info_clock_source(struct snd_kcontrol *kcontrol,
2400 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02002401{
Takashi Iwai763f3562005-06-03 11:25:34 +02002402 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2403 uinfo->count = 1;
Adrian Knoth0dca1792011-01-26 19:32:14 +01002404 uinfo->value.enumerated.items = 9;
Takashi Iwai763f3562005-06-03 11:25:34 +02002405
2406 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
2407 uinfo->value.enumerated.item =
2408 uinfo->value.enumerated.items - 1;
2409
2410 strcpy(uinfo->value.enumerated.name,
Adrian Knoth0dca1792011-01-26 19:32:14 +01002411 texts_freq[uinfo->value.enumerated.item+1]);
Takashi Iwai763f3562005-06-03 11:25:34 +02002412
2413 return 0;
2414}
2415
Takashi Iwai98274f02005-11-17 14:52:34 +01002416static int snd_hdspm_get_clock_source(struct snd_kcontrol *kcontrol,
2417 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002418{
Takashi Iwai98274f02005-11-17 14:52:34 +01002419 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002420
2421 ucontrol->value.enumerated.item[0] = hdspm_clock_source(hdspm);
2422 return 0;
2423}
2424
Takashi Iwai98274f02005-11-17 14:52:34 +01002425static int snd_hdspm_put_clock_source(struct snd_kcontrol *kcontrol,
2426 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002427{
Takashi Iwai98274f02005-11-17 14:52:34 +01002428 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002429 int change;
2430 int val;
2431
2432 if (!snd_hdspm_use_is_exclusive(hdspm))
2433 return -EBUSY;
2434 val = ucontrol->value.enumerated.item[0];
2435 if (val < 0)
2436 val = 0;
Remy Bruno65345992007-08-31 12:21:08 +02002437 if (val > 9)
2438 val = 9;
Takashi Iwai763f3562005-06-03 11:25:34 +02002439 spin_lock_irq(&hdspm->lock);
2440 if (val != hdspm_clock_source(hdspm))
2441 change = (hdspm_set_clock_source(hdspm, val) == 0) ? 1 : 0;
2442 else
2443 change = 0;
2444 spin_unlock_irq(&hdspm->lock);
2445 return change;
2446}
2447
Adrian Knoth0dca1792011-01-26 19:32:14 +01002448
Takashi Iwai763f3562005-06-03 11:25:34 +02002449#define HDSPM_PREF_SYNC_REF(xname, xindex) \
Adrian Knoth0dca1792011-01-26 19:32:14 +01002450{.iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2451 .name = xname, \
2452 .index = xindex, \
2453 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
2454 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
2455 .info = snd_hdspm_info_pref_sync_ref, \
2456 .get = snd_hdspm_get_pref_sync_ref, \
2457 .put = snd_hdspm_put_pref_sync_ref \
Takashi Iwai763f3562005-06-03 11:25:34 +02002458}
2459
Adrian Knoth0dca1792011-01-26 19:32:14 +01002460
2461/**
2462 * Returns the current preferred sync reference setting.
2463 * The semantics of the return value are depending on the
2464 * card, please see the comments for clarification.
2465 **/
Takashi Iwai98274f02005-11-17 14:52:34 +01002466static int hdspm_pref_sync_ref(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02002467{
Adrian Knoth0dca1792011-01-26 19:32:14 +01002468 switch (hdspm->io_type) {
2469 case AES32:
Remy Bruno3cee5a62006-10-16 12:46:32 +02002470 switch (hdspm->control_register & HDSPM_SyncRefMask) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01002471 case 0: return 0; /* WC */
2472 case HDSPM_SyncRef0: return 1; /* AES 1 */
2473 case HDSPM_SyncRef1: return 2; /* AES 2 */
2474 case HDSPM_SyncRef1+HDSPM_SyncRef0: return 3; /* AES 3 */
2475 case HDSPM_SyncRef2: return 4; /* AES 4 */
2476 case HDSPM_SyncRef2+HDSPM_SyncRef0: return 5; /* AES 5 */
2477 case HDSPM_SyncRef2+HDSPM_SyncRef1: return 6; /* AES 6 */
2478 case HDSPM_SyncRef2+HDSPM_SyncRef1+HDSPM_SyncRef0:
2479 return 7; /* AES 7 */
2480 case HDSPM_SyncRef3: return 8; /* AES 8 */
2481 case HDSPM_SyncRef3+HDSPM_SyncRef0: return 9; /* TCO */
Remy Bruno3cee5a62006-10-16 12:46:32 +02002482 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01002483 break;
2484
2485 case MADI:
2486 case MADIface:
2487 if (hdspm->tco) {
2488 switch (hdspm->control_register & HDSPM_SyncRefMask) {
2489 case 0: return 0; /* WC */
2490 case HDSPM_SyncRef0: return 1; /* MADI */
2491 case HDSPM_SyncRef1: return 2; /* TCO */
2492 case HDSPM_SyncRef1+HDSPM_SyncRef0:
2493 return 3; /* SYNC_IN */
2494 }
2495 } else {
2496 switch (hdspm->control_register & HDSPM_SyncRefMask) {
2497 case 0: return 0; /* WC */
2498 case HDSPM_SyncRef0: return 1; /* MADI */
2499 case HDSPM_SyncRef1+HDSPM_SyncRef0:
2500 return 2; /* SYNC_IN */
2501 }
Remy Bruno3cee5a62006-10-16 12:46:32 +02002502 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01002503 break;
2504
2505 case RayDAT:
2506 if (hdspm->tco) {
2507 switch ((hdspm->settings_register &
2508 HDSPM_c0_SyncRefMask) / HDSPM_c0_SyncRef0) {
2509 case 0: return 0; /* WC */
2510 case 3: return 1; /* ADAT 1 */
2511 case 4: return 2; /* ADAT 2 */
2512 case 5: return 3; /* ADAT 3 */
2513 case 6: return 4; /* ADAT 4 */
2514 case 1: return 5; /* AES */
2515 case 2: return 6; /* SPDIF */
2516 case 9: return 7; /* TCO */
2517 case 10: return 8; /* SYNC_IN */
2518 }
2519 } else {
2520 switch ((hdspm->settings_register &
2521 HDSPM_c0_SyncRefMask) / HDSPM_c0_SyncRef0) {
2522 case 0: return 0; /* WC */
2523 case 3: return 1; /* ADAT 1 */
2524 case 4: return 2; /* ADAT 2 */
2525 case 5: return 3; /* ADAT 3 */
2526 case 6: return 4; /* ADAT 4 */
2527 case 1: return 5; /* AES */
2528 case 2: return 6; /* SPDIF */
2529 case 10: return 7; /* SYNC_IN */
2530 }
2531 }
2532
2533 break;
2534
2535 case AIO:
2536 if (hdspm->tco) {
2537 switch ((hdspm->settings_register &
2538 HDSPM_c0_SyncRefMask) / HDSPM_c0_SyncRef0) {
2539 case 0: return 0; /* WC */
2540 case 3: return 1; /* ADAT */
2541 case 1: return 2; /* AES */
2542 case 2: return 3; /* SPDIF */
2543 case 9: return 4; /* TCO */
2544 case 10: return 5; /* SYNC_IN */
2545 }
2546 } else {
2547 switch ((hdspm->settings_register &
2548 HDSPM_c0_SyncRefMask) / HDSPM_c0_SyncRef0) {
2549 case 0: return 0; /* WC */
2550 case 3: return 1; /* ADAT */
2551 case 1: return 2; /* AES */
2552 case 2: return 3; /* SPDIF */
2553 case 10: return 4; /* SYNC_IN */
2554 }
2555 }
2556
2557 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02002558 }
2559
Adrian Knoth0dca1792011-01-26 19:32:14 +01002560 return -1;
Takashi Iwai763f3562005-06-03 11:25:34 +02002561}
2562
Adrian Knoth0dca1792011-01-26 19:32:14 +01002563
2564/**
2565 * Set the preferred sync reference to <pref>. The semantics
2566 * of <pref> are depending on the card type, see the comments
2567 * for clarification.
2568 **/
Takashi Iwai98274f02005-11-17 14:52:34 +01002569static int hdspm_set_pref_sync_ref(struct hdspm * hdspm, int pref)
Takashi Iwai763f3562005-06-03 11:25:34 +02002570{
Adrian Knoth0dca1792011-01-26 19:32:14 +01002571 int p = 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02002572
Adrian Knoth0dca1792011-01-26 19:32:14 +01002573 switch (hdspm->io_type) {
2574 case AES32:
2575 hdspm->control_register &= ~HDSPM_SyncRefMask;
Remy Bruno3cee5a62006-10-16 12:46:32 +02002576 switch (pref) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01002577 case 0: /* WC */
Remy Bruno3cee5a62006-10-16 12:46:32 +02002578 break;
Adrian Knoth0dca1792011-01-26 19:32:14 +01002579 case 1: /* AES 1 */
2580 hdspm->control_register |= HDSPM_SyncRef0;
2581 break;
2582 case 2: /* AES 2 */
2583 hdspm->control_register |= HDSPM_SyncRef1;
2584 break;
2585 case 3: /* AES 3 */
2586 hdspm->control_register |=
2587 HDSPM_SyncRef1+HDSPM_SyncRef0;
2588 break;
2589 case 4: /* AES 4 */
2590 hdspm->control_register |= HDSPM_SyncRef2;
2591 break;
2592 case 5: /* AES 5 */
2593 hdspm->control_register |=
2594 HDSPM_SyncRef2+HDSPM_SyncRef0;
2595 break;
2596 case 6: /* AES 6 */
2597 hdspm->control_register |=
2598 HDSPM_SyncRef2+HDSPM_SyncRef1;
2599 break;
2600 case 7: /* AES 7 */
2601 hdspm->control_register |=
2602 HDSPM_SyncRef2+HDSPM_SyncRef1+HDSPM_SyncRef0;
2603 break;
2604 case 8: /* AES 8 */
2605 hdspm->control_register |= HDSPM_SyncRef3;
2606 break;
2607 case 9: /* TCO */
2608 hdspm->control_register |=
2609 HDSPM_SyncRef3+HDSPM_SyncRef0;
Remy Bruno3cee5a62006-10-16 12:46:32 +02002610 break;
2611 default:
2612 return -1;
2613 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01002614
2615 break;
2616
2617 case MADI:
2618 case MADIface:
2619 hdspm->control_register &= ~HDSPM_SyncRefMask;
2620 if (hdspm->tco) {
2621 switch (pref) {
2622 case 0: /* WC */
2623 break;
2624 case 1: /* MADI */
2625 hdspm->control_register |= HDSPM_SyncRef0;
2626 break;
2627 case 2: /* TCO */
2628 hdspm->control_register |= HDSPM_SyncRef1;
2629 break;
2630 case 3: /* SYNC_IN */
2631 hdspm->control_register |=
2632 HDSPM_SyncRef0+HDSPM_SyncRef1;
2633 break;
2634 default:
2635 return -1;
2636 }
2637 } else {
2638 switch (pref) {
2639 case 0: /* WC */
2640 break;
2641 case 1: /* MADI */
2642 hdspm->control_register |= HDSPM_SyncRef0;
2643 break;
2644 case 2: /* SYNC_IN */
2645 hdspm->control_register |=
2646 HDSPM_SyncRef0+HDSPM_SyncRef1;
2647 break;
2648 default:
2649 return -1;
2650 }
2651 }
2652
2653 break;
2654
2655 case RayDAT:
2656 if (hdspm->tco) {
2657 switch (pref) {
2658 case 0: p = 0; break; /* WC */
2659 case 1: p = 3; break; /* ADAT 1 */
2660 case 2: p = 4; break; /* ADAT 2 */
2661 case 3: p = 5; break; /* ADAT 3 */
2662 case 4: p = 6; break; /* ADAT 4 */
2663 case 5: p = 1; break; /* AES */
2664 case 6: p = 2; break; /* SPDIF */
2665 case 7: p = 9; break; /* TCO */
2666 case 8: p = 10; break; /* SYNC_IN */
2667 default: return -1;
2668 }
2669 } else {
2670 switch (pref) {
2671 case 0: p = 0; break; /* WC */
2672 case 1: p = 3; break; /* ADAT 1 */
2673 case 2: p = 4; break; /* ADAT 2 */
2674 case 3: p = 5; break; /* ADAT 3 */
2675 case 4: p = 6; break; /* ADAT 4 */
2676 case 5: p = 1; break; /* AES */
2677 case 6: p = 2; break; /* SPDIF */
2678 case 7: p = 10; break; /* SYNC_IN */
2679 default: return -1;
2680 }
2681 }
2682 break;
2683
2684 case AIO:
2685 if (hdspm->tco) {
2686 switch (pref) {
2687 case 0: p = 0; break; /* WC */
2688 case 1: p = 3; break; /* ADAT */
2689 case 2: p = 1; break; /* AES */
2690 case 3: p = 2; break; /* SPDIF */
2691 case 4: p = 9; break; /* TCO */
2692 case 5: p = 10; break; /* SYNC_IN */
2693 default: return -1;
2694 }
2695 } else {
2696 switch (pref) {
2697 case 0: p = 0; break; /* WC */
2698 case 1: p = 3; break; /* ADAT */
2699 case 2: p = 1; break; /* AES */
2700 case 3: p = 2; break; /* SPDIF */
2701 case 4: p = 10; break; /* SYNC_IN */
2702 default: return -1;
2703 }
2704 }
2705 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02002706 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01002707
2708 switch (hdspm->io_type) {
2709 case RayDAT:
2710 case AIO:
2711 hdspm->settings_register &= ~HDSPM_c0_SyncRefMask;
2712 hdspm->settings_register |= HDSPM_c0_SyncRef0 * p;
2713 hdspm_write(hdspm, HDSPM_WR_SETTINGS, hdspm->settings_register);
2714 break;
2715
2716 case MADI:
2717 case MADIface:
2718 case AES32:
2719 hdspm_write(hdspm, HDSPM_controlRegister,
2720 hdspm->control_register);
2721 }
2722
Takashi Iwai763f3562005-06-03 11:25:34 +02002723 return 0;
2724}
2725
Adrian Knoth0dca1792011-01-26 19:32:14 +01002726
Takashi Iwai98274f02005-11-17 14:52:34 +01002727static int snd_hdspm_info_pref_sync_ref(struct snd_kcontrol *kcontrol,
2728 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02002729{
Remy Bruno3cee5a62006-10-16 12:46:32 +02002730 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002731
Adrian Knoth0dca1792011-01-26 19:32:14 +01002732 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2733 uinfo->count = 1;
2734 uinfo->value.enumerated.items = hdspm->texts_autosync_items;
Takashi Iwai763f3562005-06-03 11:25:34 +02002735
Adrian Knoth0dca1792011-01-26 19:32:14 +01002736 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
2737 uinfo->value.enumerated.item =
2738 uinfo->value.enumerated.items - 1;
Takashi Iwai763f3562005-06-03 11:25:34 +02002739
Adrian Knoth0dca1792011-01-26 19:32:14 +01002740 strcpy(uinfo->value.enumerated.name,
2741 hdspm->texts_autosync[uinfo->value.enumerated.item]);
Remy Bruno3cee5a62006-10-16 12:46:32 +02002742
Takashi Iwai763f3562005-06-03 11:25:34 +02002743 return 0;
2744}
2745
Takashi Iwai98274f02005-11-17 14:52:34 +01002746static int snd_hdspm_get_pref_sync_ref(struct snd_kcontrol *kcontrol,
2747 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002748{
Takashi Iwai98274f02005-11-17 14:52:34 +01002749 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Adrian Knoth0dca1792011-01-26 19:32:14 +01002750 int psf = hdspm_pref_sync_ref(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02002751
Adrian Knoth0dca1792011-01-26 19:32:14 +01002752 if (psf >= 0) {
2753 ucontrol->value.enumerated.item[0] = psf;
2754 return 0;
2755 }
2756
2757 return -1;
Takashi Iwai763f3562005-06-03 11:25:34 +02002758}
2759
Takashi Iwai98274f02005-11-17 14:52:34 +01002760static int snd_hdspm_put_pref_sync_ref(struct snd_kcontrol *kcontrol,
2761 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002762{
Takashi Iwai98274f02005-11-17 14:52:34 +01002763 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Adrian Knoth0dca1792011-01-26 19:32:14 +01002764 int val, change = 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02002765
2766 if (!snd_hdspm_use_is_exclusive(hdspm))
2767 return -EBUSY;
2768
Adrian Knoth0dca1792011-01-26 19:32:14 +01002769 val = ucontrol->value.enumerated.item[0];
2770
2771 if (val < 0)
2772 val = 0;
2773 else if (val >= hdspm->texts_autosync_items)
2774 val = hdspm->texts_autosync_items-1;
Takashi Iwai763f3562005-06-03 11:25:34 +02002775
2776 spin_lock_irq(&hdspm->lock);
Adrian Knoth0dca1792011-01-26 19:32:14 +01002777 if (val != hdspm_pref_sync_ref(hdspm))
2778 change = (0 == hdspm_set_pref_sync_ref(hdspm, val)) ? 1 : 0;
2779
Takashi Iwai763f3562005-06-03 11:25:34 +02002780 spin_unlock_irq(&hdspm->lock);
2781 return change;
2782}
2783
Adrian Knoth0dca1792011-01-26 19:32:14 +01002784
Takashi Iwai763f3562005-06-03 11:25:34 +02002785#define HDSPM_AUTOSYNC_REF(xname, xindex) \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02002786{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002787 .name = xname, \
2788 .index = xindex, \
2789 .access = SNDRV_CTL_ELEM_ACCESS_READ, \
2790 .info = snd_hdspm_info_autosync_ref, \
2791 .get = snd_hdspm_get_autosync_ref, \
2792}
2793
Adrian Knoth0dca1792011-01-26 19:32:14 +01002794static int hdspm_autosync_ref(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02002795{
Adrian Knoth0dca1792011-01-26 19:32:14 +01002796 if (AES32 == hdspm->io_type) {
Remy Bruno3cee5a62006-10-16 12:46:32 +02002797 unsigned int status = hdspm_read(hdspm, HDSPM_statusRegister);
Adrian Knoth0dca1792011-01-26 19:32:14 +01002798 unsigned int syncref =
2799 (status >> HDSPM_AES32_syncref_bit) & 0xF;
Remy Bruno3cee5a62006-10-16 12:46:32 +02002800 if (syncref == 0)
2801 return HDSPM_AES32_AUTOSYNC_FROM_WORD;
2802 if (syncref <= 8)
2803 return syncref;
2804 return HDSPM_AES32_AUTOSYNC_FROM_NONE;
Adrian Knoth0dca1792011-01-26 19:32:14 +01002805 } else if (MADI == hdspm->io_type) {
Remy Bruno3cee5a62006-10-16 12:46:32 +02002806 /* This looks at the autosync selected sync reference */
2807 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
Takashi Iwai763f3562005-06-03 11:25:34 +02002808
Remy Bruno3cee5a62006-10-16 12:46:32 +02002809 switch (status2 & HDSPM_SelSyncRefMask) {
2810 case HDSPM_SelSyncRef_WORD:
2811 return HDSPM_AUTOSYNC_FROM_WORD;
2812 case HDSPM_SelSyncRef_MADI:
2813 return HDSPM_AUTOSYNC_FROM_MADI;
Adrian Knoth0dca1792011-01-26 19:32:14 +01002814 case HDSPM_SelSyncRef_TCO:
2815 return HDSPM_AUTOSYNC_FROM_TCO;
2816 case HDSPM_SelSyncRef_SyncIn:
2817 return HDSPM_AUTOSYNC_FROM_SYNC_IN;
Remy Bruno3cee5a62006-10-16 12:46:32 +02002818 case HDSPM_SelSyncRef_NVALID:
2819 return HDSPM_AUTOSYNC_FROM_NONE;
2820 default:
2821 return 0;
2822 }
Takashi Iwai763f3562005-06-03 11:25:34 +02002823
Takashi Iwai763f3562005-06-03 11:25:34 +02002824 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01002825 return 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02002826}
2827
Adrian Knoth0dca1792011-01-26 19:32:14 +01002828
Takashi Iwai98274f02005-11-17 14:52:34 +01002829static int snd_hdspm_info_autosync_ref(struct snd_kcontrol *kcontrol,
2830 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02002831{
Remy Bruno3cee5a62006-10-16 12:46:32 +02002832 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002833
Adrian Knoth0dca1792011-01-26 19:32:14 +01002834 if (AES32 == hdspm->io_type) {
Remy Bruno3cee5a62006-10-16 12:46:32 +02002835 static char *texts[] = { "WordClock", "AES1", "AES2", "AES3",
2836 "AES4", "AES5", "AES6", "AES7", "AES8", "None"};
2837
2838 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2839 uinfo->count = 1;
2840 uinfo->value.enumerated.items = 10;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02002841 if (uinfo->value.enumerated.item >=
2842 uinfo->value.enumerated.items)
Remy Bruno3cee5a62006-10-16 12:46:32 +02002843 uinfo->value.enumerated.item =
2844 uinfo->value.enumerated.items - 1;
2845 strcpy(uinfo->value.enumerated.name,
2846 texts[uinfo->value.enumerated.item]);
Adrian Knoth0dca1792011-01-26 19:32:14 +01002847 } else if (MADI == hdspm->io_type) {
2848 static char *texts[] = {"Word Clock", "MADI", "TCO",
2849 "Sync In", "None" };
Remy Bruno3cee5a62006-10-16 12:46:32 +02002850
2851 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2852 uinfo->count = 1;
Adrian Knoth0dca1792011-01-26 19:32:14 +01002853 uinfo->value.enumerated.items = 5;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02002854 if (uinfo->value.enumerated.item >=
Adrian Knoth0dca1792011-01-26 19:32:14 +01002855 uinfo->value.enumerated.items)
Remy Bruno3cee5a62006-10-16 12:46:32 +02002856 uinfo->value.enumerated.item =
2857 uinfo->value.enumerated.items - 1;
2858 strcpy(uinfo->value.enumerated.name,
2859 texts[uinfo->value.enumerated.item]);
2860 }
Takashi Iwai763f3562005-06-03 11:25:34 +02002861 return 0;
2862}
2863
Takashi Iwai98274f02005-11-17 14:52:34 +01002864static int snd_hdspm_get_autosync_ref(struct snd_kcontrol *kcontrol,
2865 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002866{
Takashi Iwai98274f02005-11-17 14:52:34 +01002867 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002868
Remy Bruno65345992007-08-31 12:21:08 +02002869 ucontrol->value.enumerated.item[0] = hdspm_autosync_ref(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02002870 return 0;
2871}
2872
Adrian Knoth0dca1792011-01-26 19:32:14 +01002873
Takashi Iwai763f3562005-06-03 11:25:34 +02002874#define HDSPM_LINE_OUT(xname, xindex) \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02002875{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002876 .name = xname, \
2877 .index = xindex, \
2878 .info = snd_hdspm_info_line_out, \
2879 .get = snd_hdspm_get_line_out, \
2880 .put = snd_hdspm_put_line_out \
2881}
2882
Takashi Iwai98274f02005-11-17 14:52:34 +01002883static int hdspm_line_out(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02002884{
2885 return (hdspm->control_register & HDSPM_LineOut) ? 1 : 0;
2886}
2887
2888
Takashi Iwai98274f02005-11-17 14:52:34 +01002889static int hdspm_set_line_output(struct hdspm * hdspm, int out)
Takashi Iwai763f3562005-06-03 11:25:34 +02002890{
2891 if (out)
2892 hdspm->control_register |= HDSPM_LineOut;
2893 else
2894 hdspm->control_register &= ~HDSPM_LineOut;
2895 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
2896
2897 return 0;
2898}
2899
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002900#define snd_hdspm_info_line_out snd_ctl_boolean_mono_info
Takashi Iwai763f3562005-06-03 11:25:34 +02002901
Takashi Iwai98274f02005-11-17 14:52:34 +01002902static int snd_hdspm_get_line_out(struct snd_kcontrol *kcontrol,
2903 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002904{
Takashi Iwai98274f02005-11-17 14:52:34 +01002905 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002906
2907 spin_lock_irq(&hdspm->lock);
2908 ucontrol->value.integer.value[0] = hdspm_line_out(hdspm);
2909 spin_unlock_irq(&hdspm->lock);
2910 return 0;
2911}
2912
Takashi Iwai98274f02005-11-17 14:52:34 +01002913static int snd_hdspm_put_line_out(struct snd_kcontrol *kcontrol,
2914 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002915{
Takashi Iwai98274f02005-11-17 14:52:34 +01002916 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002917 int change;
2918 unsigned int val;
2919
2920 if (!snd_hdspm_use_is_exclusive(hdspm))
2921 return -EBUSY;
2922 val = ucontrol->value.integer.value[0] & 1;
2923 spin_lock_irq(&hdspm->lock);
2924 change = (int) val != hdspm_line_out(hdspm);
2925 hdspm_set_line_output(hdspm, val);
2926 spin_unlock_irq(&hdspm->lock);
2927 return change;
2928}
2929
Adrian Knoth0dca1792011-01-26 19:32:14 +01002930
Takashi Iwai763f3562005-06-03 11:25:34 +02002931#define HDSPM_TX_64(xname, xindex) \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02002932{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002933 .name = xname, \
2934 .index = xindex, \
2935 .info = snd_hdspm_info_tx_64, \
2936 .get = snd_hdspm_get_tx_64, \
2937 .put = snd_hdspm_put_tx_64 \
2938}
2939
Takashi Iwai98274f02005-11-17 14:52:34 +01002940static int hdspm_tx_64(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02002941{
2942 return (hdspm->control_register & HDSPM_TX_64ch) ? 1 : 0;
2943}
2944
Takashi Iwai98274f02005-11-17 14:52:34 +01002945static int hdspm_set_tx_64(struct hdspm * hdspm, int out)
Takashi Iwai763f3562005-06-03 11:25:34 +02002946{
2947 if (out)
2948 hdspm->control_register |= HDSPM_TX_64ch;
2949 else
2950 hdspm->control_register &= ~HDSPM_TX_64ch;
2951 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
2952
2953 return 0;
2954}
2955
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002956#define snd_hdspm_info_tx_64 snd_ctl_boolean_mono_info
Takashi Iwai763f3562005-06-03 11:25:34 +02002957
Takashi Iwai98274f02005-11-17 14:52:34 +01002958static int snd_hdspm_get_tx_64(struct snd_kcontrol *kcontrol,
2959 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002960{
Takashi Iwai98274f02005-11-17 14:52:34 +01002961 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002962
2963 spin_lock_irq(&hdspm->lock);
2964 ucontrol->value.integer.value[0] = hdspm_tx_64(hdspm);
2965 spin_unlock_irq(&hdspm->lock);
2966 return 0;
2967}
2968
Takashi Iwai98274f02005-11-17 14:52:34 +01002969static int snd_hdspm_put_tx_64(struct snd_kcontrol *kcontrol,
2970 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02002971{
Takashi Iwai98274f02005-11-17 14:52:34 +01002972 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02002973 int change;
2974 unsigned int val;
2975
2976 if (!snd_hdspm_use_is_exclusive(hdspm))
2977 return -EBUSY;
2978 val = ucontrol->value.integer.value[0] & 1;
2979 spin_lock_irq(&hdspm->lock);
2980 change = (int) val != hdspm_tx_64(hdspm);
2981 hdspm_set_tx_64(hdspm, val);
2982 spin_unlock_irq(&hdspm->lock);
2983 return change;
2984}
2985
Adrian Knoth0dca1792011-01-26 19:32:14 +01002986
Takashi Iwai763f3562005-06-03 11:25:34 +02002987#define HDSPM_C_TMS(xname, xindex) \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02002988{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Takashi Iwai763f3562005-06-03 11:25:34 +02002989 .name = xname, \
2990 .index = xindex, \
2991 .info = snd_hdspm_info_c_tms, \
2992 .get = snd_hdspm_get_c_tms, \
2993 .put = snd_hdspm_put_c_tms \
2994}
2995
Takashi Iwai98274f02005-11-17 14:52:34 +01002996static int hdspm_c_tms(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02002997{
2998 return (hdspm->control_register & HDSPM_clr_tms) ? 1 : 0;
2999}
3000
Takashi Iwai98274f02005-11-17 14:52:34 +01003001static int hdspm_set_c_tms(struct hdspm * hdspm, int out)
Takashi Iwai763f3562005-06-03 11:25:34 +02003002{
3003 if (out)
3004 hdspm->control_register |= HDSPM_clr_tms;
3005 else
3006 hdspm->control_register &= ~HDSPM_clr_tms;
3007 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3008
3009 return 0;
3010}
3011
Takashi Iwaia5ce8892007-07-23 15:42:26 +02003012#define snd_hdspm_info_c_tms snd_ctl_boolean_mono_info
Takashi Iwai763f3562005-06-03 11:25:34 +02003013
Takashi Iwai98274f02005-11-17 14:52:34 +01003014static int snd_hdspm_get_c_tms(struct snd_kcontrol *kcontrol,
3015 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003016{
Takashi Iwai98274f02005-11-17 14:52:34 +01003017 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003018
3019 spin_lock_irq(&hdspm->lock);
3020 ucontrol->value.integer.value[0] = hdspm_c_tms(hdspm);
3021 spin_unlock_irq(&hdspm->lock);
3022 return 0;
3023}
3024
Takashi Iwai98274f02005-11-17 14:52:34 +01003025static int snd_hdspm_put_c_tms(struct snd_kcontrol *kcontrol,
3026 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003027{
Takashi Iwai98274f02005-11-17 14:52:34 +01003028 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003029 int change;
3030 unsigned int val;
3031
3032 if (!snd_hdspm_use_is_exclusive(hdspm))
3033 return -EBUSY;
3034 val = ucontrol->value.integer.value[0] & 1;
3035 spin_lock_irq(&hdspm->lock);
3036 change = (int) val != hdspm_c_tms(hdspm);
3037 hdspm_set_c_tms(hdspm, val);
3038 spin_unlock_irq(&hdspm->lock);
3039 return change;
3040}
3041
Adrian Knoth0dca1792011-01-26 19:32:14 +01003042
Takashi Iwai763f3562005-06-03 11:25:34 +02003043#define HDSPM_SAFE_MODE(xname, xindex) \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02003044{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Takashi Iwai763f3562005-06-03 11:25:34 +02003045 .name = xname, \
3046 .index = xindex, \
3047 .info = snd_hdspm_info_safe_mode, \
3048 .get = snd_hdspm_get_safe_mode, \
3049 .put = snd_hdspm_put_safe_mode \
3050}
3051
Takashi Iwai98274f02005-11-17 14:52:34 +01003052static int hdspm_safe_mode(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02003053{
3054 return (hdspm->control_register & HDSPM_AutoInp) ? 1 : 0;
3055}
3056
Takashi Iwai98274f02005-11-17 14:52:34 +01003057static int hdspm_set_safe_mode(struct hdspm * hdspm, int out)
Takashi Iwai763f3562005-06-03 11:25:34 +02003058{
3059 if (out)
3060 hdspm->control_register |= HDSPM_AutoInp;
3061 else
3062 hdspm->control_register &= ~HDSPM_AutoInp;
3063 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3064
3065 return 0;
3066}
3067
Takashi Iwaia5ce8892007-07-23 15:42:26 +02003068#define snd_hdspm_info_safe_mode snd_ctl_boolean_mono_info
Takashi Iwai763f3562005-06-03 11:25:34 +02003069
Takashi Iwai98274f02005-11-17 14:52:34 +01003070static int snd_hdspm_get_safe_mode(struct snd_kcontrol *kcontrol,
3071 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003072{
Takashi Iwai98274f02005-11-17 14:52:34 +01003073 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003074
3075 spin_lock_irq(&hdspm->lock);
3076 ucontrol->value.integer.value[0] = hdspm_safe_mode(hdspm);
3077 spin_unlock_irq(&hdspm->lock);
3078 return 0;
3079}
3080
Takashi Iwai98274f02005-11-17 14:52:34 +01003081static int snd_hdspm_put_safe_mode(struct snd_kcontrol *kcontrol,
3082 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003083{
Takashi Iwai98274f02005-11-17 14:52:34 +01003084 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003085 int change;
3086 unsigned int val;
3087
3088 if (!snd_hdspm_use_is_exclusive(hdspm))
3089 return -EBUSY;
3090 val = ucontrol->value.integer.value[0] & 1;
3091 spin_lock_irq(&hdspm->lock);
3092 change = (int) val != hdspm_safe_mode(hdspm);
3093 hdspm_set_safe_mode(hdspm, val);
3094 spin_unlock_irq(&hdspm->lock);
3095 return change;
3096}
3097
Adrian Knoth0dca1792011-01-26 19:32:14 +01003098
Remy Bruno3cee5a62006-10-16 12:46:32 +02003099#define HDSPM_EMPHASIS(xname, xindex) \
3100{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3101 .name = xname, \
3102 .index = xindex, \
3103 .info = snd_hdspm_info_emphasis, \
3104 .get = snd_hdspm_get_emphasis, \
3105 .put = snd_hdspm_put_emphasis \
3106}
3107
3108static int hdspm_emphasis(struct hdspm * hdspm)
3109{
3110 return (hdspm->control_register & HDSPM_Emphasis) ? 1 : 0;
3111}
3112
3113static int hdspm_set_emphasis(struct hdspm * hdspm, int emp)
3114{
3115 if (emp)
3116 hdspm->control_register |= HDSPM_Emphasis;
3117 else
3118 hdspm->control_register &= ~HDSPM_Emphasis;
3119 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3120
3121 return 0;
3122}
3123
Takashi Iwaia5ce8892007-07-23 15:42:26 +02003124#define snd_hdspm_info_emphasis snd_ctl_boolean_mono_info
Remy Bruno3cee5a62006-10-16 12:46:32 +02003125
3126static int snd_hdspm_get_emphasis(struct snd_kcontrol *kcontrol,
3127 struct snd_ctl_elem_value *ucontrol)
3128{
3129 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3130
3131 spin_lock_irq(&hdspm->lock);
3132 ucontrol->value.enumerated.item[0] = hdspm_emphasis(hdspm);
3133 spin_unlock_irq(&hdspm->lock);
3134 return 0;
3135}
3136
3137static int snd_hdspm_put_emphasis(struct snd_kcontrol *kcontrol,
3138 struct snd_ctl_elem_value *ucontrol)
3139{
3140 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3141 int change;
3142 unsigned int val;
3143
3144 if (!snd_hdspm_use_is_exclusive(hdspm))
3145 return -EBUSY;
3146 val = ucontrol->value.integer.value[0] & 1;
3147 spin_lock_irq(&hdspm->lock);
3148 change = (int) val != hdspm_emphasis(hdspm);
3149 hdspm_set_emphasis(hdspm, val);
3150 spin_unlock_irq(&hdspm->lock);
3151 return change;
3152}
3153
Adrian Knoth0dca1792011-01-26 19:32:14 +01003154
Remy Bruno3cee5a62006-10-16 12:46:32 +02003155#define HDSPM_DOLBY(xname, xindex) \
3156{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3157 .name = xname, \
3158 .index = xindex, \
3159 .info = snd_hdspm_info_dolby, \
3160 .get = snd_hdspm_get_dolby, \
3161 .put = snd_hdspm_put_dolby \
3162}
3163
3164static int hdspm_dolby(struct hdspm * hdspm)
3165{
3166 return (hdspm->control_register & HDSPM_Dolby) ? 1 : 0;
3167}
3168
3169static int hdspm_set_dolby(struct hdspm * hdspm, int dol)
3170{
3171 if (dol)
3172 hdspm->control_register |= HDSPM_Dolby;
3173 else
3174 hdspm->control_register &= ~HDSPM_Dolby;
3175 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3176
3177 return 0;
3178}
3179
Takashi Iwaia5ce8892007-07-23 15:42:26 +02003180#define snd_hdspm_info_dolby snd_ctl_boolean_mono_info
Remy Bruno3cee5a62006-10-16 12:46:32 +02003181
3182static int snd_hdspm_get_dolby(struct snd_kcontrol *kcontrol,
3183 struct snd_ctl_elem_value *ucontrol)
3184{
3185 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3186
3187 spin_lock_irq(&hdspm->lock);
3188 ucontrol->value.enumerated.item[0] = hdspm_dolby(hdspm);
3189 spin_unlock_irq(&hdspm->lock);
3190 return 0;
3191}
3192
3193static int snd_hdspm_put_dolby(struct snd_kcontrol *kcontrol,
3194 struct snd_ctl_elem_value *ucontrol)
3195{
3196 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3197 int change;
3198 unsigned int val;
3199
3200 if (!snd_hdspm_use_is_exclusive(hdspm))
3201 return -EBUSY;
3202 val = ucontrol->value.integer.value[0] & 1;
3203 spin_lock_irq(&hdspm->lock);
3204 change = (int) val != hdspm_dolby(hdspm);
3205 hdspm_set_dolby(hdspm, val);
3206 spin_unlock_irq(&hdspm->lock);
3207 return change;
3208}
3209
Adrian Knoth0dca1792011-01-26 19:32:14 +01003210
Remy Bruno3cee5a62006-10-16 12:46:32 +02003211#define HDSPM_PROFESSIONAL(xname, xindex) \
3212{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3213 .name = xname, \
3214 .index = xindex, \
3215 .info = snd_hdspm_info_professional, \
3216 .get = snd_hdspm_get_professional, \
3217 .put = snd_hdspm_put_professional \
3218}
3219
3220static int hdspm_professional(struct hdspm * hdspm)
3221{
3222 return (hdspm->control_register & HDSPM_Professional) ? 1 : 0;
3223}
3224
3225static int hdspm_set_professional(struct hdspm * hdspm, int dol)
3226{
3227 if (dol)
3228 hdspm->control_register |= HDSPM_Professional;
3229 else
3230 hdspm->control_register &= ~HDSPM_Professional;
3231 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3232
3233 return 0;
3234}
3235
Takashi Iwaia5ce8892007-07-23 15:42:26 +02003236#define snd_hdspm_info_professional snd_ctl_boolean_mono_info
Remy Bruno3cee5a62006-10-16 12:46:32 +02003237
3238static int snd_hdspm_get_professional(struct snd_kcontrol *kcontrol,
3239 struct snd_ctl_elem_value *ucontrol)
3240{
3241 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3242
3243 spin_lock_irq(&hdspm->lock);
3244 ucontrol->value.enumerated.item[0] = hdspm_professional(hdspm);
3245 spin_unlock_irq(&hdspm->lock);
3246 return 0;
3247}
3248
3249static int snd_hdspm_put_professional(struct snd_kcontrol *kcontrol,
3250 struct snd_ctl_elem_value *ucontrol)
3251{
3252 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3253 int change;
3254 unsigned int val;
3255
3256 if (!snd_hdspm_use_is_exclusive(hdspm))
3257 return -EBUSY;
3258 val = ucontrol->value.integer.value[0] & 1;
3259 spin_lock_irq(&hdspm->lock);
3260 change = (int) val != hdspm_professional(hdspm);
3261 hdspm_set_professional(hdspm, val);
3262 spin_unlock_irq(&hdspm->lock);
3263 return change;
3264}
3265
Takashi Iwai763f3562005-06-03 11:25:34 +02003266#define HDSPM_INPUT_SELECT(xname, xindex) \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02003267{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
Takashi Iwai763f3562005-06-03 11:25:34 +02003268 .name = xname, \
3269 .index = xindex, \
3270 .info = snd_hdspm_info_input_select, \
3271 .get = snd_hdspm_get_input_select, \
3272 .put = snd_hdspm_put_input_select \
3273}
3274
Takashi Iwai98274f02005-11-17 14:52:34 +01003275static int hdspm_input_select(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02003276{
3277 return (hdspm->control_register & HDSPM_InputSelect0) ? 1 : 0;
3278}
3279
Takashi Iwai98274f02005-11-17 14:52:34 +01003280static int hdspm_set_input_select(struct hdspm * hdspm, int out)
Takashi Iwai763f3562005-06-03 11:25:34 +02003281{
3282 if (out)
3283 hdspm->control_register |= HDSPM_InputSelect0;
3284 else
3285 hdspm->control_register &= ~HDSPM_InputSelect0;
3286 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3287
3288 return 0;
3289}
3290
Takashi Iwai98274f02005-11-17 14:52:34 +01003291static int snd_hdspm_info_input_select(struct snd_kcontrol *kcontrol,
3292 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02003293{
3294 static char *texts[] = { "optical", "coaxial" };
3295
3296 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3297 uinfo->count = 1;
3298 uinfo->value.enumerated.items = 2;
3299
3300 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
3301 uinfo->value.enumerated.item =
3302 uinfo->value.enumerated.items - 1;
3303 strcpy(uinfo->value.enumerated.name,
3304 texts[uinfo->value.enumerated.item]);
3305
3306 return 0;
3307}
3308
Takashi Iwai98274f02005-11-17 14:52:34 +01003309static int snd_hdspm_get_input_select(struct snd_kcontrol *kcontrol,
3310 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003311{
Takashi Iwai98274f02005-11-17 14:52:34 +01003312 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003313
3314 spin_lock_irq(&hdspm->lock);
3315 ucontrol->value.enumerated.item[0] = hdspm_input_select(hdspm);
3316 spin_unlock_irq(&hdspm->lock);
3317 return 0;
3318}
3319
Takashi Iwai98274f02005-11-17 14:52:34 +01003320static int snd_hdspm_put_input_select(struct snd_kcontrol *kcontrol,
3321 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003322{
Takashi Iwai98274f02005-11-17 14:52:34 +01003323 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003324 int change;
3325 unsigned int val;
3326
3327 if (!snd_hdspm_use_is_exclusive(hdspm))
3328 return -EBUSY;
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);
3334 return change;
3335}
3336
Adrian Knoth0dca1792011-01-26 19:32:14 +01003337
Remy Bruno3cee5a62006-10-16 12:46:32 +02003338#define HDSPM_DS_WIRE(xname, xindex) \
3339{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3340 .name = xname, \
3341 .index = xindex, \
3342 .info = snd_hdspm_info_ds_wire, \
3343 .get = snd_hdspm_get_ds_wire, \
3344 .put = snd_hdspm_put_ds_wire \
3345}
3346
3347static int hdspm_ds_wire(struct hdspm * hdspm)
3348{
3349 return (hdspm->control_register & HDSPM_DS_DoubleWire) ? 1 : 0;
3350}
3351
3352static int hdspm_set_ds_wire(struct hdspm * hdspm, int ds)
3353{
3354 if (ds)
3355 hdspm->control_register |= HDSPM_DS_DoubleWire;
3356 else
3357 hdspm->control_register &= ~HDSPM_DS_DoubleWire;
3358 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3359
3360 return 0;
3361}
3362
3363static int snd_hdspm_info_ds_wire(struct snd_kcontrol *kcontrol,
3364 struct snd_ctl_elem_info *uinfo)
3365{
3366 static char *texts[] = { "Single", "Double" };
3367
3368 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3369 uinfo->count = 1;
3370 uinfo->value.enumerated.items = 2;
3371
3372 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
3373 uinfo->value.enumerated.item =
3374 uinfo->value.enumerated.items - 1;
3375 strcpy(uinfo->value.enumerated.name,
3376 texts[uinfo->value.enumerated.item]);
3377
3378 return 0;
3379}
3380
3381static int snd_hdspm_get_ds_wire(struct snd_kcontrol *kcontrol,
3382 struct snd_ctl_elem_value *ucontrol)
3383{
3384 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3385
3386 spin_lock_irq(&hdspm->lock);
3387 ucontrol->value.enumerated.item[0] = hdspm_ds_wire(hdspm);
3388 spin_unlock_irq(&hdspm->lock);
3389 return 0;
3390}
3391
3392static int snd_hdspm_put_ds_wire(struct snd_kcontrol *kcontrol,
3393 struct snd_ctl_elem_value *ucontrol)
3394{
3395 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3396 int change;
3397 unsigned int val;
3398
3399 if (!snd_hdspm_use_is_exclusive(hdspm))
3400 return -EBUSY;
3401 val = ucontrol->value.integer.value[0] & 1;
3402 spin_lock_irq(&hdspm->lock);
3403 change = (int) val != hdspm_ds_wire(hdspm);
3404 hdspm_set_ds_wire(hdspm, val);
3405 spin_unlock_irq(&hdspm->lock);
3406 return change;
3407}
3408
Adrian Knoth0dca1792011-01-26 19:32:14 +01003409
Remy Bruno3cee5a62006-10-16 12:46:32 +02003410#define HDSPM_QS_WIRE(xname, xindex) \
3411{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3412 .name = xname, \
3413 .index = xindex, \
3414 .info = snd_hdspm_info_qs_wire, \
3415 .get = snd_hdspm_get_qs_wire, \
3416 .put = snd_hdspm_put_qs_wire \
3417}
3418
3419static int hdspm_qs_wire(struct hdspm * hdspm)
3420{
3421 if (hdspm->control_register & HDSPM_QS_DoubleWire)
3422 return 1;
3423 if (hdspm->control_register & HDSPM_QS_QuadWire)
3424 return 2;
3425 return 0;
3426}
3427
3428static int hdspm_set_qs_wire(struct hdspm * hdspm, int mode)
3429{
3430 hdspm->control_register &= ~(HDSPM_QS_DoubleWire | HDSPM_QS_QuadWire);
3431 switch (mode) {
3432 case 0:
3433 break;
3434 case 1:
3435 hdspm->control_register |= HDSPM_QS_DoubleWire;
3436 break;
3437 case 2:
3438 hdspm->control_register |= HDSPM_QS_QuadWire;
3439 break;
3440 }
3441 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3442
3443 return 0;
3444}
3445
3446static int snd_hdspm_info_qs_wire(struct snd_kcontrol *kcontrol,
3447 struct snd_ctl_elem_info *uinfo)
3448{
3449 static char *texts[] = { "Single", "Double", "Quad" };
3450
3451 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3452 uinfo->count = 1;
3453 uinfo->value.enumerated.items = 3;
3454
3455 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
3456 uinfo->value.enumerated.item =
3457 uinfo->value.enumerated.items - 1;
3458 strcpy(uinfo->value.enumerated.name,
3459 texts[uinfo->value.enumerated.item]);
3460
3461 return 0;
3462}
3463
3464static int snd_hdspm_get_qs_wire(struct snd_kcontrol *kcontrol,
3465 struct snd_ctl_elem_value *ucontrol)
3466{
3467 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3468
3469 spin_lock_irq(&hdspm->lock);
3470 ucontrol->value.enumerated.item[0] = hdspm_qs_wire(hdspm);
3471 spin_unlock_irq(&hdspm->lock);
3472 return 0;
3473}
3474
3475static int snd_hdspm_put_qs_wire(struct snd_kcontrol *kcontrol,
3476 struct snd_ctl_elem_value *ucontrol)
3477{
3478 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3479 int change;
3480 int val;
3481
3482 if (!snd_hdspm_use_is_exclusive(hdspm))
3483 return -EBUSY;
3484 val = ucontrol->value.integer.value[0];
3485 if (val < 0)
3486 val = 0;
3487 if (val > 2)
3488 val = 2;
3489 spin_lock_irq(&hdspm->lock);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02003490 change = val != hdspm_qs_wire(hdspm);
Remy Bruno3cee5a62006-10-16 12:46:32 +02003491 hdspm_set_qs_wire(hdspm, val);
3492 spin_unlock_irq(&hdspm->lock);
3493 return change;
3494}
3495
Adrian Knoth700d1ef2011-07-29 03:11:02 +02003496#define HDSPM_MADI_SPEEDMODE(xname, xindex) \
3497{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3498 .name = xname, \
3499 .index = xindex, \
3500 .info = snd_hdspm_info_madi_speedmode, \
3501 .get = snd_hdspm_get_madi_speedmode, \
3502 .put = snd_hdspm_put_madi_speedmode \
3503}
3504
3505static int hdspm_madi_speedmode(struct hdspm *hdspm)
3506{
3507 if (hdspm->control_register & HDSPM_QuadSpeed)
3508 return 2;
3509 if (hdspm->control_register & HDSPM_DoubleSpeed)
3510 return 1;
3511 return 0;
3512}
3513
3514static int hdspm_set_madi_speedmode(struct hdspm *hdspm, int mode)
3515{
3516 hdspm->control_register &= ~(HDSPM_DoubleSpeed | HDSPM_QuadSpeed);
3517 switch (mode) {
3518 case 0:
3519 break;
3520 case 1:
3521 hdspm->control_register |= HDSPM_DoubleSpeed;
3522 break;
3523 case 2:
3524 hdspm->control_register |= HDSPM_QuadSpeed;
3525 break;
3526 }
3527 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
3528
3529 return 0;
3530}
3531
3532static int snd_hdspm_info_madi_speedmode(struct snd_kcontrol *kcontrol,
3533 struct snd_ctl_elem_info *uinfo)
3534{
3535 static char *texts[] = { "Single", "Double", "Quad" };
3536
3537 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3538 uinfo->count = 1;
3539 uinfo->value.enumerated.items = 3;
3540
3541 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
3542 uinfo->value.enumerated.item =
3543 uinfo->value.enumerated.items - 1;
3544 strcpy(uinfo->value.enumerated.name,
3545 texts[uinfo->value.enumerated.item]);
3546
3547 return 0;
3548}
3549
3550static int snd_hdspm_get_madi_speedmode(struct snd_kcontrol *kcontrol,
3551 struct snd_ctl_elem_value *ucontrol)
3552{
3553 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3554
3555 spin_lock_irq(&hdspm->lock);
3556 ucontrol->value.enumerated.item[0] = hdspm_madi_speedmode(hdspm);
3557 spin_unlock_irq(&hdspm->lock);
3558 return 0;
3559}
3560
3561static int snd_hdspm_put_madi_speedmode(struct snd_kcontrol *kcontrol,
3562 struct snd_ctl_elem_value *ucontrol)
3563{
3564 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3565 int change;
3566 int val;
3567
3568 if (!snd_hdspm_use_is_exclusive(hdspm))
3569 return -EBUSY;
3570 val = ucontrol->value.integer.value[0];
3571 if (val < 0)
3572 val = 0;
3573 if (val > 2)
3574 val = 2;
3575 spin_lock_irq(&hdspm->lock);
3576 change = val != hdspm_madi_speedmode(hdspm);
3577 hdspm_set_madi_speedmode(hdspm, val);
3578 spin_unlock_irq(&hdspm->lock);
3579 return change;
3580}
Takashi Iwai763f3562005-06-03 11:25:34 +02003581
3582#define HDSPM_MIXER(xname, xindex) \
3583{ .iface = SNDRV_CTL_ELEM_IFACE_HWDEP, \
3584 .name = xname, \
3585 .index = xindex, \
Clemens Ladisch67ed4162005-07-29 15:32:58 +02003586 .device = 0, \
Takashi Iwai763f3562005-06-03 11:25:34 +02003587 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
3588 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3589 .info = snd_hdspm_info_mixer, \
3590 .get = snd_hdspm_get_mixer, \
3591 .put = snd_hdspm_put_mixer \
3592}
3593
Takashi Iwai98274f02005-11-17 14:52:34 +01003594static int snd_hdspm_info_mixer(struct snd_kcontrol *kcontrol,
3595 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02003596{
3597 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
3598 uinfo->count = 3;
3599 uinfo->value.integer.min = 0;
3600 uinfo->value.integer.max = 65535;
3601 uinfo->value.integer.step = 1;
3602 return 0;
3603}
3604
Takashi Iwai98274f02005-11-17 14:52:34 +01003605static int snd_hdspm_get_mixer(struct snd_kcontrol *kcontrol,
3606 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003607{
Takashi Iwai98274f02005-11-17 14:52:34 +01003608 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003609 int source;
3610 int destination;
3611
3612 source = ucontrol->value.integer.value[0];
3613 if (source < 0)
3614 source = 0;
3615 else if (source >= 2 * HDSPM_MAX_CHANNELS)
3616 source = 2 * HDSPM_MAX_CHANNELS - 1;
3617
3618 destination = ucontrol->value.integer.value[1];
3619 if (destination < 0)
3620 destination = 0;
3621 else if (destination >= HDSPM_MAX_CHANNELS)
3622 destination = HDSPM_MAX_CHANNELS - 1;
3623
3624 spin_lock_irq(&hdspm->lock);
3625 if (source >= HDSPM_MAX_CHANNELS)
3626 ucontrol->value.integer.value[2] =
3627 hdspm_read_pb_gain(hdspm, destination,
3628 source - HDSPM_MAX_CHANNELS);
3629 else
3630 ucontrol->value.integer.value[2] =
3631 hdspm_read_in_gain(hdspm, destination, source);
3632
3633 spin_unlock_irq(&hdspm->lock);
3634
3635 return 0;
3636}
3637
Takashi Iwai98274f02005-11-17 14:52:34 +01003638static int snd_hdspm_put_mixer(struct snd_kcontrol *kcontrol,
3639 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003640{
Takashi Iwai98274f02005-11-17 14:52:34 +01003641 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003642 int change;
3643 int source;
3644 int destination;
3645 int gain;
3646
3647 if (!snd_hdspm_use_is_exclusive(hdspm))
3648 return -EBUSY;
3649
3650 source = ucontrol->value.integer.value[0];
3651 destination = ucontrol->value.integer.value[1];
3652
3653 if (source < 0 || source >= 2 * HDSPM_MAX_CHANNELS)
3654 return -1;
3655 if (destination < 0 || destination >= HDSPM_MAX_CHANNELS)
3656 return -1;
3657
3658 gain = ucontrol->value.integer.value[2];
3659
3660 spin_lock_irq(&hdspm->lock);
3661
3662 if (source >= HDSPM_MAX_CHANNELS)
3663 change = gain != hdspm_read_pb_gain(hdspm, destination,
3664 source -
3665 HDSPM_MAX_CHANNELS);
3666 else
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02003667 change = gain != hdspm_read_in_gain(hdspm, destination,
3668 source);
Takashi Iwai763f3562005-06-03 11:25:34 +02003669
3670 if (change) {
3671 if (source >= HDSPM_MAX_CHANNELS)
3672 hdspm_write_pb_gain(hdspm, destination,
3673 source - HDSPM_MAX_CHANNELS,
3674 gain);
3675 else
3676 hdspm_write_in_gain(hdspm, destination, source,
3677 gain);
3678 }
3679 spin_unlock_irq(&hdspm->lock);
3680
3681 return change;
3682}
3683
3684/* The simple mixer control(s) provide gain control for the
3685 basic 1:1 mappings of playback streams to output
Adrian Knoth0dca1792011-01-26 19:32:14 +01003686 streams.
Takashi Iwai763f3562005-06-03 11:25:34 +02003687*/
3688
3689#define HDSPM_PLAYBACK_MIXER \
3690{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3691 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE | \
3692 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3693 .info = snd_hdspm_info_playback_mixer, \
3694 .get = snd_hdspm_get_playback_mixer, \
3695 .put = snd_hdspm_put_playback_mixer \
3696}
3697
Takashi Iwai98274f02005-11-17 14:52:34 +01003698static int snd_hdspm_info_playback_mixer(struct snd_kcontrol *kcontrol,
3699 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02003700{
3701 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
3702 uinfo->count = 1;
3703 uinfo->value.integer.min = 0;
Adrian Knoth0dca1792011-01-26 19:32:14 +01003704 uinfo->value.integer.max = 64;
Takashi Iwai763f3562005-06-03 11:25:34 +02003705 uinfo->value.integer.step = 1;
3706 return 0;
3707}
3708
Takashi Iwai98274f02005-11-17 14:52:34 +01003709static int snd_hdspm_get_playback_mixer(struct snd_kcontrol *kcontrol,
3710 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003711{
Takashi Iwai98274f02005-11-17 14:52:34 +01003712 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003713 int channel;
Takashi Iwai763f3562005-06-03 11:25:34 +02003714
3715 channel = ucontrol->id.index - 1;
3716
Takashi Iwaida3cec32008-08-08 17:12:14 +02003717 if (snd_BUG_ON(channel < 0 || channel >= HDSPM_MAX_CHANNELS))
3718 return -EINVAL;
Takashi Iwai763f3562005-06-03 11:25:34 +02003719
Takashi Iwai763f3562005-06-03 11:25:34 +02003720 spin_lock_irq(&hdspm->lock);
3721 ucontrol->value.integer.value[0] =
Adrian Knoth0dca1792011-01-26 19:32:14 +01003722 (hdspm_read_pb_gain(hdspm, channel, channel)*64)/UNITY_GAIN;
Takashi Iwai763f3562005-06-03 11:25:34 +02003723 spin_unlock_irq(&hdspm->lock);
3724
Takashi Iwai763f3562005-06-03 11:25:34 +02003725 return 0;
3726}
3727
Takashi Iwai98274f02005-11-17 14:52:34 +01003728static int snd_hdspm_put_playback_mixer(struct snd_kcontrol *kcontrol,
3729 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02003730{
Takashi Iwai98274f02005-11-17 14:52:34 +01003731 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02003732 int change;
3733 int channel;
Takashi Iwai763f3562005-06-03 11:25:34 +02003734 int gain;
3735
3736 if (!snd_hdspm_use_is_exclusive(hdspm))
3737 return -EBUSY;
3738
3739 channel = ucontrol->id.index - 1;
3740
Takashi Iwaida3cec32008-08-08 17:12:14 +02003741 if (snd_BUG_ON(channel < 0 || channel >= HDSPM_MAX_CHANNELS))
3742 return -EINVAL;
Takashi Iwai763f3562005-06-03 11:25:34 +02003743
Adrian Knoth0dca1792011-01-26 19:32:14 +01003744 gain = ucontrol->value.integer.value[0]*UNITY_GAIN/64;
Takashi Iwai763f3562005-06-03 11:25:34 +02003745
3746 spin_lock_irq(&hdspm->lock);
3747 change =
Adrian Knoth0dca1792011-01-26 19:32:14 +01003748 gain != hdspm_read_pb_gain(hdspm, channel,
3749 channel);
Takashi Iwai763f3562005-06-03 11:25:34 +02003750 if (change)
Adrian Knoth0dca1792011-01-26 19:32:14 +01003751 hdspm_write_pb_gain(hdspm, channel, channel,
Takashi Iwai763f3562005-06-03 11:25:34 +02003752 gain);
3753 spin_unlock_irq(&hdspm->lock);
3754 return change;
3755}
3756
Adrian Knoth0dca1792011-01-26 19:32:14 +01003757#define HDSPM_SYNC_CHECK(xname, xindex) \
3758{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
3759 .name = xname, \
3760 .private_value = xindex, \
3761 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
3762 .info = snd_hdspm_info_sync_check, \
3763 .get = snd_hdspm_get_sync_check \
Takashi Iwai763f3562005-06-03 11:25:34 +02003764}
3765
Adrian Knoth0dca1792011-01-26 19:32:14 +01003766
Takashi Iwai98274f02005-11-17 14:52:34 +01003767static int snd_hdspm_info_sync_check(struct snd_kcontrol *kcontrol,
3768 struct snd_ctl_elem_info *uinfo)
Takashi Iwai763f3562005-06-03 11:25:34 +02003769{
Adrian Knoth0dca1792011-01-26 19:32:14 +01003770 static char *texts[] = { "No Lock", "Lock", "Sync", "N/A" };
Takashi Iwai763f3562005-06-03 11:25:34 +02003771 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3772 uinfo->count = 1;
Adrian Knoth0dca1792011-01-26 19:32:14 +01003773 uinfo->value.enumerated.items = 4;
Takashi Iwai763f3562005-06-03 11:25:34 +02003774 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
3775 uinfo->value.enumerated.item =
Adrian Knoth0dca1792011-01-26 19:32:14 +01003776 uinfo->value.enumerated.items - 1;
Takashi Iwai763f3562005-06-03 11:25:34 +02003777 strcpy(uinfo->value.enumerated.name,
Adrian Knoth0dca1792011-01-26 19:32:14 +01003778 texts[uinfo->value.enumerated.item]);
Takashi Iwai763f3562005-06-03 11:25:34 +02003779 return 0;
3780}
3781
Adrian Knoth0dca1792011-01-26 19:32:14 +01003782static int hdspm_wc_sync_check(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02003783{
Adrian Knoth0dca1792011-01-26 19:32:14 +01003784 int status, status2;
3785
3786 switch (hdspm->io_type) {
3787 case AES32:
3788 status = hdspm_read(hdspm, HDSPM_statusRegister);
3789 if (status & HDSPM_wcSync)
Takashi Iwai763f3562005-06-03 11:25:34 +02003790 return 2;
Adrian Knoth0dca1792011-01-26 19:32:14 +01003791 else if (status & HDSPM_wcLock)
3792 return 1;
Remy Bruno3cee5a62006-10-16 12:46:32 +02003793 return 0;
Adrian Knoth0dca1792011-01-26 19:32:14 +01003794 break;
3795
3796 case MADI:
3797 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
Remy Bruno3cee5a62006-10-16 12:46:32 +02003798 if (status2 & HDSPM_wcLock) {
3799 if (status2 & HDSPM_wcSync)
3800 return 2;
3801 else
3802 return 1;
3803 }
3804 return 0;
Adrian Knoth0dca1792011-01-26 19:32:14 +01003805 break;
3806
3807 case RayDAT:
3808 case AIO:
3809 status = hdspm_read(hdspm, HDSPM_statusRegister);
3810
3811 if (status & 0x2000000)
3812 return 2;
3813 else if (status & 0x1000000)
3814 return 1;
3815 return 0;
3816
3817 break;
3818
3819 case MADIface:
3820 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02003821 }
Takashi Iwai763f3562005-06-03 11:25:34 +02003822
Takashi Iwai763f3562005-06-03 11:25:34 +02003823
Adrian Knoth0dca1792011-01-26 19:32:14 +01003824 return 3;
Takashi Iwai763f3562005-06-03 11:25:34 +02003825}
3826
3827
Adrian Knoth0dca1792011-01-26 19:32:14 +01003828static int hdspm_madi_sync_check(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02003829{
3830 int status = hdspm_read(hdspm, HDSPM_statusRegister);
3831 if (status & HDSPM_madiLock) {
3832 if (status & HDSPM_madiSync)
3833 return 2;
3834 else
3835 return 1;
3836 }
3837 return 0;
3838}
3839
Adrian Knoth0dca1792011-01-26 19:32:14 +01003840
3841static int hdspm_s1_sync_check(struct hdspm *hdspm, int idx)
3842{
3843 int status, lock, sync;
3844
3845 status = hdspm_read(hdspm, HDSPM_RD_STATUS_1);
3846
3847 lock = (status & (0x1<<idx)) ? 1 : 0;
3848 sync = (status & (0x100<<idx)) ? 1 : 0;
3849
3850 if (lock && sync)
3851 return 2;
3852 else if (lock)
3853 return 1;
3854 return 0;
3855}
3856
3857
3858static int hdspm_sync_in_sync_check(struct hdspm *hdspm)
3859{
3860 int status, lock = 0, sync = 0;
3861
3862 switch (hdspm->io_type) {
3863 case RayDAT:
3864 case AIO:
3865 status = hdspm_read(hdspm, HDSPM_RD_STATUS_3);
3866 lock = (status & 0x400) ? 1 : 0;
3867 sync = (status & 0x800) ? 1 : 0;
3868 break;
3869
3870 case MADI:
3871 case AES32:
3872 status = hdspm_read(hdspm, HDSPM_statusRegister2);
Adrian Knotha7edbd52011-02-23 11:43:15 +01003873 lock = (status & HDSPM_syncInLock) ? 1 : 0;
3874 sync = (status & HDSPM_syncInSync) ? 1 : 0;
Adrian Knoth0dca1792011-01-26 19:32:14 +01003875 break;
3876
3877 case MADIface:
3878 break;
3879 }
3880
3881 if (lock && sync)
3882 return 2;
3883 else if (lock)
3884 return 1;
3885
3886 return 0;
3887}
3888
3889static int hdspm_aes_sync_check(struct hdspm *hdspm, int idx)
3890{
3891 int status2, lock, sync;
3892 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
3893
3894 lock = (status2 & (0x0080 >> idx)) ? 1 : 0;
3895 sync = (status2 & (0x8000 >> idx)) ? 1 : 0;
3896
3897 if (sync)
3898 return 2;
3899 else if (lock)
3900 return 1;
3901 return 0;
3902}
3903
3904
3905static int hdspm_tco_sync_check(struct hdspm *hdspm)
3906{
3907 int status;
3908
3909 if (hdspm->tco) {
3910 switch (hdspm->io_type) {
3911 case MADI:
3912 case AES32:
3913 status = hdspm_read(hdspm, HDSPM_statusRegister);
3914 if (status & HDSPM_tcoLock) {
3915 if (status & HDSPM_tcoSync)
3916 return 2;
3917 else
3918 return 1;
3919 }
3920 return 0;
3921
3922 break;
3923
3924 case RayDAT:
3925 case AIO:
3926 status = hdspm_read(hdspm, HDSPM_RD_STATUS_1);
3927
3928 if (status & 0x8000000)
3929 return 2; /* Sync */
3930 if (status & 0x4000000)
3931 return 1; /* Lock */
3932 return 0; /* No signal */
3933 break;
3934
3935 default:
3936 break;
3937 }
3938 }
3939
3940 return 3; /* N/A */
3941}
3942
3943
3944static int snd_hdspm_get_sync_check(struct snd_kcontrol *kcontrol,
3945 struct snd_ctl_elem_value *ucontrol)
3946{
3947 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3948 int val = -1;
3949
3950 switch (hdspm->io_type) {
3951 case RayDAT:
3952 switch (kcontrol->private_value) {
3953 case 0: /* WC */
3954 val = hdspm_wc_sync_check(hdspm); break;
3955 case 7: /* TCO */
3956 val = hdspm_tco_sync_check(hdspm); break;
3957 case 8: /* SYNC IN */
3958 val = hdspm_sync_in_sync_check(hdspm); break;
3959 default:
3960 val = hdspm_s1_sync_check(hdspm, ucontrol->id.index-1);
3961 }
3962
3963 case AIO:
3964 switch (kcontrol->private_value) {
3965 case 0: /* WC */
3966 val = hdspm_wc_sync_check(hdspm); break;
3967 case 4: /* TCO */
3968 val = hdspm_tco_sync_check(hdspm); break;
3969 case 5: /* SYNC IN */
3970 val = hdspm_sync_in_sync_check(hdspm); break;
3971 default:
3972 val = hdspm_s1_sync_check(hdspm, ucontrol->id.index-1);
3973 }
3974
3975 case MADI:
3976 switch (kcontrol->private_value) {
3977 case 0: /* WC */
3978 val = hdspm_wc_sync_check(hdspm); break;
3979 case 1: /* MADI */
3980 val = hdspm_madi_sync_check(hdspm); break;
3981 case 2: /* TCO */
3982 val = hdspm_tco_sync_check(hdspm); break;
3983 case 3: /* SYNC_IN */
3984 val = hdspm_sync_in_sync_check(hdspm); break;
3985 }
3986
3987 case MADIface:
3988 val = hdspm_madi_sync_check(hdspm); /* MADI */
3989 break;
3990
3991 case AES32:
3992 switch (kcontrol->private_value) {
3993 case 0: /* WC */
3994 val = hdspm_wc_sync_check(hdspm); break;
3995 case 9: /* TCO */
3996 val = hdspm_tco_sync_check(hdspm); break;
3997 case 10 /* SYNC IN */:
3998 val = hdspm_sync_in_sync_check(hdspm); break;
Adrian Knoth7c4a95b2011-02-23 11:43:13 +01003999 default: /* AES1 to AES8 */
Adrian Knoth0dca1792011-01-26 19:32:14 +01004000 val = hdspm_aes_sync_check(hdspm,
Adrian Knoth7c4a95b2011-02-23 11:43:13 +01004001 kcontrol->private_value-1);
Adrian Knoth0dca1792011-01-26 19:32:14 +01004002 }
4003
4004 }
4005
4006 if (-1 == val)
4007 val = 3;
4008
4009 ucontrol->value.enumerated.item[0] = val;
4010 return 0;
4011}
4012
4013
4014
4015/**
4016 * TCO controls
4017 **/
4018static void hdspm_tco_write(struct hdspm *hdspm)
4019{
4020 unsigned int tc[4] = { 0, 0, 0, 0};
4021
4022 switch (hdspm->tco->input) {
4023 case 0:
4024 tc[2] |= HDSPM_TCO2_set_input_MSB;
4025 break;
4026 case 1:
4027 tc[2] |= HDSPM_TCO2_set_input_LSB;
4028 break;
4029 default:
4030 break;
4031 }
4032
4033 switch (hdspm->tco->framerate) {
4034 case 1:
4035 tc[1] |= HDSPM_TCO1_LTC_Format_LSB;
4036 break;
4037 case 2:
4038 tc[1] |= HDSPM_TCO1_LTC_Format_MSB;
4039 break;
4040 case 3:
4041 tc[1] |= HDSPM_TCO1_LTC_Format_MSB +
4042 HDSPM_TCO1_set_drop_frame_flag;
4043 break;
4044 case 4:
4045 tc[1] |= HDSPM_TCO1_LTC_Format_LSB +
4046 HDSPM_TCO1_LTC_Format_MSB;
4047 break;
4048 case 5:
4049 tc[1] |= HDSPM_TCO1_LTC_Format_LSB +
4050 HDSPM_TCO1_LTC_Format_MSB +
4051 HDSPM_TCO1_set_drop_frame_flag;
4052 break;
4053 default:
4054 break;
4055 }
4056
4057 switch (hdspm->tco->wordclock) {
4058 case 1:
4059 tc[2] |= HDSPM_TCO2_WCK_IO_ratio_LSB;
4060 break;
4061 case 2:
4062 tc[2] |= HDSPM_TCO2_WCK_IO_ratio_MSB;
4063 break;
4064 default:
4065 break;
4066 }
4067
4068 switch (hdspm->tco->samplerate) {
4069 case 1:
4070 tc[2] |= HDSPM_TCO2_set_freq;
4071 break;
4072 case 2:
4073 tc[2] |= HDSPM_TCO2_set_freq_from_app;
4074 break;
4075 default:
4076 break;
4077 }
4078
4079 switch (hdspm->tco->pull) {
4080 case 1:
4081 tc[2] |= HDSPM_TCO2_set_pull_up;
4082 break;
4083 case 2:
4084 tc[2] |= HDSPM_TCO2_set_pull_down;
4085 break;
4086 case 3:
4087 tc[2] |= HDSPM_TCO2_set_pull_up + HDSPM_TCO2_set_01_4;
4088 break;
4089 case 4:
4090 tc[2] |= HDSPM_TCO2_set_pull_down + HDSPM_TCO2_set_01_4;
4091 break;
4092 default:
4093 break;
4094 }
4095
4096 if (1 == hdspm->tco->term) {
4097 tc[2] |= HDSPM_TCO2_set_term_75R;
4098 }
4099
4100 hdspm_write(hdspm, HDSPM_WR_TCO, tc[0]);
4101 hdspm_write(hdspm, HDSPM_WR_TCO+4, tc[1]);
4102 hdspm_write(hdspm, HDSPM_WR_TCO+8, tc[2]);
4103 hdspm_write(hdspm, HDSPM_WR_TCO+12, tc[3]);
4104}
4105
4106
4107#define HDSPM_TCO_SAMPLE_RATE(xname, xindex) \
4108{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4109 .name = xname, \
4110 .index = xindex, \
4111 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4112 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4113 .info = snd_hdspm_info_tco_sample_rate, \
4114 .get = snd_hdspm_get_tco_sample_rate, \
4115 .put = snd_hdspm_put_tco_sample_rate \
4116}
4117
4118static int snd_hdspm_info_tco_sample_rate(struct snd_kcontrol *kcontrol,
4119 struct snd_ctl_elem_info *uinfo)
4120{
4121 static char *texts[] = { "44.1 kHz", "48 kHz" };
4122 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
4123 uinfo->count = 1;
4124 uinfo->value.enumerated.items = 2;
4125
4126 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
4127 uinfo->value.enumerated.item =
4128 uinfo->value.enumerated.items - 1;
4129
4130 strcpy(uinfo->value.enumerated.name,
4131 texts[uinfo->value.enumerated.item]);
4132
4133 return 0;
4134}
4135
4136static int snd_hdspm_get_tco_sample_rate(struct snd_kcontrol *kcontrol,
4137 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai763f3562005-06-03 11:25:34 +02004138{
Takashi Iwai98274f02005-11-17 14:52:34 +01004139 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
Takashi Iwai763f3562005-06-03 11:25:34 +02004140
Adrian Knoth0dca1792011-01-26 19:32:14 +01004141 ucontrol->value.enumerated.item[0] = hdspm->tco->samplerate;
4142
Takashi Iwai763f3562005-06-03 11:25:34 +02004143 return 0;
4144}
4145
Adrian Knoth0dca1792011-01-26 19:32:14 +01004146static int snd_hdspm_put_tco_sample_rate(struct snd_kcontrol *kcontrol,
4147 struct snd_ctl_elem_value *ucontrol)
Remy Bruno3cee5a62006-10-16 12:46:32 +02004148{
Adrian Knoth0dca1792011-01-26 19:32:14 +01004149 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4150
4151 if (hdspm->tco->samplerate != ucontrol->value.enumerated.item[0]) {
4152 hdspm->tco->samplerate = ucontrol->value.enumerated.item[0];
4153
4154 hdspm_tco_write(hdspm);
4155
4156 return 1;
Remy Bruno3cee5a62006-10-16 12:46:32 +02004157 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01004158
Remy Bruno3cee5a62006-10-16 12:46:32 +02004159 return 0;
4160}
4161
Adrian Knoth0dca1792011-01-26 19:32:14 +01004162
4163#define HDSPM_TCO_PULL(xname, xindex) \
4164{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4165 .name = xname, \
4166 .index = xindex, \
4167 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4168 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4169 .info = snd_hdspm_info_tco_pull, \
4170 .get = snd_hdspm_get_tco_pull, \
4171 .put = snd_hdspm_put_tco_pull \
4172}
4173
4174static int snd_hdspm_info_tco_pull(struct snd_kcontrol *kcontrol,
4175 struct snd_ctl_elem_info *uinfo)
4176{
4177 static char *texts[] = { "0", "+ 0.1 %", "- 0.1 %", "+ 4 %", "- 4 %" };
4178 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
4179 uinfo->count = 1;
4180 uinfo->value.enumerated.items = 5;
4181
4182 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
4183 uinfo->value.enumerated.item =
4184 uinfo->value.enumerated.items - 1;
4185
4186 strcpy(uinfo->value.enumerated.name,
4187 texts[uinfo->value.enumerated.item]);
4188
4189 return 0;
4190}
4191
4192static int snd_hdspm_get_tco_pull(struct snd_kcontrol *kcontrol,
4193 struct snd_ctl_elem_value *ucontrol)
4194{
4195 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4196
4197 ucontrol->value.enumerated.item[0] = hdspm->tco->pull;
4198
4199 return 0;
4200}
4201
4202static int snd_hdspm_put_tco_pull(struct snd_kcontrol *kcontrol,
4203 struct snd_ctl_elem_value *ucontrol)
4204{
4205 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4206
4207 if (hdspm->tco->pull != ucontrol->value.enumerated.item[0]) {
4208 hdspm->tco->pull = ucontrol->value.enumerated.item[0];
4209
4210 hdspm_tco_write(hdspm);
4211
4212 return 1;
4213 }
4214
4215 return 0;
4216}
4217
4218#define HDSPM_TCO_WCK_CONVERSION(xname, xindex) \
4219{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4220 .name = xname, \
4221 .index = xindex, \
4222 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4223 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4224 .info = snd_hdspm_info_tco_wck_conversion, \
4225 .get = snd_hdspm_get_tco_wck_conversion, \
4226 .put = snd_hdspm_put_tco_wck_conversion \
4227}
4228
4229static int snd_hdspm_info_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4230 struct snd_ctl_elem_info *uinfo)
4231{
4232 static char *texts[] = { "1:1", "44.1 -> 48", "48 -> 44.1" };
4233 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
4234 uinfo->count = 1;
4235 uinfo->value.enumerated.items = 3;
4236
4237 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
4238 uinfo->value.enumerated.item =
4239 uinfo->value.enumerated.items - 1;
4240
4241 strcpy(uinfo->value.enumerated.name,
4242 texts[uinfo->value.enumerated.item]);
4243
4244 return 0;
4245}
4246
4247static int snd_hdspm_get_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4248 struct snd_ctl_elem_value *ucontrol)
4249{
4250 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4251
4252 ucontrol->value.enumerated.item[0] = hdspm->tco->wordclock;
4253
4254 return 0;
4255}
4256
4257static int snd_hdspm_put_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4258 struct snd_ctl_elem_value *ucontrol)
4259{
4260 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4261
4262 if (hdspm->tco->wordclock != ucontrol->value.enumerated.item[0]) {
4263 hdspm->tco->wordclock = ucontrol->value.enumerated.item[0];
4264
4265 hdspm_tco_write(hdspm);
4266
4267 return 1;
4268 }
4269
4270 return 0;
4271}
4272
4273
4274#define HDSPM_TCO_FRAME_RATE(xname, xindex) \
4275{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4276 .name = xname, \
4277 .index = xindex, \
4278 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4279 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4280 .info = snd_hdspm_info_tco_frame_rate, \
4281 .get = snd_hdspm_get_tco_frame_rate, \
4282 .put = snd_hdspm_put_tco_frame_rate \
4283}
4284
4285static int snd_hdspm_info_tco_frame_rate(struct snd_kcontrol *kcontrol,
4286 struct snd_ctl_elem_info *uinfo)
4287{
4288 static char *texts[] = { "24 fps", "25 fps", "29.97fps",
4289 "29.97 dfps", "30 fps", "30 dfps" };
4290 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
4291 uinfo->count = 1;
4292 uinfo->value.enumerated.items = 6;
4293
4294 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
4295 uinfo->value.enumerated.item =
4296 uinfo->value.enumerated.items - 1;
4297
4298 strcpy(uinfo->value.enumerated.name,
4299 texts[uinfo->value.enumerated.item]);
4300
4301 return 0;
4302}
4303
4304static int snd_hdspm_get_tco_frame_rate(struct snd_kcontrol *kcontrol,
Remy Bruno3cee5a62006-10-16 12:46:32 +02004305 struct snd_ctl_elem_value *ucontrol)
4306{
Remy Bruno3cee5a62006-10-16 12:46:32 +02004307 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4308
Adrian Knoth0dca1792011-01-26 19:32:14 +01004309 ucontrol->value.enumerated.item[0] = hdspm->tco->framerate;
Remy Bruno3cee5a62006-10-16 12:46:32 +02004310
Remy Bruno3cee5a62006-10-16 12:46:32 +02004311 return 0;
4312}
Takashi Iwai763f3562005-06-03 11:25:34 +02004313
Adrian Knoth0dca1792011-01-26 19:32:14 +01004314static int snd_hdspm_put_tco_frame_rate(struct snd_kcontrol *kcontrol,
4315 struct snd_ctl_elem_value *ucontrol)
4316{
4317 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4318
4319 if (hdspm->tco->framerate != ucontrol->value.enumerated.item[0]) {
4320 hdspm->tco->framerate = ucontrol->value.enumerated.item[0];
4321
4322 hdspm_tco_write(hdspm);
4323
4324 return 1;
4325 }
4326
4327 return 0;
4328}
4329
4330
4331#define HDSPM_TCO_SYNC_SOURCE(xname, xindex) \
4332{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4333 .name = xname, \
4334 .index = xindex, \
4335 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4336 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4337 .info = snd_hdspm_info_tco_sync_source, \
4338 .get = snd_hdspm_get_tco_sync_source, \
4339 .put = snd_hdspm_put_tco_sync_source \
4340}
4341
4342static int snd_hdspm_info_tco_sync_source(struct snd_kcontrol *kcontrol,
4343 struct snd_ctl_elem_info *uinfo)
4344{
4345 static char *texts[] = { "LTC", "Video", "WCK" };
4346 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
4347 uinfo->count = 1;
4348 uinfo->value.enumerated.items = 3;
4349
4350 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
4351 uinfo->value.enumerated.item =
4352 uinfo->value.enumerated.items - 1;
4353
4354 strcpy(uinfo->value.enumerated.name,
4355 texts[uinfo->value.enumerated.item]);
4356
4357 return 0;
4358}
4359
4360static int snd_hdspm_get_tco_sync_source(struct snd_kcontrol *kcontrol,
4361 struct snd_ctl_elem_value *ucontrol)
4362{
4363 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4364
4365 ucontrol->value.enumerated.item[0] = hdspm->tco->input;
4366
4367 return 0;
4368}
4369
4370static int snd_hdspm_put_tco_sync_source(struct snd_kcontrol *kcontrol,
4371 struct snd_ctl_elem_value *ucontrol)
4372{
4373 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4374
4375 if (hdspm->tco->input != ucontrol->value.enumerated.item[0]) {
4376 hdspm->tco->input = ucontrol->value.enumerated.item[0];
4377
4378 hdspm_tco_write(hdspm);
4379
4380 return 1;
4381 }
4382
4383 return 0;
4384}
4385
4386
4387#define HDSPM_TCO_WORD_TERM(xname, xindex) \
4388{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
4389 .name = xname, \
4390 .index = xindex, \
4391 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
4392 SNDRV_CTL_ELEM_ACCESS_VOLATILE, \
4393 .info = snd_hdspm_info_tco_word_term, \
4394 .get = snd_hdspm_get_tco_word_term, \
4395 .put = snd_hdspm_put_tco_word_term \
4396}
4397
4398static int snd_hdspm_info_tco_word_term(struct snd_kcontrol *kcontrol,
4399 struct snd_ctl_elem_info *uinfo)
4400{
4401 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
4402 uinfo->count = 1;
4403 uinfo->value.integer.min = 0;
4404 uinfo->value.integer.max = 1;
4405
4406 return 0;
4407}
4408
4409
4410static int snd_hdspm_get_tco_word_term(struct snd_kcontrol *kcontrol,
4411 struct snd_ctl_elem_value *ucontrol)
4412{
4413 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4414
4415 ucontrol->value.enumerated.item[0] = hdspm->tco->term;
4416
4417 return 0;
4418}
4419
4420
4421static int snd_hdspm_put_tco_word_term(struct snd_kcontrol *kcontrol,
4422 struct snd_ctl_elem_value *ucontrol)
4423{
4424 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4425
4426 if (hdspm->tco->term != ucontrol->value.enumerated.item[0]) {
4427 hdspm->tco->term = ucontrol->value.enumerated.item[0];
4428
4429 hdspm_tco_write(hdspm);
4430
4431 return 1;
4432 }
4433
4434 return 0;
4435}
4436
4437
4438
Takashi Iwai763f3562005-06-03 11:25:34 +02004439
Remy Bruno3cee5a62006-10-16 12:46:32 +02004440static struct snd_kcontrol_new snd_hdspm_controls_madi[] = {
Takashi Iwai763f3562005-06-03 11:25:34 +02004441 HDSPM_MIXER("Mixer", 0),
Adrian Knoth0dca1792011-01-26 19:32:14 +01004442 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
Takashi Iwai763f3562005-06-03 11:25:34 +02004443 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4444 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4445 HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
4446 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
Adrian Knoth0dca1792011-01-26 19:32:14 +01004447 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4448 HDSPM_SYNC_CHECK("MADI SyncCheck", 1),
4449 HDSPM_SYNC_CHECK("TCO SyncCHeck", 2),
4450 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 3),
Takashi Iwai763f3562005-06-03 11:25:34 +02004451 HDSPM_LINE_OUT("Line Out", 0),
4452 HDSPM_TX_64("TX 64 channels mode", 0),
4453 HDSPM_C_TMS("Clear Track Marker", 0),
4454 HDSPM_SAFE_MODE("Safe Mode", 0),
Adrian Knoth700d1ef2011-07-29 03:11:02 +02004455 HDSPM_INPUT_SELECT("Input Select", 0),
4456 HDSPM_MADI_SPEEDMODE("MADI Speed Mode", 0)
Adrian Knoth0dca1792011-01-26 19:32:14 +01004457};
4458
4459
4460static struct snd_kcontrol_new snd_hdspm_controls_madiface[] = {
4461 HDSPM_MIXER("Mixer", 0),
4462 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4463 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4464 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4465 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4466 HDSPM_SYNC_CHECK("MADI SyncCheck", 0),
4467 HDSPM_TX_64("TX 64 channels mode", 0),
4468 HDSPM_C_TMS("Clear Track Marker", 0),
Adrian Knoth700d1ef2011-07-29 03:11:02 +02004469 HDSPM_SAFE_MODE("Safe Mode", 0),
4470 HDSPM_MADI_SPEEDMODE("MADI Speed Mode", 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02004471};
4472
Adrian Knoth0dca1792011-01-26 19:32:14 +01004473static struct snd_kcontrol_new snd_hdspm_controls_aio[] = {
Remy Bruno3cee5a62006-10-16 12:46:32 +02004474 HDSPM_MIXER("Mixer", 0),
Adrian Knoth0dca1792011-01-26 19:32:14 +01004475 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
Remy Bruno3cee5a62006-10-16 12:46:32 +02004476 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4477 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4478 HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
4479 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
Remy Bruno3cee5a62006-10-16 12:46:32 +02004480 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
Adrian Knoth0dca1792011-01-26 19:32:14 +01004481 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4482 HDSPM_SYNC_CHECK("AES SyncCheck", 1),
4483 HDSPM_SYNC_CHECK("SPDIF SyncCheck", 2),
4484 HDSPM_SYNC_CHECK("ADAT SyncCheck", 3),
4485 HDSPM_SYNC_CHECK("TCO SyncCheck", 4),
4486 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 5),
4487 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4488 HDSPM_AUTOSYNC_SAMPLE_RATE("AES Frequency", 1),
4489 HDSPM_AUTOSYNC_SAMPLE_RATE("SPDIF Frequency", 2),
4490 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT Frequency", 3),
4491 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 4),
4492 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 5)
4493
4494 /*
4495 HDSPM_INPUT_SELECT("Input Select", 0),
4496 HDSPM_SPDIF_OPTICAL("SPDIF Out Optical", 0),
4497 HDSPM_PROFESSIONAL("SPDIF Out Professional", 0);
4498 HDSPM_SPDIF_IN("SPDIF In", 0);
4499 HDSPM_BREAKOUT_CABLE("Breakout Cable", 0);
4500 HDSPM_INPUT_LEVEL("Input Level", 0);
4501 HDSPM_OUTPUT_LEVEL("Output Level", 0);
4502 HDSPM_PHONES("Phones", 0);
4503 */
4504};
4505
4506static struct snd_kcontrol_new snd_hdspm_controls_raydat[] = {
4507 HDSPM_MIXER("Mixer", 0),
4508 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4509 HDSPM_SYSTEM_CLOCK_MODE("Clock Mode", 0),
4510 HDSPM_PREF_SYNC_REF("Pref Sync Ref", 0),
4511 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4512 HDSPM_SYNC_CHECK("WC SyncCheck", 0),
4513 HDSPM_SYNC_CHECK("AES SyncCheck", 1),
4514 HDSPM_SYNC_CHECK("SPDIF SyncCheck", 2),
4515 HDSPM_SYNC_CHECK("ADAT1 SyncCheck", 3),
4516 HDSPM_SYNC_CHECK("ADAT2 SyncCheck", 4),
4517 HDSPM_SYNC_CHECK("ADAT3 SyncCheck", 5),
4518 HDSPM_SYNC_CHECK("ADAT4 SyncCheck", 6),
4519 HDSPM_SYNC_CHECK("TCO SyncCheck", 7),
4520 HDSPM_SYNC_CHECK("SYNC IN SyncCheck", 8),
4521 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4522 HDSPM_AUTOSYNC_SAMPLE_RATE("AES Frequency", 1),
4523 HDSPM_AUTOSYNC_SAMPLE_RATE("SPDIF Frequency", 2),
4524 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT1 Frequency", 3),
4525 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT2 Frequency", 4),
4526 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT3 Frequency", 5),
4527 HDSPM_AUTOSYNC_SAMPLE_RATE("ADAT4 Frequency", 6),
4528 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 7),
4529 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 8)
4530};
4531
4532static struct snd_kcontrol_new snd_hdspm_controls_aes32[] = {
4533 HDSPM_MIXER("Mixer", 0),
4534 HDSPM_INTERNAL_CLOCK("Internal Clock", 0),
4535 HDSPM_SYSTEM_CLOCK_MODE("System Clock Mode", 0),
4536 HDSPM_PREF_SYNC_REF("Preferred Sync Reference", 0),
4537 HDSPM_AUTOSYNC_REF("AutoSync Reference", 0),
4538 HDSPM_SYSTEM_SAMPLE_RATE("System Sample Rate", 0),
4539 HDSPM_AUTOSYNC_SAMPLE_RATE("External Rate", 0),
4540 HDSPM_SYNC_CHECK("WC Sync Check", 0),
4541 HDSPM_SYNC_CHECK("AES1 Sync Check", 1),
4542 HDSPM_SYNC_CHECK("AES2 Sync Check", 2),
4543 HDSPM_SYNC_CHECK("AES3 Sync Check", 3),
4544 HDSPM_SYNC_CHECK("AES4 Sync Check", 4),
4545 HDSPM_SYNC_CHECK("AES5 Sync Check", 5),
4546 HDSPM_SYNC_CHECK("AES6 Sync Check", 6),
4547 HDSPM_SYNC_CHECK("AES7 Sync Check", 7),
4548 HDSPM_SYNC_CHECK("AES8 Sync Check", 8),
4549 HDSPM_SYNC_CHECK("TCO Sync Check", 9),
4550 HDSPM_SYNC_CHECK("SYNC IN Sync Check", 10),
4551 HDSPM_AUTOSYNC_SAMPLE_RATE("WC Frequency", 0),
4552 HDSPM_AUTOSYNC_SAMPLE_RATE("AES1 Frequency", 1),
4553 HDSPM_AUTOSYNC_SAMPLE_RATE("AES2 Frequency", 2),
4554 HDSPM_AUTOSYNC_SAMPLE_RATE("AES3 Frequency", 3),
4555 HDSPM_AUTOSYNC_SAMPLE_RATE("AES4 Frequency", 4),
4556 HDSPM_AUTOSYNC_SAMPLE_RATE("AES5 Frequency", 5),
4557 HDSPM_AUTOSYNC_SAMPLE_RATE("AES6 Frequency", 6),
4558 HDSPM_AUTOSYNC_SAMPLE_RATE("AES7 Frequency", 7),
4559 HDSPM_AUTOSYNC_SAMPLE_RATE("AES8 Frequency", 8),
4560 HDSPM_AUTOSYNC_SAMPLE_RATE("TCO Frequency", 9),
4561 HDSPM_AUTOSYNC_SAMPLE_RATE("SYNC IN Frequency", 10),
Remy Bruno3cee5a62006-10-16 12:46:32 +02004562 HDSPM_LINE_OUT("Line Out", 0),
4563 HDSPM_EMPHASIS("Emphasis", 0),
4564 HDSPM_DOLBY("Non Audio", 0),
4565 HDSPM_PROFESSIONAL("Professional", 0),
4566 HDSPM_C_TMS("Clear Track Marker", 0),
4567 HDSPM_DS_WIRE("Double Speed Wire Mode", 0),
4568 HDSPM_QS_WIRE("Quad Speed Wire Mode", 0),
4569};
4570
Adrian Knoth0dca1792011-01-26 19:32:14 +01004571
4572
4573/* Control elements for the optional TCO module */
4574static struct snd_kcontrol_new snd_hdspm_controls_tco[] = {
4575 HDSPM_TCO_SAMPLE_RATE("TCO Sample Rate", 0),
4576 HDSPM_TCO_PULL("TCO Pull", 0),
4577 HDSPM_TCO_WCK_CONVERSION("TCO WCK Conversion", 0),
4578 HDSPM_TCO_FRAME_RATE("TCO Frame Rate", 0),
4579 HDSPM_TCO_SYNC_SOURCE("TCO Sync Source", 0),
4580 HDSPM_TCO_WORD_TERM("TCO Word Term", 0)
4581};
4582
4583
Takashi Iwai98274f02005-11-17 14:52:34 +01004584static struct snd_kcontrol_new snd_hdspm_playback_mixer = HDSPM_PLAYBACK_MIXER;
Takashi Iwai763f3562005-06-03 11:25:34 +02004585
4586
Takashi Iwai98274f02005-11-17 14:52:34 +01004587static int hdspm_update_simple_mixer_controls(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02004588{
4589 int i;
4590
Adrian Knoth0dca1792011-01-26 19:32:14 +01004591 for (i = hdspm->ds_out_channels; i < hdspm->ss_out_channels; ++i) {
Takashi Iwai763f3562005-06-03 11:25:34 +02004592 if (hdspm->system_sample_rate > 48000) {
4593 hdspm->playback_mixer_ctls[i]->vd[0].access =
Adrian Knoth0dca1792011-01-26 19:32:14 +01004594 SNDRV_CTL_ELEM_ACCESS_INACTIVE |
4595 SNDRV_CTL_ELEM_ACCESS_READ |
4596 SNDRV_CTL_ELEM_ACCESS_VOLATILE;
Takashi Iwai763f3562005-06-03 11:25:34 +02004597 } else {
4598 hdspm->playback_mixer_ctls[i]->vd[0].access =
Adrian Knoth0dca1792011-01-26 19:32:14 +01004599 SNDRV_CTL_ELEM_ACCESS_READWRITE |
4600 SNDRV_CTL_ELEM_ACCESS_VOLATILE;
Takashi Iwai763f3562005-06-03 11:25:34 +02004601 }
4602 snd_ctl_notify(hdspm->card, SNDRV_CTL_EVENT_MASK_VALUE |
Adrian Knoth0dca1792011-01-26 19:32:14 +01004603 SNDRV_CTL_EVENT_MASK_INFO,
4604 &hdspm->playback_mixer_ctls[i]->id);
Takashi Iwai763f3562005-06-03 11:25:34 +02004605 }
4606
4607 return 0;
4608}
4609
4610
Adrian Knoth0dca1792011-01-26 19:32:14 +01004611static int snd_hdspm_create_controls(struct snd_card *card,
4612 struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02004613{
4614 unsigned int idx, limit;
4615 int err;
Takashi Iwai98274f02005-11-17 14:52:34 +01004616 struct snd_kcontrol *kctl;
Adrian Knoth0dca1792011-01-26 19:32:14 +01004617 struct snd_kcontrol_new *list = NULL;
Takashi Iwai763f3562005-06-03 11:25:34 +02004618
Adrian Knoth0dca1792011-01-26 19:32:14 +01004619 switch (hdspm->io_type) {
4620 case MADI:
4621 list = snd_hdspm_controls_madi;
4622 limit = ARRAY_SIZE(snd_hdspm_controls_madi);
4623 break;
4624 case MADIface:
4625 list = snd_hdspm_controls_madiface;
4626 limit = ARRAY_SIZE(snd_hdspm_controls_madiface);
4627 break;
4628 case AIO:
4629 list = snd_hdspm_controls_aio;
4630 limit = ARRAY_SIZE(snd_hdspm_controls_aio);
4631 break;
4632 case RayDAT:
4633 list = snd_hdspm_controls_raydat;
4634 limit = ARRAY_SIZE(snd_hdspm_controls_raydat);
4635 break;
4636 case AES32:
4637 list = snd_hdspm_controls_aes32;
4638 limit = ARRAY_SIZE(snd_hdspm_controls_aes32);
4639 break;
4640 }
Takashi Iwai763f3562005-06-03 11:25:34 +02004641
Adrian Knoth0dca1792011-01-26 19:32:14 +01004642 if (NULL != list) {
4643 for (idx = 0; idx < limit; idx++) {
Remy Bruno3cee5a62006-10-16 12:46:32 +02004644 err = snd_ctl_add(card,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004645 snd_ctl_new1(&list[idx], hdspm));
Remy Bruno3cee5a62006-10-16 12:46:32 +02004646 if (err < 0)
4647 return err;
Takashi Iwai763f3562005-06-03 11:25:34 +02004648 }
4649 }
4650
Takashi Iwai763f3562005-06-03 11:25:34 +02004651
Adrian Knoth0dca1792011-01-26 19:32:14 +01004652 /* create simple 1:1 playback mixer controls */
Takashi Iwai763f3562005-06-03 11:25:34 +02004653 snd_hdspm_playback_mixer.name = "Chn";
Adrian Knoth0dca1792011-01-26 19:32:14 +01004654 if (hdspm->system_sample_rate >= 128000) {
4655 limit = hdspm->qs_out_channels;
4656 } else if (hdspm->system_sample_rate >= 64000) {
4657 limit = hdspm->ds_out_channels;
4658 } else {
4659 limit = hdspm->ss_out_channels;
4660 }
Takashi Iwai763f3562005-06-03 11:25:34 +02004661 for (idx = 0; idx < limit; ++idx) {
4662 snd_hdspm_playback_mixer.index = idx + 1;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02004663 kctl = snd_ctl_new1(&snd_hdspm_playback_mixer, hdspm);
4664 err = snd_ctl_add(card, kctl);
4665 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02004666 return err;
Takashi Iwai763f3562005-06-03 11:25:34 +02004667 hdspm->playback_mixer_ctls[idx] = kctl;
4668 }
4669
Adrian Knoth0dca1792011-01-26 19:32:14 +01004670
4671 if (hdspm->tco) {
4672 /* add tco control elements */
4673 list = snd_hdspm_controls_tco;
4674 limit = ARRAY_SIZE(snd_hdspm_controls_tco);
4675 for (idx = 0; idx < limit; idx++) {
4676 err = snd_ctl_add(card,
4677 snd_ctl_new1(&list[idx], hdspm));
4678 if (err < 0)
4679 return err;
4680 }
4681 }
4682
Takashi Iwai763f3562005-06-03 11:25:34 +02004683 return 0;
4684}
4685
4686/*------------------------------------------------------------
Adrian Knoth0dca1792011-01-26 19:32:14 +01004687 /proc interface
Takashi Iwai763f3562005-06-03 11:25:34 +02004688 ------------------------------------------------------------*/
4689
4690static void
Remy Bruno3cee5a62006-10-16 12:46:32 +02004691snd_hdspm_proc_read_madi(struct snd_info_entry * entry,
4692 struct snd_info_buffer *buffer)
Takashi Iwai763f3562005-06-03 11:25:34 +02004693{
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02004694 struct hdspm *hdspm = entry->private_data;
Adrian Knoth0dca1792011-01-26 19:32:14 +01004695 unsigned int status, status2, control, freq;
4696
Takashi Iwai763f3562005-06-03 11:25:34 +02004697 char *pref_sync_ref;
4698 char *autosync_ref;
4699 char *system_clock_mode;
Takashi Iwai763f3562005-06-03 11:25:34 +02004700 char *insel;
Takashi Iwai763f3562005-06-03 11:25:34 +02004701 int x, x2;
4702
Adrian Knoth0dca1792011-01-26 19:32:14 +01004703 /* TCO stuff */
4704 int a, ltc, frames, seconds, minutes, hours;
4705 unsigned int period;
4706 u64 freq_const = 0;
4707 u32 rate;
4708
Takashi Iwai763f3562005-06-03 11:25:34 +02004709 status = hdspm_read(hdspm, HDSPM_statusRegister);
4710 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
Adrian Knoth0dca1792011-01-26 19:32:14 +01004711 control = hdspm->control_register;
4712 freq = hdspm_read(hdspm, HDSPM_timecodeRegister);
Takashi Iwai763f3562005-06-03 11:25:34 +02004713
4714 snd_iprintf(buffer, "%s (Card #%d) Rev.%x Status2first3bits: %x\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01004715 hdspm->card_name, hdspm->card->number + 1,
4716 hdspm->firmware_rev,
4717 (status2 & HDSPM_version0) |
4718 (status2 & HDSPM_version1) | (status2 &
4719 HDSPM_version2));
4720
4721 snd_iprintf(buffer, "HW Serial: 0x%06x%06x\n",
4722 (hdspm_read(hdspm, HDSPM_midiStatusIn1)>>8) & 0xFFFFFF,
Adrian Knoth7d53a632012-01-04 14:31:16 +01004723 hdspm->serial);
Takashi Iwai763f3562005-06-03 11:25:34 +02004724
4725 snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01004726 hdspm->irq, hdspm->port, (unsigned long)hdspm->iobase);
Takashi Iwai763f3562005-06-03 11:25:34 +02004727
4728 snd_iprintf(buffer, "--- System ---\n");
4729
4730 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004731 "IRQ Pending: Audio=%d, MIDI0=%d, MIDI1=%d, IRQcount=%d\n",
4732 status & HDSPM_audioIRQPending,
4733 (status & HDSPM_midi0IRQPending) ? 1 : 0,
4734 (status & HDSPM_midi1IRQPending) ? 1 : 0,
4735 hdspm->irq_count);
Takashi Iwai763f3562005-06-03 11:25:34 +02004736 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004737 "HW pointer: id = %d, rawptr = %d (%d->%d) "
4738 "estimated= %ld (bytes)\n",
4739 ((status & HDSPM_BufferID) ? 1 : 0),
4740 (status & HDSPM_BufferPositionMask),
4741 (status & HDSPM_BufferPositionMask) %
4742 (2 * (int)hdspm->period_bytes),
4743 ((status & HDSPM_BufferPositionMask) - 64) %
4744 (2 * (int)hdspm->period_bytes),
4745 (long) hdspm_hw_pointer(hdspm) * 4);
Takashi Iwai763f3562005-06-03 11:25:34 +02004746
4747 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004748 "MIDI FIFO: Out1=0x%x, Out2=0x%x, In1=0x%x, In2=0x%x \n",
4749 hdspm_read(hdspm, HDSPM_midiStatusOut0) & 0xFF,
4750 hdspm_read(hdspm, HDSPM_midiStatusOut1) & 0xFF,
4751 hdspm_read(hdspm, HDSPM_midiStatusIn0) & 0xFF,
4752 hdspm_read(hdspm, HDSPM_midiStatusIn1) & 0xFF);
Takashi Iwai763f3562005-06-03 11:25:34 +02004753 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004754 "MIDIoverMADI FIFO: In=0x%x, Out=0x%x \n",
4755 hdspm_read(hdspm, HDSPM_midiStatusIn2) & 0xFF,
4756 hdspm_read(hdspm, HDSPM_midiStatusOut2) & 0xFF);
4757 snd_iprintf(buffer,
4758 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
4759 "status2=0x%x\n",
4760 hdspm->control_register, hdspm->control2_register,
4761 status, status2);
4762 if (status & HDSPM_tco_detect) {
4763 snd_iprintf(buffer, "TCO module detected.\n");
4764 a = hdspm_read(hdspm, HDSPM_RD_TCO+4);
4765 if (a & HDSPM_TCO1_LTC_Input_valid) {
4766 snd_iprintf(buffer, " LTC valid, ");
4767 switch (a & (HDSPM_TCO1_LTC_Format_LSB |
4768 HDSPM_TCO1_LTC_Format_MSB)) {
4769 case 0:
4770 snd_iprintf(buffer, "24 fps, ");
4771 break;
4772 case HDSPM_TCO1_LTC_Format_LSB:
4773 snd_iprintf(buffer, "25 fps, ");
4774 break;
4775 case HDSPM_TCO1_LTC_Format_MSB:
4776 snd_iprintf(buffer, "29.97 fps, ");
4777 break;
4778 default:
4779 snd_iprintf(buffer, "30 fps, ");
4780 break;
4781 }
4782 if (a & HDSPM_TCO1_set_drop_frame_flag) {
4783 snd_iprintf(buffer, "drop frame\n");
4784 } else {
4785 snd_iprintf(buffer, "full frame\n");
4786 }
4787 } else {
4788 snd_iprintf(buffer, " no LTC\n");
4789 }
4790 if (a & HDSPM_TCO1_Video_Input_Format_NTSC) {
4791 snd_iprintf(buffer, " Video: NTSC\n");
4792 } else if (a & HDSPM_TCO1_Video_Input_Format_PAL) {
4793 snd_iprintf(buffer, " Video: PAL\n");
4794 } else {
4795 snd_iprintf(buffer, " No video\n");
4796 }
4797 if (a & HDSPM_TCO1_TCO_lock) {
4798 snd_iprintf(buffer, " Sync: lock\n");
4799 } else {
4800 snd_iprintf(buffer, " Sync: no lock\n");
4801 }
4802
4803 switch (hdspm->io_type) {
4804 case MADI:
4805 case AES32:
4806 freq_const = 110069313433624ULL;
4807 break;
4808 case RayDAT:
4809 case AIO:
4810 freq_const = 104857600000000ULL;
4811 break;
4812 case MADIface:
4813 break; /* no TCO possible */
4814 }
4815
4816 period = hdspm_read(hdspm, HDSPM_RD_PLL_FREQ);
4817 snd_iprintf(buffer, " period: %u\n", period);
4818
4819
4820 /* rate = freq_const/period; */
4821 rate = div_u64(freq_const, period);
4822
4823 if (control & HDSPM_QuadSpeed) {
4824 rate *= 4;
4825 } else if (control & HDSPM_DoubleSpeed) {
4826 rate *= 2;
4827 }
4828
4829 snd_iprintf(buffer, " Frequency: %u Hz\n",
4830 (unsigned int) rate);
4831
4832 ltc = hdspm_read(hdspm, HDSPM_RD_TCO);
4833 frames = ltc & 0xF;
4834 ltc >>= 4;
4835 frames += (ltc & 0x3) * 10;
4836 ltc >>= 4;
4837 seconds = ltc & 0xF;
4838 ltc >>= 4;
4839 seconds += (ltc & 0x7) * 10;
4840 ltc >>= 4;
4841 minutes = ltc & 0xF;
4842 ltc >>= 4;
4843 minutes += (ltc & 0x7) * 10;
4844 ltc >>= 4;
4845 hours = ltc & 0xF;
4846 ltc >>= 4;
4847 hours += (ltc & 0x3) * 10;
4848 snd_iprintf(buffer,
4849 " LTC In: %02d:%02d:%02d:%02d\n",
4850 hours, minutes, seconds, frames);
4851
4852 } else {
4853 snd_iprintf(buffer, "No TCO module detected.\n");
4854 }
Takashi Iwai763f3562005-06-03 11:25:34 +02004855
4856 snd_iprintf(buffer, "--- Settings ---\n");
4857
Adrian Knoth7cb155f2011-08-15 00:22:53 +02004858 x = hdspm_get_latency(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02004859
4860 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004861 "Size (Latency): %d samples (2 periods of %lu bytes)\n",
4862 x, (unsigned long) hdspm->period_bytes);
Takashi Iwai763f3562005-06-03 11:25:34 +02004863
Adrian Knoth0dca1792011-01-26 19:32:14 +01004864 snd_iprintf(buffer, "Line out: %s\n",
4865 (hdspm->control_register & HDSPM_LineOut) ? "on " : "off");
Takashi Iwai763f3562005-06-03 11:25:34 +02004866
4867 switch (hdspm->control_register & HDSPM_InputMask) {
4868 case HDSPM_InputOptical:
4869 insel = "Optical";
4870 break;
4871 case HDSPM_InputCoaxial:
4872 insel = "Coaxial";
4873 break;
4874 default:
Adrian Knoth0dca1792011-01-26 19:32:14 +01004875 insel = "Unkown";
Takashi Iwai763f3562005-06-03 11:25:34 +02004876 }
4877
Takashi Iwai763f3562005-06-03 11:25:34 +02004878 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004879 "ClearTrackMarker = %s, Transmit in %s Channel Mode, "
4880 "Auto Input %s\n",
4881 (hdspm->control_register & HDSPM_clr_tms) ? "on" : "off",
4882 (hdspm->control_register & HDSPM_TX_64ch) ? "64" : "56",
4883 (hdspm->control_register & HDSPM_AutoInp) ? "on" : "off");
Takashi Iwai763f3562005-06-03 11:25:34 +02004884
Adrian Knoth0dca1792011-01-26 19:32:14 +01004885
Remy Bruno3cee5a62006-10-16 12:46:32 +02004886 if (!(hdspm->control_register & HDSPM_ClockModeMaster))
Adrian Knoth0dca1792011-01-26 19:32:14 +01004887 system_clock_mode = "AutoSync";
Remy Bruno3cee5a62006-10-16 12:46:32 +02004888 else
Takashi Iwai763f3562005-06-03 11:25:34 +02004889 system_clock_mode = "Master";
Adrian Knoth0dca1792011-01-26 19:32:14 +01004890 snd_iprintf(buffer, "AutoSync Reference: %s\n", system_clock_mode);
Takashi Iwai763f3562005-06-03 11:25:34 +02004891
4892 switch (hdspm_pref_sync_ref(hdspm)) {
4893 case HDSPM_SYNC_FROM_WORD:
4894 pref_sync_ref = "Word Clock";
4895 break;
4896 case HDSPM_SYNC_FROM_MADI:
4897 pref_sync_ref = "MADI Sync";
4898 break;
Adrian Knoth0dca1792011-01-26 19:32:14 +01004899 case HDSPM_SYNC_FROM_TCO:
4900 pref_sync_ref = "TCO";
4901 break;
4902 case HDSPM_SYNC_FROM_SYNC_IN:
4903 pref_sync_ref = "Sync In";
4904 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02004905 default:
4906 pref_sync_ref = "XXXX Clock";
4907 break;
4908 }
4909 snd_iprintf(buffer, "Preferred Sync Reference: %s\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01004910 pref_sync_ref);
Takashi Iwai763f3562005-06-03 11:25:34 +02004911
4912 snd_iprintf(buffer, "System Clock Frequency: %d\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01004913 hdspm->system_sample_rate);
Takashi Iwai763f3562005-06-03 11:25:34 +02004914
4915
4916 snd_iprintf(buffer, "--- Status:\n");
4917
4918 x = status & HDSPM_madiSync;
4919 x2 = status2 & HDSPM_wcSync;
4920
4921 snd_iprintf(buffer, "Inputs MADI=%s, WordClock=%s\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01004922 (status & HDSPM_madiLock) ? (x ? "Sync" : "Lock") :
4923 "NoLock",
4924 (status2 & HDSPM_wcLock) ? (x2 ? "Sync" : "Lock") :
4925 "NoLock");
Takashi Iwai763f3562005-06-03 11:25:34 +02004926
4927 switch (hdspm_autosync_ref(hdspm)) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01004928 case HDSPM_AUTOSYNC_FROM_SYNC_IN:
4929 autosync_ref = "Sync In";
4930 break;
4931 case HDSPM_AUTOSYNC_FROM_TCO:
4932 autosync_ref = "TCO";
4933 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02004934 case HDSPM_AUTOSYNC_FROM_WORD:
4935 autosync_ref = "Word Clock";
4936 break;
4937 case HDSPM_AUTOSYNC_FROM_MADI:
4938 autosync_ref = "MADI Sync";
4939 break;
4940 case HDSPM_AUTOSYNC_FROM_NONE:
4941 autosync_ref = "Input not valid";
4942 break;
4943 default:
4944 autosync_ref = "---";
4945 break;
4946 }
4947 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01004948 "AutoSync: Reference= %s, Freq=%d (MADI = %d, Word = %d)\n",
4949 autosync_ref, hdspm_external_sample_rate(hdspm),
4950 (status & HDSPM_madiFreqMask) >> 22,
4951 (status2 & HDSPM_wcFreqMask) >> 5);
Takashi Iwai763f3562005-06-03 11:25:34 +02004952
4953 snd_iprintf(buffer, "Input: %s, Mode=%s\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01004954 (status & HDSPM_AB_int) ? "Coax" : "Optical",
4955 (status & HDSPM_RX_64ch) ? "64 channels" :
4956 "56 channels");
Takashi Iwai763f3562005-06-03 11:25:34 +02004957
4958 snd_iprintf(buffer, "\n");
4959}
4960
Remy Bruno3cee5a62006-10-16 12:46:32 +02004961static void
4962snd_hdspm_proc_read_aes32(struct snd_info_entry * entry,
4963 struct snd_info_buffer *buffer)
4964{
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02004965 struct hdspm *hdspm = entry->private_data;
Remy Bruno3cee5a62006-10-16 12:46:32 +02004966 unsigned int status;
4967 unsigned int status2;
4968 unsigned int timecode;
4969 int pref_syncref;
4970 char *autosync_ref;
Remy Bruno3cee5a62006-10-16 12:46:32 +02004971 int x;
4972
4973 status = hdspm_read(hdspm, HDSPM_statusRegister);
4974 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
4975 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister);
4976
4977 snd_iprintf(buffer, "%s (Card #%d) Rev.%x\n",
4978 hdspm->card_name, hdspm->card->number + 1,
4979 hdspm->firmware_rev);
4980
4981 snd_iprintf(buffer, "IRQ: %d Registers bus: 0x%lx VM: 0x%lx\n",
4982 hdspm->irq, hdspm->port, (unsigned long)hdspm->iobase);
4983
4984 snd_iprintf(buffer, "--- System ---\n");
4985
4986 snd_iprintf(buffer,
4987 "IRQ Pending: Audio=%d, MIDI0=%d, MIDI1=%d, IRQcount=%d\n",
4988 status & HDSPM_audioIRQPending,
4989 (status & HDSPM_midi0IRQPending) ? 1 : 0,
4990 (status & HDSPM_midi1IRQPending) ? 1 : 0,
4991 hdspm->irq_count);
4992 snd_iprintf(buffer,
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02004993 "HW pointer: id = %d, rawptr = %d (%d->%d) "
4994 "estimated= %ld (bytes)\n",
Remy Bruno3cee5a62006-10-16 12:46:32 +02004995 ((status & HDSPM_BufferID) ? 1 : 0),
4996 (status & HDSPM_BufferPositionMask),
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02004997 (status & HDSPM_BufferPositionMask) %
4998 (2 * (int)hdspm->period_bytes),
4999 ((status & HDSPM_BufferPositionMask) - 64) %
5000 (2 * (int)hdspm->period_bytes),
Remy Bruno3cee5a62006-10-16 12:46:32 +02005001 (long) hdspm_hw_pointer(hdspm) * 4);
5002
5003 snd_iprintf(buffer,
5004 "MIDI FIFO: Out1=0x%x, Out2=0x%x, In1=0x%x, In2=0x%x \n",
5005 hdspm_read(hdspm, HDSPM_midiStatusOut0) & 0xFF,
5006 hdspm_read(hdspm, HDSPM_midiStatusOut1) & 0xFF,
5007 hdspm_read(hdspm, HDSPM_midiStatusIn0) & 0xFF,
5008 hdspm_read(hdspm, HDSPM_midiStatusIn1) & 0xFF);
5009 snd_iprintf(buffer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005010 "MIDIoverMADI FIFO: In=0x%x, Out=0x%x \n",
5011 hdspm_read(hdspm, HDSPM_midiStatusIn2) & 0xFF,
5012 hdspm_read(hdspm, HDSPM_midiStatusOut2) & 0xFF);
5013 snd_iprintf(buffer,
5014 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
5015 "status2=0x%x\n",
5016 hdspm->control_register, hdspm->control2_register,
5017 status, status2);
Remy Bruno3cee5a62006-10-16 12:46:32 +02005018
5019 snd_iprintf(buffer, "--- Settings ---\n");
5020
Adrian Knoth7cb155f2011-08-15 00:22:53 +02005021 x = hdspm_get_latency(hdspm);
Remy Bruno3cee5a62006-10-16 12:46:32 +02005022
5023 snd_iprintf(buffer,
5024 "Size (Latency): %d samples (2 periods of %lu bytes)\n",
5025 x, (unsigned long) hdspm->period_bytes);
5026
Adrian Knoth0dca1792011-01-26 19:32:14 +01005027 snd_iprintf(buffer, "Line out: %s\n",
Remy Bruno3cee5a62006-10-16 12:46:32 +02005028 (hdspm->
Adrian Knoth0dca1792011-01-26 19:32:14 +01005029 control_register & HDSPM_LineOut) ? "on " : "off");
Remy Bruno3cee5a62006-10-16 12:46:32 +02005030
5031 snd_iprintf(buffer,
5032 "ClearTrackMarker %s, Emphasis %s, Dolby %s\n",
5033 (hdspm->
5034 control_register & HDSPM_clr_tms) ? "on" : "off",
5035 (hdspm->
5036 control_register & HDSPM_Emphasis) ? "on" : "off",
5037 (hdspm->
5038 control_register & HDSPM_Dolby) ? "on" : "off");
5039
Remy Bruno3cee5a62006-10-16 12:46:32 +02005040
5041 pref_syncref = hdspm_pref_sync_ref(hdspm);
5042 if (pref_syncref == 0)
5043 snd_iprintf(buffer, "Preferred Sync Reference: Word Clock\n");
5044 else
5045 snd_iprintf(buffer, "Preferred Sync Reference: AES%d\n",
5046 pref_syncref);
5047
5048 snd_iprintf(buffer, "System Clock Frequency: %d\n",
5049 hdspm->system_sample_rate);
5050
5051 snd_iprintf(buffer, "Double speed: %s\n",
5052 hdspm->control_register & HDSPM_DS_DoubleWire?
5053 "Double wire" : "Single wire");
5054 snd_iprintf(buffer, "Quad speed: %s\n",
5055 hdspm->control_register & HDSPM_QS_DoubleWire?
5056 "Double wire" :
5057 hdspm->control_register & HDSPM_QS_QuadWire?
5058 "Quad wire" : "Single wire");
5059
5060 snd_iprintf(buffer, "--- Status:\n");
5061
5062 snd_iprintf(buffer, "Word: %s Frequency: %d\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01005063 (status & HDSPM_AES32_wcLock) ? "Sync " : "No Lock",
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005064 HDSPM_bit2freq((status >> HDSPM_AES32_wcFreq_bit) & 0xF));
Remy Bruno3cee5a62006-10-16 12:46:32 +02005065
5066 for (x = 0; x < 8; x++) {
5067 snd_iprintf(buffer, "AES%d: %s Frequency: %d\n",
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005068 x+1,
5069 (status2 & (HDSPM_LockAES >> x)) ?
Adrian Knoth0dca1792011-01-26 19:32:14 +01005070 "Sync " : "No Lock",
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005071 HDSPM_bit2freq((timecode >> (4*x)) & 0xF));
Remy Bruno3cee5a62006-10-16 12:46:32 +02005072 }
5073
5074 switch (hdspm_autosync_ref(hdspm)) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01005075 case HDSPM_AES32_AUTOSYNC_FROM_NONE:
5076 autosync_ref = "None"; break;
5077 case HDSPM_AES32_AUTOSYNC_FROM_WORD:
5078 autosync_ref = "Word Clock"; break;
5079 case HDSPM_AES32_AUTOSYNC_FROM_AES1:
5080 autosync_ref = "AES1"; break;
5081 case HDSPM_AES32_AUTOSYNC_FROM_AES2:
5082 autosync_ref = "AES2"; break;
5083 case HDSPM_AES32_AUTOSYNC_FROM_AES3:
5084 autosync_ref = "AES3"; break;
5085 case HDSPM_AES32_AUTOSYNC_FROM_AES4:
5086 autosync_ref = "AES4"; break;
5087 case HDSPM_AES32_AUTOSYNC_FROM_AES5:
5088 autosync_ref = "AES5"; break;
5089 case HDSPM_AES32_AUTOSYNC_FROM_AES6:
5090 autosync_ref = "AES6"; break;
5091 case HDSPM_AES32_AUTOSYNC_FROM_AES7:
5092 autosync_ref = "AES7"; break;
5093 case HDSPM_AES32_AUTOSYNC_FROM_AES8:
5094 autosync_ref = "AES8"; break;
5095 default:
5096 autosync_ref = "---"; break;
Remy Bruno3cee5a62006-10-16 12:46:32 +02005097 }
5098 snd_iprintf(buffer, "AutoSync ref = %s\n", autosync_ref);
5099
5100 snd_iprintf(buffer, "\n");
5101}
5102
Adrian Knoth0dca1792011-01-26 19:32:14 +01005103static void
5104snd_hdspm_proc_read_raydat(struct snd_info_entry *entry,
5105 struct snd_info_buffer *buffer)
5106{
5107 struct hdspm *hdspm = entry->private_data;
5108 unsigned int status1, status2, status3, control, i;
5109 unsigned int lock, sync;
5110
5111 status1 = hdspm_read(hdspm, HDSPM_RD_STATUS_1); /* s1 */
5112 status2 = hdspm_read(hdspm, HDSPM_RD_STATUS_2); /* freq */
5113 status3 = hdspm_read(hdspm, HDSPM_RD_STATUS_3); /* s2 */
5114
5115 control = hdspm->control_register;
5116
5117 snd_iprintf(buffer, "STATUS1: 0x%08x\n", status1);
5118 snd_iprintf(buffer, "STATUS2: 0x%08x\n", status2);
5119 snd_iprintf(buffer, "STATUS3: 0x%08x\n", status3);
5120
5121
5122 snd_iprintf(buffer, "\n*** CLOCK MODE\n\n");
5123
5124 snd_iprintf(buffer, "Clock mode : %s\n",
5125 (hdspm_system_clock_mode(hdspm) == 0) ? "master" : "slave");
5126 snd_iprintf(buffer, "System frequency: %d Hz\n",
5127 hdspm_get_system_sample_rate(hdspm));
5128
5129 snd_iprintf(buffer, "\n*** INPUT STATUS\n\n");
5130
5131 lock = 0x1;
5132 sync = 0x100;
5133
5134 for (i = 0; i < 8; i++) {
5135 snd_iprintf(buffer, "s1_input %d: Lock %d, Sync %d, Freq %s\n",
5136 i,
5137 (status1 & lock) ? 1 : 0,
5138 (status1 & sync) ? 1 : 0,
5139 texts_freq[(status2 >> (i * 4)) & 0xF]);
5140
5141 lock = lock<<1;
5142 sync = sync<<1;
5143 }
5144
5145 snd_iprintf(buffer, "WC input: Lock %d, Sync %d, Freq %s\n",
5146 (status1 & 0x1000000) ? 1 : 0,
5147 (status1 & 0x2000000) ? 1 : 0,
5148 texts_freq[(status1 >> 16) & 0xF]);
5149
5150 snd_iprintf(buffer, "TCO input: Lock %d, Sync %d, Freq %s\n",
5151 (status1 & 0x4000000) ? 1 : 0,
5152 (status1 & 0x8000000) ? 1 : 0,
5153 texts_freq[(status1 >> 20) & 0xF]);
5154
5155 snd_iprintf(buffer, "SYNC IN: Lock %d, Sync %d, Freq %s\n",
5156 (status3 & 0x400) ? 1 : 0,
5157 (status3 & 0x800) ? 1 : 0,
5158 texts_freq[(status2 >> 12) & 0xF]);
5159
5160}
5161
Remy Bruno3cee5a62006-10-16 12:46:32 +02005162#ifdef CONFIG_SND_DEBUG
5163static void
Adrian Knoth0dca1792011-01-26 19:32:14 +01005164snd_hdspm_proc_read_debug(struct snd_info_entry *entry,
Remy Bruno3cee5a62006-10-16 12:46:32 +02005165 struct snd_info_buffer *buffer)
5166{
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005167 struct hdspm *hdspm = entry->private_data;
Remy Bruno3cee5a62006-10-16 12:46:32 +02005168
5169 int j,i;
5170
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005171 for (i = 0; i < 256 /* 1024*64 */; i += j) {
Remy Bruno3cee5a62006-10-16 12:46:32 +02005172 snd_iprintf(buffer, "0x%08X: ", i);
5173 for (j = 0; j < 16; j += 4)
5174 snd_iprintf(buffer, "%08X ", hdspm_read(hdspm, i + j));
5175 snd_iprintf(buffer, "\n");
5176 }
5177}
5178#endif
5179
5180
Adrian Knoth0dca1792011-01-26 19:32:14 +01005181static void snd_hdspm_proc_ports_in(struct snd_info_entry *entry,
5182 struct snd_info_buffer *buffer)
5183{
5184 struct hdspm *hdspm = entry->private_data;
5185 int i;
Remy Bruno3cee5a62006-10-16 12:46:32 +02005186
Adrian Knoth0dca1792011-01-26 19:32:14 +01005187 snd_iprintf(buffer, "# generated by hdspm\n");
5188
5189 for (i = 0; i < hdspm->max_channels_in; i++) {
5190 snd_iprintf(buffer, "%d=%s\n", i+1, hdspm->port_names_in[i]);
5191 }
5192}
5193
5194static void snd_hdspm_proc_ports_out(struct snd_info_entry *entry,
5195 struct snd_info_buffer *buffer)
5196{
5197 struct hdspm *hdspm = entry->private_data;
5198 int i;
5199
5200 snd_iprintf(buffer, "# generated by hdspm\n");
5201
5202 for (i = 0; i < hdspm->max_channels_out; i++) {
5203 snd_iprintf(buffer, "%d=%s\n", i+1, hdspm->port_names_out[i]);
5204 }
5205}
5206
5207
5208static void __devinit snd_hdspm_proc_init(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02005209{
Takashi Iwai98274f02005-11-17 14:52:34 +01005210 struct snd_info_entry *entry;
Takashi Iwai763f3562005-06-03 11:25:34 +02005211
Adrian Knoth0dca1792011-01-26 19:32:14 +01005212 if (!snd_card_proc_new(hdspm->card, "hdspm", &entry)) {
5213 switch (hdspm->io_type) {
5214 case AES32:
5215 snd_info_set_text_ops(entry, hdspm,
5216 snd_hdspm_proc_read_aes32);
5217 break;
5218 case MADI:
5219 snd_info_set_text_ops(entry, hdspm,
5220 snd_hdspm_proc_read_madi);
5221 break;
5222 case MADIface:
5223 /* snd_info_set_text_ops(entry, hdspm,
5224 snd_hdspm_proc_read_madiface); */
5225 break;
5226 case RayDAT:
5227 snd_info_set_text_ops(entry, hdspm,
5228 snd_hdspm_proc_read_raydat);
5229 break;
5230 case AIO:
5231 break;
5232 }
5233 }
5234
5235 if (!snd_card_proc_new(hdspm->card, "ports.in", &entry)) {
5236 snd_info_set_text_ops(entry, hdspm, snd_hdspm_proc_ports_in);
5237 }
5238
5239 if (!snd_card_proc_new(hdspm->card, "ports.out", &entry)) {
5240 snd_info_set_text_ops(entry, hdspm, snd_hdspm_proc_ports_out);
5241 }
5242
Remy Bruno3cee5a62006-10-16 12:46:32 +02005243#ifdef CONFIG_SND_DEBUG
5244 /* debug file to read all hdspm registers */
5245 if (!snd_card_proc_new(hdspm->card, "debug", &entry))
5246 snd_info_set_text_ops(entry, hdspm,
5247 snd_hdspm_proc_read_debug);
5248#endif
Takashi Iwai763f3562005-06-03 11:25:34 +02005249}
5250
5251/*------------------------------------------------------------
Adrian Knoth0dca1792011-01-26 19:32:14 +01005252 hdspm intitialize
Takashi Iwai763f3562005-06-03 11:25:34 +02005253 ------------------------------------------------------------*/
5254
Takashi Iwai98274f02005-11-17 14:52:34 +01005255static int snd_hdspm_set_defaults(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02005256{
Takashi Iwai763f3562005-06-03 11:25:34 +02005257 /* ASSUMPTION: hdspm->lock is either held, or there is no need to
Joe Perches561de312007-12-18 13:13:47 +01005258 hold it (e.g. during module initialization).
Adrian Knoth0dca1792011-01-26 19:32:14 +01005259 */
Takashi Iwai763f3562005-06-03 11:25:34 +02005260
5261 /* set defaults: */
5262
Adrian Knoth0dca1792011-01-26 19:32:14 +01005263 hdspm->settings_register = 0;
5264
5265 switch (hdspm->io_type) {
5266 case MADI:
5267 case MADIface:
5268 hdspm->control_register =
5269 0x2 + 0x8 + 0x10 + 0x80 + 0x400 + 0x4000 + 0x1000000;
5270 break;
5271
5272 case RayDAT:
5273 case AIO:
5274 hdspm->settings_register = 0x1 + 0x1000;
5275 /* Magic values are: LAT_0, LAT_2, Master, freq1, tx64ch, inp_0,
5276 * line_out */
5277 hdspm->control_register =
5278 0x2 + 0x8 + 0x10 + 0x80 + 0x400 + 0x4000 + 0x1000000;
5279 break;
5280
5281 case AES32:
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005282 hdspm->control_register =
5283 HDSPM_ClockModeMaster | /* Master Cloack Mode on */
Adrian Knoth0dca1792011-01-26 19:32:14 +01005284 hdspm_encode_latency(7) | /* latency max=8192samples */
Remy Bruno3cee5a62006-10-16 12:46:32 +02005285 HDSPM_SyncRef0 | /* AES1 is syncclock */
5286 HDSPM_LineOut | /* Analog output in */
5287 HDSPM_Professional; /* Professional mode */
Adrian Knoth0dca1792011-01-26 19:32:14 +01005288 break;
5289 }
Takashi Iwai763f3562005-06-03 11:25:34 +02005290
5291 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
5292
Adrian Knoth0dca1792011-01-26 19:32:14 +01005293 if (AES32 == hdspm->io_type) {
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005294 /* No control2 register for AES32 */
Takashi Iwai763f3562005-06-03 11:25:34 +02005295#ifdef SNDRV_BIG_ENDIAN
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005296 hdspm->control2_register = HDSPM_BIGENDIAN_MODE;
Takashi Iwai763f3562005-06-03 11:25:34 +02005297#else
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005298 hdspm->control2_register = 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02005299#endif
5300
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005301 hdspm_write(hdspm, HDSPM_control2Reg, hdspm->control2_register);
5302 }
Takashi Iwai763f3562005-06-03 11:25:34 +02005303 hdspm_compute_period_size(hdspm);
5304
5305 /* silence everything */
5306
5307 all_in_all_mixer(hdspm, 0 * UNITY_GAIN);
5308
Adrian Knoth0dca1792011-01-26 19:32:14 +01005309 if (hdspm->io_type == AIO || hdspm->io_type == RayDAT) {
5310 hdspm_write(hdspm, HDSPM_WR_SETTINGS, hdspm->settings_register);
Takashi Iwai763f3562005-06-03 11:25:34 +02005311 }
5312
5313 /* set a default rate so that the channel map is set up. */
Adrian Knoth0dca1792011-01-26 19:32:14 +01005314 hdspm_set_rate(hdspm, 48000, 1);
Takashi Iwai763f3562005-06-03 11:25:34 +02005315
5316 return 0;
5317}
5318
5319
5320/*------------------------------------------------------------
Adrian Knoth0dca1792011-01-26 19:32:14 +01005321 interrupt
Takashi Iwai763f3562005-06-03 11:25:34 +02005322 ------------------------------------------------------------*/
5323
David Howells7d12e782006-10-05 14:55:46 +01005324static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id)
Takashi Iwai763f3562005-06-03 11:25:34 +02005325{
Takashi Iwai98274f02005-11-17 14:52:34 +01005326 struct hdspm *hdspm = (struct hdspm *) dev_id;
Takashi Iwai763f3562005-06-03 11:25:34 +02005327 unsigned int status;
Adrian Knoth0dca1792011-01-26 19:32:14 +01005328 int i, audio, midi, schedule = 0;
5329 /* cycles_t now; */
Takashi Iwai763f3562005-06-03 11:25:34 +02005330
5331 status = hdspm_read(hdspm, HDSPM_statusRegister);
5332
5333 audio = status & HDSPM_audioIRQPending;
Adrian Knoth0dca1792011-01-26 19:32:14 +01005334 midi = status & (HDSPM_midi0IRQPending | HDSPM_midi1IRQPending |
5335 HDSPM_midi2IRQPending | HDSPM_midi3IRQPending);
Takashi Iwai763f3562005-06-03 11:25:34 +02005336
Adrian Knoth0dca1792011-01-26 19:32:14 +01005337 /* now = get_cycles(); */
5338 /**
5339 * LAT_2..LAT_0 period counter (win) counter (mac)
5340 * 6 4096 ~256053425 ~514672358
5341 * 5 2048 ~128024983 ~257373821
5342 * 4 1024 ~64023706 ~128718089
5343 * 3 512 ~32005945 ~64385999
5344 * 2 256 ~16003039 ~32260176
5345 * 1 128 ~7998738 ~16194507
5346 * 0 64 ~3998231 ~8191558
5347 **/
5348 /*
5349 snd_printk(KERN_INFO "snd_hdspm_interrupt %llu @ %llx\n",
5350 now-hdspm->last_interrupt, status & 0xFFC0);
5351 hdspm->last_interrupt = now;
5352 */
5353
5354 if (!audio && !midi)
Takashi Iwai763f3562005-06-03 11:25:34 +02005355 return IRQ_NONE;
5356
5357 hdspm_write(hdspm, HDSPM_interruptConfirmation, 0);
5358 hdspm->irq_count++;
5359
Takashi Iwai763f3562005-06-03 11:25:34 +02005360
5361 if (audio) {
Takashi Iwai763f3562005-06-03 11:25:34 +02005362 if (hdspm->capture_substream)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005363 snd_pcm_period_elapsed(hdspm->capture_substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02005364
5365 if (hdspm->playback_substream)
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005366 snd_pcm_period_elapsed(hdspm->playback_substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02005367 }
5368
Adrian Knoth0dca1792011-01-26 19:32:14 +01005369 if (midi) {
5370 i = 0;
5371 while (i < hdspm->midiPorts) {
5372 if ((hdspm_read(hdspm,
5373 hdspm->midi[i].statusIn) & 0xff) &&
5374 (status & hdspm->midi[i].irq)) {
5375 /* we disable interrupts for this input until
5376 * processing is done
5377 */
5378 hdspm->control_register &= ~hdspm->midi[i].ie;
5379 hdspm_write(hdspm, HDSPM_controlRegister,
5380 hdspm->control_register);
5381 hdspm->midi[i].pending = 1;
5382 schedule = 1;
5383 }
5384
5385 i++;
5386 }
5387
5388 if (schedule)
5389 tasklet_hi_schedule(&hdspm->midi_tasklet);
Takashi Iwai763f3562005-06-03 11:25:34 +02005390 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01005391
Takashi Iwai763f3562005-06-03 11:25:34 +02005392 return IRQ_HANDLED;
5393}
5394
5395/*------------------------------------------------------------
Adrian Knoth0dca1792011-01-26 19:32:14 +01005396 pcm interface
Takashi Iwai763f3562005-06-03 11:25:34 +02005397 ------------------------------------------------------------*/
5398
5399
Adrian Knoth0dca1792011-01-26 19:32:14 +01005400static snd_pcm_uframes_t snd_hdspm_hw_pointer(struct snd_pcm_substream
5401 *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02005402{
Takashi Iwai98274f02005-11-17 14:52:34 +01005403 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02005404 return hdspm_hw_pointer(hdspm);
5405}
5406
Takashi Iwai763f3562005-06-03 11:25:34 +02005407
Takashi Iwai98274f02005-11-17 14:52:34 +01005408static int snd_hdspm_reset(struct snd_pcm_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02005409{
Takashi Iwai98274f02005-11-17 14:52:34 +01005410 struct snd_pcm_runtime *runtime = substream->runtime;
5411 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
5412 struct snd_pcm_substream *other;
Takashi Iwai763f3562005-06-03 11:25:34 +02005413
5414 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
5415 other = hdspm->capture_substream;
5416 else
5417 other = hdspm->playback_substream;
5418
5419 if (hdspm->running)
5420 runtime->status->hw_ptr = hdspm_hw_pointer(hdspm);
5421 else
5422 runtime->status->hw_ptr = 0;
5423 if (other) {
Takashi Iwai98274f02005-11-17 14:52:34 +01005424 struct snd_pcm_substream *s;
5425 struct snd_pcm_runtime *oruntime = other->runtime;
Takashi Iwaief991b92007-02-22 12:52:53 +01005426 snd_pcm_group_for_each_entry(s, substream) {
Takashi Iwai763f3562005-06-03 11:25:34 +02005427 if (s == other) {
5428 oruntime->status->hw_ptr =
Adrian Knoth0dca1792011-01-26 19:32:14 +01005429 runtime->status->hw_ptr;
Takashi Iwai763f3562005-06-03 11:25:34 +02005430 break;
5431 }
5432 }
5433 }
5434 return 0;
5435}
5436
Takashi Iwai98274f02005-11-17 14:52:34 +01005437static int snd_hdspm_hw_params(struct snd_pcm_substream *substream,
5438 struct snd_pcm_hw_params *params)
Takashi Iwai763f3562005-06-03 11:25:34 +02005439{
Takashi Iwai98274f02005-11-17 14:52:34 +01005440 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02005441 int err;
5442 int i;
5443 pid_t this_pid;
5444 pid_t other_pid;
Takashi Iwai763f3562005-06-03 11:25:34 +02005445
5446 spin_lock_irq(&hdspm->lock);
5447
5448 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
5449 this_pid = hdspm->playback_pid;
5450 other_pid = hdspm->capture_pid;
5451 } else {
5452 this_pid = hdspm->capture_pid;
5453 other_pid = hdspm->playback_pid;
5454 }
5455
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005456 if (other_pid > 0 && this_pid != other_pid) {
Takashi Iwai763f3562005-06-03 11:25:34 +02005457
5458 /* The other stream is open, and not by the same
5459 task as this one. Make sure that the parameters
5460 that matter are the same.
Adrian Knoth0dca1792011-01-26 19:32:14 +01005461 */
Takashi Iwai763f3562005-06-03 11:25:34 +02005462
5463 if (params_rate(params) != hdspm->system_sample_rate) {
5464 spin_unlock_irq(&hdspm->lock);
5465 _snd_pcm_hw_param_setempty(params,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005466 SNDRV_PCM_HW_PARAM_RATE);
Takashi Iwai763f3562005-06-03 11:25:34 +02005467 return -EBUSY;
5468 }
5469
5470 if (params_period_size(params) != hdspm->period_bytes / 4) {
5471 spin_unlock_irq(&hdspm->lock);
5472 _snd_pcm_hw_param_setempty(params,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005473 SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
Takashi Iwai763f3562005-06-03 11:25:34 +02005474 return -EBUSY;
5475 }
5476
5477 }
5478 /* We're fine. */
5479 spin_unlock_irq(&hdspm->lock);
5480
5481 /* how to make sure that the rate matches an externally-set one ? */
5482
5483 spin_lock_irq(&hdspm->lock);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005484 err = hdspm_set_rate(hdspm, params_rate(params), 0);
5485 if (err < 0) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01005486 snd_printk(KERN_INFO "err on hdspm_set_rate: %d\n", err);
Takashi Iwai763f3562005-06-03 11:25:34 +02005487 spin_unlock_irq(&hdspm->lock);
5488 _snd_pcm_hw_param_setempty(params,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005489 SNDRV_PCM_HW_PARAM_RATE);
Takashi Iwai763f3562005-06-03 11:25:34 +02005490 return err;
5491 }
5492 spin_unlock_irq(&hdspm->lock);
5493
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005494 err = hdspm_set_interrupt_interval(hdspm,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005495 params_period_size(params));
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005496 if (err < 0) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01005497 snd_printk(KERN_INFO "err on hdspm_set_interrupt_interval: %d\n", err);
Takashi Iwai763f3562005-06-03 11:25:34 +02005498 _snd_pcm_hw_param_setempty(params,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005499 SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
Takashi Iwai763f3562005-06-03 11:25:34 +02005500 return err;
5501 }
5502
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005503 /* Memory allocation, takashi's method, dont know if we should
5504 * spinlock
5505 */
Takashi Iwai763f3562005-06-03 11:25:34 +02005506 /* malloc all buffer even if not enabled to get sure */
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005507 /* Update for MADI rev 204: we need to allocate for all channels,
5508 * otherwise it doesn't work at 96kHz */
Adrian Knoth0dca1792011-01-26 19:32:14 +01005509
Takashi Iwai763f3562005-06-03 11:25:34 +02005510 err =
Adrian Knoth0dca1792011-01-26 19:32:14 +01005511 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES);
5512 if (err < 0) {
5513 snd_printk(KERN_INFO "err on snd_pcm_lib_malloc_pages: %d\n", err);
Takashi Iwai763f3562005-06-03 11:25:34 +02005514 return err;
Adrian Knoth0dca1792011-01-26 19:32:14 +01005515 }
Takashi Iwai763f3562005-06-03 11:25:34 +02005516
Takashi Iwai763f3562005-06-03 11:25:34 +02005517 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
5518
Takashi Iwai77a23f22008-08-21 13:00:13 +02005519 hdspm_set_sgbuf(hdspm, substream, HDSPM_pageAddressBufferOut,
Takashi Iwai763f3562005-06-03 11:25:34 +02005520 params_channels(params));
5521
5522 for (i = 0; i < params_channels(params); ++i)
5523 snd_hdspm_enable_out(hdspm, i, 1);
5524
5525 hdspm->playback_buffer =
Adrian Knoth0dca1792011-01-26 19:32:14 +01005526 (unsigned char *) substream->runtime->dma_area;
Takashi Iwai54bf5dd2006-11-06 15:38:55 +01005527 snd_printdd("Allocated sample buffer for playback at %p\n",
Remy Bruno3cee5a62006-10-16 12:46:32 +02005528 hdspm->playback_buffer);
Takashi Iwai763f3562005-06-03 11:25:34 +02005529 } else {
Takashi Iwai77a23f22008-08-21 13:00:13 +02005530 hdspm_set_sgbuf(hdspm, substream, HDSPM_pageAddressBufferIn,
Takashi Iwai763f3562005-06-03 11:25:34 +02005531 params_channels(params));
5532
5533 for (i = 0; i < params_channels(params); ++i)
5534 snd_hdspm_enable_in(hdspm, i, 1);
5535
5536 hdspm->capture_buffer =
Adrian Knoth0dca1792011-01-26 19:32:14 +01005537 (unsigned char *) substream->runtime->dma_area;
Takashi Iwai54bf5dd2006-11-06 15:38:55 +01005538 snd_printdd("Allocated sample buffer for capture at %p\n",
Remy Bruno3cee5a62006-10-16 12:46:32 +02005539 hdspm->capture_buffer);
Takashi Iwai763f3562005-06-03 11:25:34 +02005540 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01005541
Remy Bruno3cee5a62006-10-16 12:46:32 +02005542 /*
5543 snd_printdd("Allocated sample buffer for %s at 0x%08X\n",
5544 substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
5545 "playback" : "capture",
Takashi Iwai77a23f22008-08-21 13:00:13 +02005546 snd_pcm_sgbuf_get_addr(substream, 0));
Adrian Knoth0dca1792011-01-26 19:32:14 +01005547 */
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005548 /*
Adrian Knoth0dca1792011-01-26 19:32:14 +01005549 snd_printdd("set_hwparams: %s %d Hz, %d channels, bs = %d\n",
5550 substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
5551 "playback" : "capture",
5552 params_rate(params), params_channels(params),
5553 params_buffer_size(params));
5554 */
5555
5556
5557 /* Switch to native float format if requested */
5558 if (SNDRV_PCM_FORMAT_FLOAT_LE == params_format(params)) {
5559 if (!(hdspm->control_register & HDSPe_FLOAT_FORMAT))
5560 snd_printk(KERN_INFO "hdspm: Switching to native 32bit LE float format.\n");
5561
5562 hdspm->control_register |= HDSPe_FLOAT_FORMAT;
5563 } else if (SNDRV_PCM_FORMAT_S32_LE == params_format(params)) {
5564 if (hdspm->control_register & HDSPe_FLOAT_FORMAT)
5565 snd_printk(KERN_INFO "hdspm: Switching to native 32bit LE integer format.\n");
5566
5567 hdspm->control_register &= ~HDSPe_FLOAT_FORMAT;
5568 }
5569 hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register);
5570
Takashi Iwai763f3562005-06-03 11:25:34 +02005571 return 0;
5572}
5573
Takashi Iwai98274f02005-11-17 14:52:34 +01005574static int snd_hdspm_hw_free(struct snd_pcm_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02005575{
5576 int i;
Takashi Iwai98274f02005-11-17 14:52:34 +01005577 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02005578
5579 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
5580
Adrian Knoth0dca1792011-01-26 19:32:14 +01005581 /* params_channels(params) should be enough,
Takashi Iwai763f3562005-06-03 11:25:34 +02005582 but to get sure in case of error */
Adrian Knoth0dca1792011-01-26 19:32:14 +01005583 for (i = 0; i < hdspm->max_channels_out; ++i)
Takashi Iwai763f3562005-06-03 11:25:34 +02005584 snd_hdspm_enable_out(hdspm, i, 0);
5585
5586 hdspm->playback_buffer = NULL;
5587 } else {
Adrian Knoth0dca1792011-01-26 19:32:14 +01005588 for (i = 0; i < hdspm->max_channels_in; ++i)
Takashi Iwai763f3562005-06-03 11:25:34 +02005589 snd_hdspm_enable_in(hdspm, i, 0);
5590
5591 hdspm->capture_buffer = NULL;
5592
5593 }
5594
5595 snd_pcm_lib_free_pages(substream);
5596
5597 return 0;
5598}
5599
Adrian Knoth0dca1792011-01-26 19:32:14 +01005600
Takashi Iwai98274f02005-11-17 14:52:34 +01005601static int snd_hdspm_channel_info(struct snd_pcm_substream *substream,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005602 struct snd_pcm_channel_info *info)
Takashi Iwai763f3562005-06-03 11:25:34 +02005603{
Takashi Iwai98274f02005-11-17 14:52:34 +01005604 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02005605
Adrian Knoth0dca1792011-01-26 19:32:14 +01005606 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
5607 if (snd_BUG_ON(info->channel >= hdspm->max_channels_out)) {
5608 snd_printk(KERN_INFO "snd_hdspm_channel_info: output channel out of range (%d)\n", info->channel);
5609 return -EINVAL;
5610 }
Takashi Iwai763f3562005-06-03 11:25:34 +02005611
Adrian Knoth0dca1792011-01-26 19:32:14 +01005612 if (hdspm->channel_map_out[info->channel] < 0) {
5613 snd_printk(KERN_INFO "snd_hdspm_channel_info: output channel %d mapped out\n", info->channel);
5614 return -EINVAL;
5615 }
Takashi Iwai763f3562005-06-03 11:25:34 +02005616
Adrian Knoth0dca1792011-01-26 19:32:14 +01005617 info->offset = hdspm->channel_map_out[info->channel] *
5618 HDSPM_CHANNEL_BUFFER_BYTES;
5619 } else {
5620 if (snd_BUG_ON(info->channel >= hdspm->max_channels_in)) {
5621 snd_printk(KERN_INFO "snd_hdspm_channel_info: input channel out of range (%d)\n", info->channel);
5622 return -EINVAL;
5623 }
5624
5625 if (hdspm->channel_map_in[info->channel] < 0) {
5626 snd_printk(KERN_INFO "snd_hdspm_channel_info: input channel %d mapped out\n", info->channel);
5627 return -EINVAL;
5628 }
5629
5630 info->offset = hdspm->channel_map_in[info->channel] *
5631 HDSPM_CHANNEL_BUFFER_BYTES;
5632 }
5633
Takashi Iwai763f3562005-06-03 11:25:34 +02005634 info->first = 0;
5635 info->step = 32;
5636 return 0;
5637}
5638
Adrian Knoth0dca1792011-01-26 19:32:14 +01005639
Takashi Iwai98274f02005-11-17 14:52:34 +01005640static int snd_hdspm_ioctl(struct snd_pcm_substream *substream,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005641 unsigned int cmd, void *arg)
Takashi Iwai763f3562005-06-03 11:25:34 +02005642{
5643 switch (cmd) {
5644 case SNDRV_PCM_IOCTL1_RESET:
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005645 return snd_hdspm_reset(substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02005646
5647 case SNDRV_PCM_IOCTL1_CHANNEL_INFO:
Adrian Knoth0dca1792011-01-26 19:32:14 +01005648 {
5649 struct snd_pcm_channel_info *info = arg;
5650 return snd_hdspm_channel_info(substream, info);
5651 }
Takashi Iwai763f3562005-06-03 11:25:34 +02005652 default:
5653 break;
5654 }
5655
5656 return snd_pcm_lib_ioctl(substream, cmd, arg);
5657}
5658
Takashi Iwai98274f02005-11-17 14:52:34 +01005659static int snd_hdspm_trigger(struct snd_pcm_substream *substream, int cmd)
Takashi Iwai763f3562005-06-03 11:25:34 +02005660{
Takashi Iwai98274f02005-11-17 14:52:34 +01005661 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
5662 struct snd_pcm_substream *other;
Takashi Iwai763f3562005-06-03 11:25:34 +02005663 int running;
5664
5665 spin_lock(&hdspm->lock);
5666 running = hdspm->running;
5667 switch (cmd) {
5668 case SNDRV_PCM_TRIGGER_START:
5669 running |= 1 << substream->stream;
5670 break;
5671 case SNDRV_PCM_TRIGGER_STOP:
5672 running &= ~(1 << substream->stream);
5673 break;
5674 default:
5675 snd_BUG();
5676 spin_unlock(&hdspm->lock);
5677 return -EINVAL;
5678 }
5679 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
5680 other = hdspm->capture_substream;
5681 else
5682 other = hdspm->playback_substream;
5683
5684 if (other) {
Takashi Iwai98274f02005-11-17 14:52:34 +01005685 struct snd_pcm_substream *s;
Takashi Iwaief991b92007-02-22 12:52:53 +01005686 snd_pcm_group_for_each_entry(s, substream) {
Takashi Iwai763f3562005-06-03 11:25:34 +02005687 if (s == other) {
5688 snd_pcm_trigger_done(s, substream);
5689 if (cmd == SNDRV_PCM_TRIGGER_START)
5690 running |= 1 << s->stream;
5691 else
5692 running &= ~(1 << s->stream);
5693 goto _ok;
5694 }
5695 }
5696 if (cmd == SNDRV_PCM_TRIGGER_START) {
5697 if (!(running & (1 << SNDRV_PCM_STREAM_PLAYBACK))
Adrian Knoth0dca1792011-01-26 19:32:14 +01005698 && substream->stream ==
5699 SNDRV_PCM_STREAM_CAPTURE)
Takashi Iwai763f3562005-06-03 11:25:34 +02005700 hdspm_silence_playback(hdspm);
5701 } else {
5702 if (running &&
Adrian Knoth0dca1792011-01-26 19:32:14 +01005703 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
Takashi Iwai763f3562005-06-03 11:25:34 +02005704 hdspm_silence_playback(hdspm);
5705 }
5706 } else {
5707 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
5708 hdspm_silence_playback(hdspm);
5709 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01005710_ok:
Takashi Iwai763f3562005-06-03 11:25:34 +02005711 snd_pcm_trigger_done(substream, substream);
5712 if (!hdspm->running && running)
5713 hdspm_start_audio(hdspm);
5714 else if (hdspm->running && !running)
5715 hdspm_stop_audio(hdspm);
5716 hdspm->running = running;
5717 spin_unlock(&hdspm->lock);
5718
5719 return 0;
5720}
5721
Takashi Iwai98274f02005-11-17 14:52:34 +01005722static int snd_hdspm_prepare(struct snd_pcm_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02005723{
5724 return 0;
5725}
5726
Takashi Iwai98274f02005-11-17 14:52:34 +01005727static struct snd_pcm_hardware snd_hdspm_playback_subinfo = {
Takashi Iwai763f3562005-06-03 11:25:34 +02005728 .info = (SNDRV_PCM_INFO_MMAP |
5729 SNDRV_PCM_INFO_MMAP_VALID |
5730 SNDRV_PCM_INFO_NONINTERLEAVED |
5731 SNDRV_PCM_INFO_SYNC_START | SNDRV_PCM_INFO_DOUBLE),
5732 .formats = SNDRV_PCM_FMTBIT_S32_LE,
5733 .rates = (SNDRV_PCM_RATE_32000 |
5734 SNDRV_PCM_RATE_44100 |
5735 SNDRV_PCM_RATE_48000 |
5736 SNDRV_PCM_RATE_64000 |
Remy Bruno3cee5a62006-10-16 12:46:32 +02005737 SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000 |
5738 SNDRV_PCM_RATE_176400 | SNDRV_PCM_RATE_192000 ),
Takashi Iwai763f3562005-06-03 11:25:34 +02005739 .rate_min = 32000,
Remy Bruno3cee5a62006-10-16 12:46:32 +02005740 .rate_max = 192000,
Takashi Iwai763f3562005-06-03 11:25:34 +02005741 .channels_min = 1,
5742 .channels_max = HDSPM_MAX_CHANNELS,
5743 .buffer_bytes_max =
5744 HDSPM_CHANNEL_BUFFER_BYTES * HDSPM_MAX_CHANNELS,
Adrian Knoth1b6fa102011-08-15 00:22:51 +02005745 .period_bytes_min = (32 * 4),
Takashi Iwai52e6fb42011-08-15 10:40:59 +02005746 .period_bytes_max = (8192 * 4) * HDSPM_MAX_CHANNELS,
Takashi Iwai763f3562005-06-03 11:25:34 +02005747 .periods_min = 2,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005748 .periods_max = 512,
Takashi Iwai763f3562005-06-03 11:25:34 +02005749 .fifo_size = 0
5750};
5751
Takashi Iwai98274f02005-11-17 14:52:34 +01005752static struct snd_pcm_hardware snd_hdspm_capture_subinfo = {
Takashi Iwai763f3562005-06-03 11:25:34 +02005753 .info = (SNDRV_PCM_INFO_MMAP |
5754 SNDRV_PCM_INFO_MMAP_VALID |
5755 SNDRV_PCM_INFO_NONINTERLEAVED |
5756 SNDRV_PCM_INFO_SYNC_START),
5757 .formats = SNDRV_PCM_FMTBIT_S32_LE,
5758 .rates = (SNDRV_PCM_RATE_32000 |
5759 SNDRV_PCM_RATE_44100 |
5760 SNDRV_PCM_RATE_48000 |
5761 SNDRV_PCM_RATE_64000 |
Remy Bruno3cee5a62006-10-16 12:46:32 +02005762 SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000 |
5763 SNDRV_PCM_RATE_176400 | SNDRV_PCM_RATE_192000),
Takashi Iwai763f3562005-06-03 11:25:34 +02005764 .rate_min = 32000,
Remy Bruno3cee5a62006-10-16 12:46:32 +02005765 .rate_max = 192000,
Takashi Iwai763f3562005-06-03 11:25:34 +02005766 .channels_min = 1,
5767 .channels_max = HDSPM_MAX_CHANNELS,
5768 .buffer_bytes_max =
5769 HDSPM_CHANNEL_BUFFER_BYTES * HDSPM_MAX_CHANNELS,
Adrian Knoth1b6fa102011-08-15 00:22:51 +02005770 .period_bytes_min = (32 * 4),
Takashi Iwai52e6fb42011-08-15 10:40:59 +02005771 .period_bytes_max = (8192 * 4) * HDSPM_MAX_CHANNELS,
Takashi Iwai763f3562005-06-03 11:25:34 +02005772 .periods_min = 2,
Adrian Knoth0dca1792011-01-26 19:32:14 +01005773 .periods_max = 512,
Takashi Iwai763f3562005-06-03 11:25:34 +02005774 .fifo_size = 0
5775};
5776
Adrian Knoth0dca1792011-01-26 19:32:14 +01005777static int snd_hdspm_hw_rule_in_channels_rate(struct snd_pcm_hw_params *params,
5778 struct snd_pcm_hw_rule *rule)
Takashi Iwai763f3562005-06-03 11:25:34 +02005779{
Takashi Iwai98274f02005-11-17 14:52:34 +01005780 struct hdspm *hdspm = rule->private;
5781 struct snd_interval *c =
Takashi Iwai763f3562005-06-03 11:25:34 +02005782 hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
Takashi Iwai98274f02005-11-17 14:52:34 +01005783 struct snd_interval *r =
Takashi Iwai763f3562005-06-03 11:25:34 +02005784 hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
5785
Adrian Knoth0dca1792011-01-26 19:32:14 +01005786 if (r->min > 96000 && r->max <= 192000) {
Takashi Iwai98274f02005-11-17 14:52:34 +01005787 struct snd_interval t = {
Adrian Knoth0dca1792011-01-26 19:32:14 +01005788 .min = hdspm->qs_in_channels,
5789 .max = hdspm->qs_in_channels,
5790 .integer = 1,
5791 };
5792 return snd_interval_refine(c, &t);
5793 } else if (r->min > 48000 && r->max <= 96000) {
5794 struct snd_interval t = {
5795 .min = hdspm->ds_in_channels,
5796 .max = hdspm->ds_in_channels,
Takashi Iwai763f3562005-06-03 11:25:34 +02005797 .integer = 1,
5798 };
5799 return snd_interval_refine(c, &t);
5800 } else if (r->max < 64000) {
Takashi Iwai98274f02005-11-17 14:52:34 +01005801 struct snd_interval t = {
Adrian Knoth0dca1792011-01-26 19:32:14 +01005802 .min = hdspm->ss_in_channels,
5803 .max = hdspm->ss_in_channels,
Takashi Iwai763f3562005-06-03 11:25:34 +02005804 .integer = 1,
5805 };
5806 return snd_interval_refine(c, &t);
5807 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01005808
Takashi Iwai763f3562005-06-03 11:25:34 +02005809 return 0;
5810}
5811
Adrian Knoth0dca1792011-01-26 19:32:14 +01005812static int snd_hdspm_hw_rule_out_channels_rate(struct snd_pcm_hw_params *params,
Takashi Iwai98274f02005-11-17 14:52:34 +01005813 struct snd_pcm_hw_rule * rule)
Takashi Iwai763f3562005-06-03 11:25:34 +02005814{
Takashi Iwai98274f02005-11-17 14:52:34 +01005815 struct hdspm *hdspm = rule->private;
5816 struct snd_interval *c =
Takashi Iwai763f3562005-06-03 11:25:34 +02005817 hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
Takashi Iwai98274f02005-11-17 14:52:34 +01005818 struct snd_interval *r =
Takashi Iwai763f3562005-06-03 11:25:34 +02005819 hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
5820
Adrian Knoth0dca1792011-01-26 19:32:14 +01005821 if (r->min > 96000 && r->max <= 192000) {
5822 struct snd_interval t = {
5823 .min = hdspm->qs_out_channels,
5824 .max = hdspm->qs_out_channels,
5825 .integer = 1,
5826 };
5827 return snd_interval_refine(c, &t);
5828 } else if (r->min > 48000 && r->max <= 96000) {
5829 struct snd_interval t = {
5830 .min = hdspm->ds_out_channels,
5831 .max = hdspm->ds_out_channels,
5832 .integer = 1,
5833 };
5834 return snd_interval_refine(c, &t);
5835 } else if (r->max < 64000) {
5836 struct snd_interval t = {
5837 .min = hdspm->ss_out_channels,
5838 .max = hdspm->ss_out_channels,
5839 .integer = 1,
5840 };
5841 return snd_interval_refine(c, &t);
5842 } else {
5843 }
5844 return 0;
5845}
5846
5847static int snd_hdspm_hw_rule_rate_in_channels(struct snd_pcm_hw_params *params,
5848 struct snd_pcm_hw_rule * rule)
5849{
5850 struct hdspm *hdspm = rule->private;
5851 struct snd_interval *c =
5852 hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
5853 struct snd_interval *r =
5854 hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
5855
5856 if (c->min >= hdspm->ss_in_channels) {
Takashi Iwai98274f02005-11-17 14:52:34 +01005857 struct snd_interval t = {
Takashi Iwai763f3562005-06-03 11:25:34 +02005858 .min = 32000,
5859 .max = 48000,
5860 .integer = 1,
5861 };
5862 return snd_interval_refine(r, &t);
Adrian Knoth0dca1792011-01-26 19:32:14 +01005863 } else if (c->max <= hdspm->qs_in_channels) {
5864 struct snd_interval t = {
5865 .min = 128000,
5866 .max = 192000,
5867 .integer = 1,
5868 };
5869 return snd_interval_refine(r, &t);
5870 } else if (c->max <= hdspm->ds_in_channels) {
Takashi Iwai98274f02005-11-17 14:52:34 +01005871 struct snd_interval t = {
Takashi Iwai763f3562005-06-03 11:25:34 +02005872 .min = 64000,
5873 .max = 96000,
5874 .integer = 1,
5875 };
Takashi Iwai763f3562005-06-03 11:25:34 +02005876 return snd_interval_refine(r, &t);
5877 }
Adrian Knoth0dca1792011-01-26 19:32:14 +01005878
5879 return 0;
5880}
5881static int snd_hdspm_hw_rule_rate_out_channels(struct snd_pcm_hw_params *params,
5882 struct snd_pcm_hw_rule *rule)
5883{
5884 struct hdspm *hdspm = rule->private;
5885 struct snd_interval *c =
5886 hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
5887 struct snd_interval *r =
5888 hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
5889
5890 if (c->min >= hdspm->ss_out_channels) {
5891 struct snd_interval t = {
5892 .min = 32000,
5893 .max = 48000,
5894 .integer = 1,
5895 };
5896 return snd_interval_refine(r, &t);
5897 } else if (c->max <= hdspm->qs_out_channels) {
5898 struct snd_interval t = {
5899 .min = 128000,
5900 .max = 192000,
5901 .integer = 1,
5902 };
5903 return snd_interval_refine(r, &t);
5904 } else if (c->max <= hdspm->ds_out_channels) {
5905 struct snd_interval t = {
5906 .min = 64000,
5907 .max = 96000,
5908 .integer = 1,
5909 };
5910 return snd_interval_refine(r, &t);
5911 }
5912
Takashi Iwai763f3562005-06-03 11:25:34 +02005913 return 0;
5914}
5915
Adrian Knoth0dca1792011-01-26 19:32:14 +01005916static int snd_hdspm_hw_rule_in_channels(struct snd_pcm_hw_params *params,
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005917 struct snd_pcm_hw_rule *rule)
5918{
5919 unsigned int list[3];
5920 struct hdspm *hdspm = rule->private;
5921 struct snd_interval *c = hw_param_interval(params,
5922 SNDRV_PCM_HW_PARAM_CHANNELS);
Adrian Knoth0dca1792011-01-26 19:32:14 +01005923
5924 list[0] = hdspm->qs_in_channels;
5925 list[1] = hdspm->ds_in_channels;
5926 list[2] = hdspm->ss_in_channels;
5927 return snd_interval_list(c, 3, list, 0);
5928}
5929
5930static int snd_hdspm_hw_rule_out_channels(struct snd_pcm_hw_params *params,
5931 struct snd_pcm_hw_rule *rule)
5932{
5933 unsigned int list[3];
5934 struct hdspm *hdspm = rule->private;
5935 struct snd_interval *c = hw_param_interval(params,
5936 SNDRV_PCM_HW_PARAM_CHANNELS);
5937
5938 list[0] = hdspm->qs_out_channels;
5939 list[1] = hdspm->ds_out_channels;
5940 list[2] = hdspm->ss_out_channels;
5941 return snd_interval_list(c, 3, list, 0);
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005942}
5943
5944
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005945static unsigned int hdspm_aes32_sample_rates[] = {
5946 32000, 44100, 48000, 64000, 88200, 96000, 128000, 176400, 192000
5947};
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005948
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02005949static struct snd_pcm_hw_constraint_list
5950hdspm_hw_constraints_aes32_sample_rates = {
Remy Brunoffb2c3c2007-03-07 19:08:46 +01005951 .count = ARRAY_SIZE(hdspm_aes32_sample_rates),
5952 .list = hdspm_aes32_sample_rates,
5953 .mask = 0
5954};
5955
Takashi Iwai98274f02005-11-17 14:52:34 +01005956static int snd_hdspm_playback_open(struct snd_pcm_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02005957{
Takashi Iwai98274f02005-11-17 14:52:34 +01005958 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
5959 struct snd_pcm_runtime *runtime = substream->runtime;
Takashi Iwai763f3562005-06-03 11:25:34 +02005960
Takashi Iwai763f3562005-06-03 11:25:34 +02005961 spin_lock_irq(&hdspm->lock);
5962
5963 snd_pcm_set_sync(substream);
5964
Adrian Knoth0dca1792011-01-26 19:32:14 +01005965
Takashi Iwai763f3562005-06-03 11:25:34 +02005966 runtime->hw = snd_hdspm_playback_subinfo;
5967
5968 if (hdspm->capture_substream == NULL)
5969 hdspm_stop_audio(hdspm);
5970
5971 hdspm->playback_pid = current->pid;
5972 hdspm->playback_substream = substream;
5973
5974 spin_unlock_irq(&hdspm->lock);
5975
5976 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
Takashi Iwaid8776812011-08-15 10:45:42 +02005977 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
Takashi Iwai763f3562005-06-03 11:25:34 +02005978
Adrian Knoth0dca1792011-01-26 19:32:14 +01005979 switch (hdspm->io_type) {
5980 case AIO:
5981 case RayDAT:
Takashi Iwaid8776812011-08-15 10:45:42 +02005982 snd_pcm_hw_constraint_minmax(runtime,
5983 SNDRV_PCM_HW_PARAM_PERIOD_SIZE,
5984 32, 4096);
5985 /* RayDAT & AIO have a fixed buffer of 16384 samples per channel */
5986 snd_pcm_hw_constraint_minmax(runtime,
5987 SNDRV_PCM_HW_PARAM_BUFFER_SIZE,
5988 16384, 16384);
Adrian Knoth0dca1792011-01-26 19:32:14 +01005989 break;
5990
5991 default:
Takashi Iwaid8776812011-08-15 10:45:42 +02005992 snd_pcm_hw_constraint_minmax(runtime,
5993 SNDRV_PCM_HW_PARAM_PERIOD_SIZE,
5994 64, 8192);
5995 break;
Adrian Knoth0dca1792011-01-26 19:32:14 +01005996 }
5997
5998 if (AES32 == hdspm->io_type) {
Takashi Iwai3fa9e3d2011-08-15 10:42:23 +02005999 runtime->hw.rates |= SNDRV_PCM_RATE_KNOT;
Remy Brunoffb2c3c2007-03-07 19:08:46 +01006000 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
6001 &hdspm_hw_constraints_aes32_sample_rates);
6002 } else {
Remy Brunoffb2c3c2007-03-07 19:08:46 +01006003 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006004 snd_hdspm_hw_rule_rate_out_channels, hdspm,
6005 SNDRV_PCM_HW_PARAM_CHANNELS, -1);
Remy Brunoffb2c3c2007-03-07 19:08:46 +01006006 }
Adrian Knoth88fabbf2011-02-23 11:43:10 +01006007
6008 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
6009 snd_hdspm_hw_rule_out_channels, hdspm,
6010 SNDRV_PCM_HW_PARAM_CHANNELS, -1);
6011
6012 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
6013 snd_hdspm_hw_rule_out_channels_rate, hdspm,
6014 SNDRV_PCM_HW_PARAM_RATE, -1);
6015
Takashi Iwai763f3562005-06-03 11:25:34 +02006016 return 0;
6017}
6018
Takashi Iwai98274f02005-11-17 14:52:34 +01006019static int snd_hdspm_playback_release(struct snd_pcm_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02006020{
Takashi Iwai98274f02005-11-17 14:52:34 +01006021 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02006022
6023 spin_lock_irq(&hdspm->lock);
6024
6025 hdspm->playback_pid = -1;
6026 hdspm->playback_substream = NULL;
6027
6028 spin_unlock_irq(&hdspm->lock);
6029
6030 return 0;
6031}
6032
6033
Takashi Iwai98274f02005-11-17 14:52:34 +01006034static int snd_hdspm_capture_open(struct snd_pcm_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02006035{
Takashi Iwai98274f02005-11-17 14:52:34 +01006036 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
6037 struct snd_pcm_runtime *runtime = substream->runtime;
Takashi Iwai763f3562005-06-03 11:25:34 +02006038
6039 spin_lock_irq(&hdspm->lock);
6040 snd_pcm_set_sync(substream);
6041 runtime->hw = snd_hdspm_capture_subinfo;
6042
6043 if (hdspm->playback_substream == NULL)
6044 hdspm_stop_audio(hdspm);
6045
6046 hdspm->capture_pid = current->pid;
6047 hdspm->capture_substream = substream;
6048
6049 spin_unlock_irq(&hdspm->lock);
6050
6051 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
Takashi Iwaid8776812011-08-15 10:45:42 +02006052 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
6053
Adrian Knoth0dca1792011-01-26 19:32:14 +01006054 switch (hdspm->io_type) {
6055 case AIO:
6056 case RayDAT:
Takashi Iwaid8776812011-08-15 10:45:42 +02006057 snd_pcm_hw_constraint_minmax(runtime,
6058 SNDRV_PCM_HW_PARAM_PERIOD_SIZE,
6059 32, 4096);
6060 snd_pcm_hw_constraint_minmax(runtime,
6061 SNDRV_PCM_HW_PARAM_BUFFER_SIZE,
6062 16384, 16384);
6063 break;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006064
6065 default:
Takashi Iwaid8776812011-08-15 10:45:42 +02006066 snd_pcm_hw_constraint_minmax(runtime,
6067 SNDRV_PCM_HW_PARAM_PERIOD_SIZE,
6068 64, 8192);
6069 break;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006070 }
6071
6072 if (AES32 == hdspm->io_type) {
Takashi Iwai3fa9e3d2011-08-15 10:42:23 +02006073 runtime->hw.rates |= SNDRV_PCM_RATE_KNOT;
Remy Brunoffb2c3c2007-03-07 19:08:46 +01006074 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
6075 &hdspm_hw_constraints_aes32_sample_rates);
6076 } else {
Remy Brunoffb2c3c2007-03-07 19:08:46 +01006077 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
Adrian Knoth88fabbf2011-02-23 11:43:10 +01006078 snd_hdspm_hw_rule_rate_in_channels, hdspm,
6079 SNDRV_PCM_HW_PARAM_CHANNELS, -1);
Remy Brunoffb2c3c2007-03-07 19:08:46 +01006080 }
Adrian Knoth88fabbf2011-02-23 11:43:10 +01006081
6082 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
6083 snd_hdspm_hw_rule_in_channels, hdspm,
6084 SNDRV_PCM_HW_PARAM_CHANNELS, -1);
6085
6086 snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS,
6087 snd_hdspm_hw_rule_in_channels_rate, hdspm,
6088 SNDRV_PCM_HW_PARAM_RATE, -1);
6089
Takashi Iwai763f3562005-06-03 11:25:34 +02006090 return 0;
6091}
6092
Takashi Iwai98274f02005-11-17 14:52:34 +01006093static int snd_hdspm_capture_release(struct snd_pcm_substream *substream)
Takashi Iwai763f3562005-06-03 11:25:34 +02006094{
Takashi Iwai98274f02005-11-17 14:52:34 +01006095 struct hdspm *hdspm = snd_pcm_substream_chip(substream);
Takashi Iwai763f3562005-06-03 11:25:34 +02006096
6097 spin_lock_irq(&hdspm->lock);
6098
6099 hdspm->capture_pid = -1;
6100 hdspm->capture_substream = NULL;
6101
6102 spin_unlock_irq(&hdspm->lock);
6103 return 0;
6104}
6105
Adrian Knoth0dca1792011-01-26 19:32:14 +01006106static int snd_hdspm_hwdep_dummy_op(struct snd_hwdep *hw, struct file *file)
Takashi Iwai763f3562005-06-03 11:25:34 +02006107{
Adrian Knoth0dca1792011-01-26 19:32:14 +01006108 /* we have nothing to initialize but the call is required */
6109 return 0;
6110}
6111
6112static inline int copy_u32_le(void __user *dest, void __iomem *src)
6113{
6114 u32 val = readl(src);
6115 return copy_to_user(dest, &val, 4);
6116}
6117
6118static int snd_hdspm_hwdep_ioctl(struct snd_hwdep *hw, struct file *file,
Dan Carpenter2ca595a2011-09-23 09:25:05 +03006119 unsigned int cmd, unsigned long arg)
Adrian Knoth0dca1792011-01-26 19:32:14 +01006120{
6121 void __user *argp = (void __user *)arg;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006122 struct hdspm *hdspm = hw->private_data;
Takashi Iwai98274f02005-11-17 14:52:34 +01006123 struct hdspm_mixer_ioctl mixer;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006124 struct hdspm_config info;
6125 struct hdspm_status status;
Takashi Iwai98274f02005-11-17 14:52:34 +01006126 struct hdspm_version hdspm_version;
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006127 struct hdspm_peak_rms *levels;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006128 struct hdspm_ltc ltc;
6129 unsigned int statusregister;
6130 long unsigned int s;
6131 int i = 0;
Takashi Iwai763f3562005-06-03 11:25:34 +02006132
6133 switch (cmd) {
6134
Takashi Iwai763f3562005-06-03 11:25:34 +02006135 case SNDRV_HDSPM_IOCTL_GET_PEAK_RMS:
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006136 levels = &hdspm->peak_rms;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006137 for (i = 0; i < HDSPM_MAX_CHANNELS; i++) {
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006138 levels->input_peaks[i] =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006139 readl(hdspm->iobase +
6140 HDSPM_MADI_INPUT_PEAK + i*4);
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006141 levels->playback_peaks[i] =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006142 readl(hdspm->iobase +
6143 HDSPM_MADI_PLAYBACK_PEAK + i*4);
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006144 levels->output_peaks[i] =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006145 readl(hdspm->iobase +
6146 HDSPM_MADI_OUTPUT_PEAK + i*4);
6147
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006148 levels->input_rms[i] =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006149 ((uint64_t) readl(hdspm->iobase +
6150 HDSPM_MADI_INPUT_RMS_H + i*4) << 32) |
6151 (uint64_t) readl(hdspm->iobase +
6152 HDSPM_MADI_INPUT_RMS_L + i*4);
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006153 levels->playback_rms[i] =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006154 ((uint64_t)readl(hdspm->iobase +
6155 HDSPM_MADI_PLAYBACK_RMS_H+i*4) << 32) |
6156 (uint64_t)readl(hdspm->iobase +
6157 HDSPM_MADI_PLAYBACK_RMS_L + i*4);
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006158 levels->output_rms[i] =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006159 ((uint64_t)readl(hdspm->iobase +
6160 HDSPM_MADI_OUTPUT_RMS_H + i*4) << 32) |
6161 (uint64_t)readl(hdspm->iobase +
6162 HDSPM_MADI_OUTPUT_RMS_L + i*4);
6163 }
6164
6165 if (hdspm->system_sample_rate > 96000) {
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006166 levels->speed = qs;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006167 } else if (hdspm->system_sample_rate > 48000) {
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006168 levels->speed = ds;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006169 } else {
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006170 levels->speed = ss;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006171 }
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006172 levels->status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
Adrian Knoth0dca1792011-01-26 19:32:14 +01006173
Jaroslav Kysela730a5862011-01-27 13:03:15 +01006174 s = copy_to_user(argp, levels, sizeof(struct hdspm_peak_rms));
Adrian Knoth0dca1792011-01-26 19:32:14 +01006175 if (0 != s) {
6176 /* snd_printk(KERN_ERR "copy_to_user(.., .., %lu): %lu
6177 [Levels]\n", sizeof(struct hdspm_peak_rms), s);
6178 */
Takashi Iwai763f3562005-06-03 11:25:34 +02006179 return -EFAULT;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006180 }
6181 break;
6182
6183 case SNDRV_HDSPM_IOCTL_GET_LTC:
6184 ltc.ltc = hdspm_read(hdspm, HDSPM_RD_TCO);
6185 i = hdspm_read(hdspm, HDSPM_RD_TCO + 4);
6186 if (i & HDSPM_TCO1_LTC_Input_valid) {
6187 switch (i & (HDSPM_TCO1_LTC_Format_LSB |
6188 HDSPM_TCO1_LTC_Format_MSB)) {
6189 case 0:
6190 ltc.format = fps_24;
6191 break;
6192 case HDSPM_TCO1_LTC_Format_LSB:
6193 ltc.format = fps_25;
6194 break;
6195 case HDSPM_TCO1_LTC_Format_MSB:
6196 ltc.format = fps_2997;
6197 break;
6198 default:
6199 ltc.format = 30;
6200 break;
6201 }
6202 if (i & HDSPM_TCO1_set_drop_frame_flag) {
6203 ltc.frame = drop_frame;
6204 } else {
6205 ltc.frame = full_frame;
6206 }
6207 } else {
6208 ltc.format = format_invalid;
6209 ltc.frame = frame_invalid;
6210 }
6211 if (i & HDSPM_TCO1_Video_Input_Format_NTSC) {
6212 ltc.input_format = ntsc;
6213 } else if (i & HDSPM_TCO1_Video_Input_Format_PAL) {
6214 ltc.input_format = pal;
6215 } else {
6216 ltc.input_format = no_video;
6217 }
6218
6219 s = copy_to_user(argp, &ltc, sizeof(struct hdspm_ltc));
6220 if (0 != s) {
6221 /*
6222 snd_printk(KERN_ERR "copy_to_user(.., .., %lu): %lu [LTC]\n", sizeof(struct hdspm_ltc), s); */
Takashi Iwai763f3562005-06-03 11:25:34 +02006223 return -EFAULT;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006224 }
Takashi Iwai763f3562005-06-03 11:25:34 +02006225
6226 break;
Takashi Iwai763f3562005-06-03 11:25:34 +02006227
Adrian Knoth0dca1792011-01-26 19:32:14 +01006228 case SNDRV_HDSPM_IOCTL_GET_CONFIG:
Takashi Iwai763f3562005-06-03 11:25:34 +02006229
Adrian Knoth4ab69a22011-02-23 11:43:14 +01006230 memset(&info, 0, sizeof(info));
Takashi Iwai763f3562005-06-03 11:25:34 +02006231 spin_lock_irq(&hdspm->lock);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006232 info.pref_sync_ref = hdspm_pref_sync_ref(hdspm);
6233 info.wordclock_sync_check = hdspm_wc_sync_check(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02006234
6235 info.system_sample_rate = hdspm->system_sample_rate;
6236 info.autosync_sample_rate =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006237 hdspm_external_sample_rate(hdspm);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006238 info.system_clock_mode = hdspm_system_clock_mode(hdspm);
6239 info.clock_source = hdspm_clock_source(hdspm);
6240 info.autosync_ref = hdspm_autosync_ref(hdspm);
6241 info.line_out = hdspm_line_out(hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02006242 info.passthru = 0;
6243 spin_unlock_irq(&hdspm->lock);
Dan Carpenter2ca595a2011-09-23 09:25:05 +03006244 if (copy_to_user(argp, &info, sizeof(info)))
Takashi Iwai763f3562005-06-03 11:25:34 +02006245 return -EFAULT;
6246 break;
6247
Adrian Knoth0dca1792011-01-26 19:32:14 +01006248 case SNDRV_HDSPM_IOCTL_GET_STATUS:
Dan Carpenter643d6bb2011-09-23 09:24:21 +03006249 memset(&status, 0, sizeof(status));
6250
Adrian Knoth0dca1792011-01-26 19:32:14 +01006251 status.card_type = hdspm->io_type;
6252
6253 status.autosync_source = hdspm_autosync_ref(hdspm);
6254
6255 status.card_clock = 110069313433624ULL;
6256 status.master_period = hdspm_read(hdspm, HDSPM_RD_PLL_FREQ);
6257
6258 switch (hdspm->io_type) {
6259 case MADI:
6260 case MADIface:
6261 status.card_specific.madi.sync_wc =
6262 hdspm_wc_sync_check(hdspm);
6263 status.card_specific.madi.sync_madi =
6264 hdspm_madi_sync_check(hdspm);
6265 status.card_specific.madi.sync_tco =
6266 hdspm_tco_sync_check(hdspm);
6267 status.card_specific.madi.sync_in =
6268 hdspm_sync_in_sync_check(hdspm);
6269
6270 statusregister =
6271 hdspm_read(hdspm, HDSPM_statusRegister);
6272 status.card_specific.madi.madi_input =
6273 (statusregister & HDSPM_AB_int) ? 1 : 0;
6274 status.card_specific.madi.channel_format =
Adrian Knoth9e6ff522011-10-27 21:57:52 +02006275 (statusregister & HDSPM_RX_64ch) ? 1 : 0;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006276 /* TODO: Mac driver sets it when f_s>48kHz */
6277 status.card_specific.madi.frame_format = 0;
6278
6279 default:
6280 break;
6281 }
6282
Dan Carpenter2ca595a2011-09-23 09:25:05 +03006283 if (copy_to_user(argp, &status, sizeof(status)))
Adrian Knoth0dca1792011-01-26 19:32:14 +01006284 return -EFAULT;
6285
6286
6287 break;
6288
Takashi Iwai763f3562005-06-03 11:25:34 +02006289 case SNDRV_HDSPM_IOCTL_GET_VERSION:
Dan Carpenter643d6bb2011-09-23 09:24:21 +03006290 memset(&hdspm_version, 0, sizeof(hdspm_version));
6291
Adrian Knoth0dca1792011-01-26 19:32:14 +01006292 hdspm_version.card_type = hdspm->io_type;
6293 strncpy(hdspm_version.cardname, hdspm->card_name,
6294 sizeof(hdspm_version.cardname));
Adrian Knoth7d53a632012-01-04 14:31:16 +01006295 hdspm_version.serial = hdspm->serial;
Takashi Iwai763f3562005-06-03 11:25:34 +02006296 hdspm_version.firmware_rev = hdspm->firmware_rev;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006297 hdspm_version.addons = 0;
6298 if (hdspm->tco)
6299 hdspm_version.addons |= HDSPM_ADDON_TCO;
6300
Dan Carpenter2ca595a2011-09-23 09:25:05 +03006301 if (copy_to_user(argp, &hdspm_version,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006302 sizeof(hdspm_version)))
Takashi Iwai763f3562005-06-03 11:25:34 +02006303 return -EFAULT;
6304 break;
6305
6306 case SNDRV_HDSPM_IOCTL_GET_MIXER:
Dan Carpenter2ca595a2011-09-23 09:25:05 +03006307 if (copy_from_user(&mixer, argp, sizeof(mixer)))
Takashi Iwai763f3562005-06-03 11:25:34 +02006308 return -EFAULT;
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006309 if (copy_to_user((void __user *)mixer.mixer, hdspm->mixer,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006310 sizeof(struct hdspm_mixer)))
Takashi Iwai763f3562005-06-03 11:25:34 +02006311 return -EFAULT;
6312 break;
6313
6314 default:
6315 return -EINVAL;
6316 }
6317 return 0;
6318}
6319
Takashi Iwai98274f02005-11-17 14:52:34 +01006320static struct snd_pcm_ops snd_hdspm_playback_ops = {
Takashi Iwai763f3562005-06-03 11:25:34 +02006321 .open = snd_hdspm_playback_open,
6322 .close = snd_hdspm_playback_release,
6323 .ioctl = snd_hdspm_ioctl,
6324 .hw_params = snd_hdspm_hw_params,
6325 .hw_free = snd_hdspm_hw_free,
6326 .prepare = snd_hdspm_prepare,
6327 .trigger = snd_hdspm_trigger,
6328 .pointer = snd_hdspm_hw_pointer,
Takashi Iwai763f3562005-06-03 11:25:34 +02006329 .page = snd_pcm_sgbuf_ops_page,
6330};
6331
Takashi Iwai98274f02005-11-17 14:52:34 +01006332static struct snd_pcm_ops snd_hdspm_capture_ops = {
Takashi Iwai763f3562005-06-03 11:25:34 +02006333 .open = snd_hdspm_capture_open,
6334 .close = snd_hdspm_capture_release,
6335 .ioctl = snd_hdspm_ioctl,
6336 .hw_params = snd_hdspm_hw_params,
6337 .hw_free = snd_hdspm_hw_free,
6338 .prepare = snd_hdspm_prepare,
6339 .trigger = snd_hdspm_trigger,
6340 .pointer = snd_hdspm_hw_pointer,
Takashi Iwai763f3562005-06-03 11:25:34 +02006341 .page = snd_pcm_sgbuf_ops_page,
6342};
6343
Takashi Iwai98274f02005-11-17 14:52:34 +01006344static int __devinit snd_hdspm_create_hwdep(struct snd_card *card,
6345 struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02006346{
Takashi Iwai98274f02005-11-17 14:52:34 +01006347 struct snd_hwdep *hw;
Takashi Iwai763f3562005-06-03 11:25:34 +02006348 int err;
6349
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006350 err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw);
6351 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006352 return err;
6353
6354 hdspm->hwdep = hw;
6355 hw->private_data = hdspm;
6356 strcpy(hw->name, "HDSPM hwdep interface");
6357
Adrian Knoth0dca1792011-01-26 19:32:14 +01006358 hw->ops.open = snd_hdspm_hwdep_dummy_op;
Takashi Iwai763f3562005-06-03 11:25:34 +02006359 hw->ops.ioctl = snd_hdspm_hwdep_ioctl;
Adrian Knoth8de5d6f2012-03-08 15:38:04 +01006360 hw->ops.ioctl_compat = snd_hdspm_hwdep_ioctl;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006361 hw->ops.release = snd_hdspm_hwdep_dummy_op;
Takashi Iwai763f3562005-06-03 11:25:34 +02006362
6363 return 0;
6364}
6365
6366
6367/*------------------------------------------------------------
Adrian Knoth0dca1792011-01-26 19:32:14 +01006368 memory interface
Takashi Iwai763f3562005-06-03 11:25:34 +02006369 ------------------------------------------------------------*/
Adrian Knoth0dca1792011-01-26 19:32:14 +01006370static int __devinit snd_hdspm_preallocate_memory(struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02006371{
6372 int err;
Takashi Iwai98274f02005-11-17 14:52:34 +01006373 struct snd_pcm *pcm;
Takashi Iwai763f3562005-06-03 11:25:34 +02006374 size_t wanted;
6375
6376 pcm = hdspm->pcm;
6377
Remy Bruno3cee5a62006-10-16 12:46:32 +02006378 wanted = HDSPM_DMA_AREA_BYTES;
Takashi Iwai763f3562005-06-03 11:25:34 +02006379
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006380 err =
Takashi Iwai763f3562005-06-03 11:25:34 +02006381 snd_pcm_lib_preallocate_pages_for_all(pcm,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006382 SNDRV_DMA_TYPE_DEV_SG,
Takashi Iwai763f3562005-06-03 11:25:34 +02006383 snd_dma_pci_data(hdspm->pci),
6384 wanted,
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006385 wanted);
6386 if (err < 0) {
Andrew Mortone2eba3e2006-01-20 14:07:13 +01006387 snd_printdd("Could not preallocate %zd Bytes\n", wanted);
Takashi Iwai763f3562005-06-03 11:25:34 +02006388
6389 return err;
6390 } else
Andrew Mortone2eba3e2006-01-20 14:07:13 +01006391 snd_printdd(" Preallocated %zd Bytes\n", wanted);
Takashi Iwai763f3562005-06-03 11:25:34 +02006392
6393 return 0;
6394}
6395
Adrian Knoth0dca1792011-01-26 19:32:14 +01006396
6397static void hdspm_set_sgbuf(struct hdspm *hdspm,
Takashi Iwai77a23f22008-08-21 13:00:13 +02006398 struct snd_pcm_substream *substream,
Takashi Iwai763f3562005-06-03 11:25:34 +02006399 unsigned int reg, int channels)
6400{
6401 int i;
Adrian Knoth0dca1792011-01-26 19:32:14 +01006402
6403 /* continuous memory segment */
Takashi Iwai763f3562005-06-03 11:25:34 +02006404 for (i = 0; i < (channels * 16); i++)
6405 hdspm_write(hdspm, reg + 4 * i,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006406 snd_pcm_sgbuf_get_addr(substream, 4096 * i));
Takashi Iwai763f3562005-06-03 11:25:34 +02006407}
6408
Adrian Knoth0dca1792011-01-26 19:32:14 +01006409
Takashi Iwai763f3562005-06-03 11:25:34 +02006410/* ------------- ALSA Devices ---------------------------- */
Takashi Iwai98274f02005-11-17 14:52:34 +01006411static int __devinit snd_hdspm_create_pcm(struct snd_card *card,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006412 struct hdspm *hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02006413{
Takashi Iwai98274f02005-11-17 14:52:34 +01006414 struct snd_pcm *pcm;
Takashi Iwai763f3562005-06-03 11:25:34 +02006415 int err;
6416
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006417 err = snd_pcm_new(card, hdspm->card_name, 0, 1, 1, &pcm);
6418 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006419 return err;
6420
6421 hdspm->pcm = pcm;
6422 pcm->private_data = hdspm;
6423 strcpy(pcm->name, hdspm->card_name);
6424
6425 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
6426 &snd_hdspm_playback_ops);
6427 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE,
6428 &snd_hdspm_capture_ops);
6429
6430 pcm->info_flags = SNDRV_PCM_INFO_JOINT_DUPLEX;
6431
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006432 err = snd_hdspm_preallocate_memory(hdspm);
6433 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006434 return err;
6435
6436 return 0;
6437}
6438
Takashi Iwai98274f02005-11-17 14:52:34 +01006439static inline void snd_hdspm_initialize_midi_flush(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02006440{
Adrian Knoth7c7102b2011-02-28 15:14:50 +01006441 int i;
6442
6443 for (i = 0; i < hdspm->midiPorts; i++)
6444 snd_hdspm_flush_midi_input(hdspm, i);
Takashi Iwai763f3562005-06-03 11:25:34 +02006445}
6446
Takashi Iwai98274f02005-11-17 14:52:34 +01006447static int __devinit snd_hdspm_create_alsa_devices(struct snd_card *card,
6448 struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02006449{
Adrian Knoth0dca1792011-01-26 19:32:14 +01006450 int err, i;
Takashi Iwai763f3562005-06-03 11:25:34 +02006451
6452 snd_printdd("Create card...\n");
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006453 err = snd_hdspm_create_pcm(card, hdspm);
6454 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006455 return err;
6456
Adrian Knoth0dca1792011-01-26 19:32:14 +01006457 i = 0;
6458 while (i < hdspm->midiPorts) {
6459 err = snd_hdspm_create_midi(card, hdspm, i);
6460 if (err < 0) {
6461 return err;
6462 }
6463 i++;
6464 }
Takashi Iwai763f3562005-06-03 11:25:34 +02006465
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006466 err = snd_hdspm_create_controls(card, hdspm);
6467 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006468 return err;
6469
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006470 err = snd_hdspm_create_hwdep(card, hdspm);
6471 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006472 return err;
6473
6474 snd_printdd("proc init...\n");
6475 snd_hdspm_proc_init(hdspm);
6476
6477 hdspm->system_sample_rate = -1;
6478 hdspm->last_external_sample_rate = -1;
6479 hdspm->last_internal_sample_rate = -1;
6480 hdspm->playback_pid = -1;
6481 hdspm->capture_pid = -1;
6482 hdspm->capture_substream = NULL;
6483 hdspm->playback_substream = NULL;
6484
6485 snd_printdd("Set defaults...\n");
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006486 err = snd_hdspm_set_defaults(hdspm);
6487 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006488 return err;
6489
6490 snd_printdd("Update mixer controls...\n");
6491 hdspm_update_simple_mixer_controls(hdspm);
6492
6493 snd_printdd("Initializeing complete ???\n");
6494
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006495 err = snd_card_register(card);
6496 if (err < 0) {
Takashi Iwai763f3562005-06-03 11:25:34 +02006497 snd_printk(KERN_ERR "HDSPM: error registering card\n");
6498 return err;
6499 }
6500
6501 snd_printdd("... yes now\n");
6502
6503 return 0;
6504}
6505
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006506static int __devinit snd_hdspm_create(struct snd_card *card,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006507 struct hdspm *hdspm) {
6508
Takashi Iwai763f3562005-06-03 11:25:34 +02006509 struct pci_dev *pci = hdspm->pci;
6510 int err;
Takashi Iwai763f3562005-06-03 11:25:34 +02006511 unsigned long io_extent;
6512
6513 hdspm->irq = -1;
Takashi Iwai763f3562005-06-03 11:25:34 +02006514 hdspm->card = card;
6515
6516 spin_lock_init(&hdspm->lock);
6517
Takashi Iwai763f3562005-06-03 11:25:34 +02006518 pci_read_config_word(hdspm->pci,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006519 PCI_CLASS_REVISION, &hdspm->firmware_rev);
Remy Bruno3cee5a62006-10-16 12:46:32 +02006520
Takashi Iwai763f3562005-06-03 11:25:34 +02006521 strcpy(card->mixername, "Xilinx FPGA");
Adrian Knoth0dca1792011-01-26 19:32:14 +01006522 strcpy(card->driver, "HDSPM");
6523
6524 switch (hdspm->firmware_rev) {
Adrian Knoth0dca1792011-01-26 19:32:14 +01006525 case HDSPM_RAYDAT_REV:
6526 hdspm->io_type = RayDAT;
6527 hdspm->card_name = "RME RayDAT";
6528 hdspm->midiPorts = 2;
6529 break;
6530 case HDSPM_AIO_REV:
6531 hdspm->io_type = AIO;
6532 hdspm->card_name = "RME AIO";
6533 hdspm->midiPorts = 1;
6534 break;
6535 case HDSPM_MADIFACE_REV:
6536 hdspm->io_type = MADIface;
6537 hdspm->card_name = "RME MADIface";
6538 hdspm->midiPorts = 1;
6539 break;
Adrian Knoth5027f342011-02-28 15:14:49 +01006540 default:
Adrian Knothc09403d2011-10-27 21:57:54 +02006541 if ((hdspm->firmware_rev == 0xf0) ||
6542 ((hdspm->firmware_rev >= 0xe6) &&
6543 (hdspm->firmware_rev <= 0xea))) {
6544 hdspm->io_type = AES32;
6545 hdspm->card_name = "RME AES32";
6546 hdspm->midiPorts = 2;
Adrian Knoth05c7cc92011-11-21 16:15:36 +01006547 } else if ((hdspm->firmware_rev == 0xd2) ||
Adrian Knothc09403d2011-10-27 21:57:54 +02006548 ((hdspm->firmware_rev >= 0xc8) &&
6549 (hdspm->firmware_rev <= 0xcf))) {
6550 hdspm->io_type = MADI;
6551 hdspm->card_name = "RME MADI";
6552 hdspm->midiPorts = 3;
6553 } else {
6554 snd_printk(KERN_ERR
6555 "HDSPM: unknown firmware revision %x\n",
Adrian Knoth5027f342011-02-28 15:14:49 +01006556 hdspm->firmware_rev);
Adrian Knothc09403d2011-10-27 21:57:54 +02006557 return -ENODEV;
6558 }
Remy Bruno3cee5a62006-10-16 12:46:32 +02006559 }
Takashi Iwai763f3562005-06-03 11:25:34 +02006560
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006561 err = pci_enable_device(pci);
6562 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006563 return err;
6564
6565 pci_set_master(hdspm->pci);
6566
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006567 err = pci_request_regions(pci, "hdspm");
6568 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006569 return err;
6570
6571 hdspm->port = pci_resource_start(pci, 0);
6572 io_extent = pci_resource_len(pci, 0);
6573
6574 snd_printdd("grabbed memory region 0x%lx-0x%lx\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01006575 hdspm->port, hdspm->port + io_extent - 1);
Takashi Iwai763f3562005-06-03 11:25:34 +02006576
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006577 hdspm->iobase = ioremap_nocache(hdspm->port, io_extent);
6578 if (!hdspm->iobase) {
6579 snd_printk(KERN_ERR "HDSPM: "
Adrian Knoth0dca1792011-01-26 19:32:14 +01006580 "unable to remap region 0x%lx-0x%lx\n",
6581 hdspm->port, hdspm->port + io_extent - 1);
Takashi Iwai763f3562005-06-03 11:25:34 +02006582 return -EBUSY;
6583 }
6584 snd_printdd("remapped region (0x%lx) 0x%lx-0x%lx\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01006585 (unsigned long)hdspm->iobase, hdspm->port,
6586 hdspm->port + io_extent - 1);
Takashi Iwai763f3562005-06-03 11:25:34 +02006587
6588 if (request_irq(pci->irq, snd_hdspm_interrupt,
Takashi Iwai934c2b62011-06-10 16:36:37 +02006589 IRQF_SHARED, KBUILD_MODNAME, hdspm)) {
Takashi Iwai763f3562005-06-03 11:25:34 +02006590 snd_printk(KERN_ERR "HDSPM: unable to use IRQ %d\n", pci->irq);
6591 return -EBUSY;
6592 }
6593
6594 snd_printdd("use IRQ %d\n", pci->irq);
6595
6596 hdspm->irq = pci->irq;
Takashi Iwai763f3562005-06-03 11:25:34 +02006597
Andrew Mortone2eba3e2006-01-20 14:07:13 +01006598 snd_printdd("kmalloc Mixer memory of %zd Bytes\n",
Adrian Knoth0dca1792011-01-26 19:32:14 +01006599 sizeof(struct hdspm_mixer));
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006600 hdspm->mixer = kzalloc(sizeof(struct hdspm_mixer), GFP_KERNEL);
6601 if (!hdspm->mixer) {
6602 snd_printk(KERN_ERR "HDSPM: "
Adrian Knoth0dca1792011-01-26 19:32:14 +01006603 "unable to kmalloc Mixer memory of %d Bytes\n",
6604 (int)sizeof(struct hdspm_mixer));
Julia Lawallb17cbdd2012-08-19 09:02:54 +02006605 return -ENOMEM;
Takashi Iwai763f3562005-06-03 11:25:34 +02006606 }
6607
Adrian Knoth0dca1792011-01-26 19:32:14 +01006608 hdspm->port_names_in = NULL;
6609 hdspm->port_names_out = NULL;
6610
6611 switch (hdspm->io_type) {
6612 case AES32:
Adrian Knothd2d10a22011-02-28 15:14:47 +01006613 hdspm->ss_in_channels = hdspm->ss_out_channels = AES32_CHANNELS;
6614 hdspm->ds_in_channels = hdspm->ds_out_channels = AES32_CHANNELS;
6615 hdspm->qs_in_channels = hdspm->qs_out_channels = AES32_CHANNELS;
Adrian Knoth432d2502011-02-23 11:43:08 +01006616
6617 hdspm->channel_map_in_ss = hdspm->channel_map_out_ss =
6618 channel_map_aes32;
6619 hdspm->channel_map_in_ds = hdspm->channel_map_out_ds =
6620 channel_map_aes32;
6621 hdspm->channel_map_in_qs = hdspm->channel_map_out_qs =
6622 channel_map_aes32;
6623 hdspm->port_names_in_ss = hdspm->port_names_out_ss =
6624 texts_ports_aes32;
6625 hdspm->port_names_in_ds = hdspm->port_names_out_ds =
6626 texts_ports_aes32;
6627 hdspm->port_names_in_qs = hdspm->port_names_out_qs =
6628 texts_ports_aes32;
6629
Adrian Knothd2d10a22011-02-28 15:14:47 +01006630 hdspm->max_channels_out = hdspm->max_channels_in =
6631 AES32_CHANNELS;
Adrian Knoth432d2502011-02-23 11:43:08 +01006632 hdspm->port_names_in = hdspm->port_names_out =
6633 texts_ports_aes32;
6634 hdspm->channel_map_in = hdspm->channel_map_out =
6635 channel_map_aes32;
6636
Adrian Knoth0dca1792011-01-26 19:32:14 +01006637 break;
6638
6639 case MADI:
6640 case MADIface:
6641 hdspm->ss_in_channels = hdspm->ss_out_channels =
6642 MADI_SS_CHANNELS;
6643 hdspm->ds_in_channels = hdspm->ds_out_channels =
6644 MADI_DS_CHANNELS;
6645 hdspm->qs_in_channels = hdspm->qs_out_channels =
6646 MADI_QS_CHANNELS;
6647
6648 hdspm->channel_map_in_ss = hdspm->channel_map_out_ss =
6649 channel_map_unity_ss;
Adrian Knoth01e96072011-02-23 11:43:11 +01006650 hdspm->channel_map_in_ds = hdspm->channel_map_out_ds =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006651 channel_map_unity_ss;
Adrian Knoth01e96072011-02-23 11:43:11 +01006652 hdspm->channel_map_in_qs = hdspm->channel_map_out_qs =
Adrian Knoth0dca1792011-01-26 19:32:14 +01006653 channel_map_unity_ss;
6654
6655 hdspm->port_names_in_ss = hdspm->port_names_out_ss =
6656 texts_ports_madi;
6657 hdspm->port_names_in_ds = hdspm->port_names_out_ds =
6658 texts_ports_madi;
6659 hdspm->port_names_in_qs = hdspm->port_names_out_qs =
6660 texts_ports_madi;
6661 break;
6662
6663 case AIO:
6664 if (0 == (hdspm_read(hdspm, HDSPM_statusRegister2) & HDSPM_s2_AEBI_D)) {
6665 snd_printk(KERN_INFO "HDSPM: AEB input board found, but not supported\n");
6666 }
6667
6668 hdspm->ss_in_channels = AIO_IN_SS_CHANNELS;
6669 hdspm->ds_in_channels = AIO_IN_DS_CHANNELS;
6670 hdspm->qs_in_channels = AIO_IN_QS_CHANNELS;
6671 hdspm->ss_out_channels = AIO_OUT_SS_CHANNELS;
6672 hdspm->ds_out_channels = AIO_OUT_DS_CHANNELS;
6673 hdspm->qs_out_channels = AIO_OUT_QS_CHANNELS;
6674
6675 hdspm->channel_map_out_ss = channel_map_aio_out_ss;
6676 hdspm->channel_map_out_ds = channel_map_aio_out_ds;
6677 hdspm->channel_map_out_qs = channel_map_aio_out_qs;
6678
6679 hdspm->channel_map_in_ss = channel_map_aio_in_ss;
6680 hdspm->channel_map_in_ds = channel_map_aio_in_ds;
6681 hdspm->channel_map_in_qs = channel_map_aio_in_qs;
6682
6683 hdspm->port_names_in_ss = texts_ports_aio_in_ss;
6684 hdspm->port_names_out_ss = texts_ports_aio_out_ss;
6685 hdspm->port_names_in_ds = texts_ports_aio_in_ds;
6686 hdspm->port_names_out_ds = texts_ports_aio_out_ds;
6687 hdspm->port_names_in_qs = texts_ports_aio_in_qs;
6688 hdspm->port_names_out_qs = texts_ports_aio_out_qs;
6689
6690 break;
6691
6692 case RayDAT:
6693 hdspm->ss_in_channels = hdspm->ss_out_channels =
6694 RAYDAT_SS_CHANNELS;
6695 hdspm->ds_in_channels = hdspm->ds_out_channels =
6696 RAYDAT_DS_CHANNELS;
6697 hdspm->qs_in_channels = hdspm->qs_out_channels =
6698 RAYDAT_QS_CHANNELS;
6699
6700 hdspm->max_channels_in = RAYDAT_SS_CHANNELS;
6701 hdspm->max_channels_out = RAYDAT_SS_CHANNELS;
6702
6703 hdspm->channel_map_in_ss = hdspm->channel_map_out_ss =
6704 channel_map_raydat_ss;
6705 hdspm->channel_map_in_ds = hdspm->channel_map_out_ds =
6706 channel_map_raydat_ds;
6707 hdspm->channel_map_in_qs = hdspm->channel_map_out_qs =
6708 channel_map_raydat_qs;
6709 hdspm->channel_map_in = hdspm->channel_map_out =
6710 channel_map_raydat_ss;
6711
6712 hdspm->port_names_in_ss = hdspm->port_names_out_ss =
6713 texts_ports_raydat_ss;
6714 hdspm->port_names_in_ds = hdspm->port_names_out_ds =
6715 texts_ports_raydat_ds;
6716 hdspm->port_names_in_qs = hdspm->port_names_out_qs =
6717 texts_ports_raydat_qs;
6718
6719
6720 break;
6721
6722 }
6723
6724 /* TCO detection */
6725 switch (hdspm->io_type) {
6726 case AIO:
6727 case RayDAT:
6728 if (hdspm_read(hdspm, HDSPM_statusRegister2) &
6729 HDSPM_s2_tco_detect) {
6730 hdspm->midiPorts++;
6731 hdspm->tco = kzalloc(sizeof(struct hdspm_tco),
6732 GFP_KERNEL);
6733 if (NULL != hdspm->tco) {
6734 hdspm_tco_write(hdspm);
6735 }
6736 snd_printk(KERN_INFO "HDSPM: AIO/RayDAT TCO module found\n");
6737 } else {
6738 hdspm->tco = NULL;
6739 }
6740 break;
6741
6742 case MADI:
6743 if (hdspm_read(hdspm, HDSPM_statusRegister) & HDSPM_tco_detect) {
6744 hdspm->midiPorts++;
6745 hdspm->tco = kzalloc(sizeof(struct hdspm_tco),
6746 GFP_KERNEL);
6747 if (NULL != hdspm->tco) {
6748 hdspm_tco_write(hdspm);
6749 }
6750 snd_printk(KERN_INFO "HDSPM: MADI TCO module found\n");
6751 } else {
6752 hdspm->tco = NULL;
6753 }
6754 break;
6755
6756 default:
6757 hdspm->tco = NULL;
6758 }
6759
6760 /* texts */
6761 switch (hdspm->io_type) {
6762 case AES32:
6763 if (hdspm->tco) {
6764 hdspm->texts_autosync = texts_autosync_aes_tco;
6765 hdspm->texts_autosync_items = 10;
6766 } else {
6767 hdspm->texts_autosync = texts_autosync_aes;
6768 hdspm->texts_autosync_items = 9;
6769 }
6770 break;
6771
6772 case MADI:
6773 if (hdspm->tco) {
6774 hdspm->texts_autosync = texts_autosync_madi_tco;
6775 hdspm->texts_autosync_items = 4;
6776 } else {
6777 hdspm->texts_autosync = texts_autosync_madi;
6778 hdspm->texts_autosync_items = 3;
6779 }
6780 break;
6781
6782 case MADIface:
6783
6784 break;
6785
6786 case RayDAT:
6787 if (hdspm->tco) {
6788 hdspm->texts_autosync = texts_autosync_raydat_tco;
6789 hdspm->texts_autosync_items = 9;
6790 } else {
6791 hdspm->texts_autosync = texts_autosync_raydat;
6792 hdspm->texts_autosync_items = 8;
6793 }
6794 break;
6795
6796 case AIO:
6797 if (hdspm->tco) {
6798 hdspm->texts_autosync = texts_autosync_aio_tco;
6799 hdspm->texts_autosync_items = 6;
6800 } else {
6801 hdspm->texts_autosync = texts_autosync_aio;
6802 hdspm->texts_autosync_items = 5;
6803 }
6804 break;
6805
6806 }
6807
6808 tasklet_init(&hdspm->midi_tasklet,
6809 hdspm_midi_tasklet, (unsigned long) hdspm);
Takashi Iwai763f3562005-06-03 11:25:34 +02006810
Adrian Knothf7de8ba2012-01-10 20:58:40 +01006811
6812 if (hdspm->io_type != MADIface) {
6813 hdspm->serial = (hdspm_read(hdspm,
6814 HDSPM_midiStatusIn0)>>8) & 0xFFFFFF;
6815 /* id contains either a user-provided value or the default
6816 * NULL. If it's the default, we're safe to
6817 * fill card->id with the serial number.
6818 *
6819 * If the serial number is 0xFFFFFF, then we're dealing with
6820 * an old PCI revision that comes without a sane number. In
6821 * this case, we don't set card->id to avoid collisions
6822 * when running with multiple cards.
6823 */
6824 if (NULL == id[hdspm->dev] && hdspm->serial != 0xFFFFFF) {
6825 sprintf(card->id, "HDSPMx%06x", hdspm->serial);
6826 snd_card_set_id(card, card->id);
6827 }
6828 }
6829
Takashi Iwai763f3562005-06-03 11:25:34 +02006830 snd_printdd("create alsa devices.\n");
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006831 err = snd_hdspm_create_alsa_devices(card, hdspm);
6832 if (err < 0)
Takashi Iwai763f3562005-06-03 11:25:34 +02006833 return err;
6834
6835 snd_hdspm_initialize_midi_flush(hdspm);
6836
6837 return 0;
6838}
6839
Adrian Knoth0dca1792011-01-26 19:32:14 +01006840
Takashi Iwai98274f02005-11-17 14:52:34 +01006841static int snd_hdspm_free(struct hdspm * hdspm)
Takashi Iwai763f3562005-06-03 11:25:34 +02006842{
6843
6844 if (hdspm->port) {
6845
6846 /* stop th audio, and cancel all interrupts */
6847 hdspm->control_register &=
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006848 ~(HDSPM_Start | HDSPM_AudioInterruptEnable |
Adrian Knoth0dca1792011-01-26 19:32:14 +01006849 HDSPM_Midi0InterruptEnable | HDSPM_Midi1InterruptEnable |
6850 HDSPM_Midi2InterruptEnable | HDSPM_Midi3InterruptEnable);
Takashi Iwai763f3562005-06-03 11:25:34 +02006851 hdspm_write(hdspm, HDSPM_controlRegister,
6852 hdspm->control_register);
6853 }
6854
6855 if (hdspm->irq >= 0)
6856 free_irq(hdspm->irq, (void *) hdspm);
6857
Jesper Juhlfc584222005-10-24 15:11:28 +02006858 kfree(hdspm->mixer);
Takashi Iwai763f3562005-06-03 11:25:34 +02006859
6860 if (hdspm->iobase)
6861 iounmap(hdspm->iobase);
6862
Takashi Iwai763f3562005-06-03 11:25:34 +02006863 if (hdspm->port)
6864 pci_release_regions(hdspm->pci);
6865
6866 pci_disable_device(hdspm->pci);
6867 return 0;
6868}
6869
Adrian Knoth0dca1792011-01-26 19:32:14 +01006870
Takashi Iwai98274f02005-11-17 14:52:34 +01006871static void snd_hdspm_card_free(struct snd_card *card)
Takashi Iwai763f3562005-06-03 11:25:34 +02006872{
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006873 struct hdspm *hdspm = card->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02006874
6875 if (hdspm)
6876 snd_hdspm_free(hdspm);
6877}
6878
Adrian Knoth0dca1792011-01-26 19:32:14 +01006879
Takashi Iwai763f3562005-06-03 11:25:34 +02006880static int __devinit snd_hdspm_probe(struct pci_dev *pci,
6881 const struct pci_device_id *pci_id)
6882{
6883 static int dev;
Takashi Iwai98274f02005-11-17 14:52:34 +01006884 struct hdspm *hdspm;
6885 struct snd_card *card;
Takashi Iwai763f3562005-06-03 11:25:34 +02006886 int err;
6887
6888 if (dev >= SNDRV_CARDS)
6889 return -ENODEV;
6890 if (!enable[dev]) {
6891 dev++;
6892 return -ENOENT;
6893 }
6894
Takashi Iwaie58de7b2008-12-28 16:44:30 +01006895 err = snd_card_create(index[dev], id[dev],
Adrian Knoth0dca1792011-01-26 19:32:14 +01006896 THIS_MODULE, sizeof(struct hdspm), &card);
Takashi Iwaie58de7b2008-12-28 16:44:30 +01006897 if (err < 0)
6898 return err;
Takashi Iwai763f3562005-06-03 11:25:34 +02006899
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006900 hdspm = card->private_data;
Takashi Iwai763f3562005-06-03 11:25:34 +02006901 card->private_free = snd_hdspm_card_free;
6902 hdspm->dev = dev;
6903 hdspm->pci = pci;
6904
Takashi Iwaic187c042007-02-19 15:27:33 +01006905 snd_card_set_dev(card, &pci->dev);
6906
Adrian Knoth0dca1792011-01-26 19:32:14 +01006907 err = snd_hdspm_create(card, hdspm);
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006908 if (err < 0) {
Takashi Iwai763f3562005-06-03 11:25:34 +02006909 snd_card_free(card);
6910 return err;
6911 }
6912
Adrian Knoth0dca1792011-01-26 19:32:14 +01006913 if (hdspm->io_type != MADIface) {
6914 sprintf(card->shortname, "%s_%x",
6915 hdspm->card_name,
Adrian Knoth7d53a632012-01-04 14:31:16 +01006916 hdspm->serial);
Adrian Knoth0dca1792011-01-26 19:32:14 +01006917 sprintf(card->longname, "%s S/N 0x%x at 0x%lx, irq %d",
6918 hdspm->card_name,
Adrian Knoth7d53a632012-01-04 14:31:16 +01006919 hdspm->serial,
Adrian Knoth0dca1792011-01-26 19:32:14 +01006920 hdspm->port, hdspm->irq);
6921 } else {
6922 sprintf(card->shortname, "%s", hdspm->card_name);
6923 sprintf(card->longname, "%s at 0x%lx, irq %d",
6924 hdspm->card_name, hdspm->port, hdspm->irq);
6925 }
Takashi Iwai763f3562005-06-03 11:25:34 +02006926
Takashi Iwaief5fa1a2007-07-27 16:52:46 +02006927 err = snd_card_register(card);
6928 if (err < 0) {
Takashi Iwai763f3562005-06-03 11:25:34 +02006929 snd_card_free(card);
6930 return err;
6931 }
6932
6933 pci_set_drvdata(pci, card);
6934
6935 dev++;
6936 return 0;
6937}
6938
6939static void __devexit snd_hdspm_remove(struct pci_dev *pci)
6940{
6941 snd_card_free(pci_get_drvdata(pci));
6942 pci_set_drvdata(pci, NULL);
6943}
6944
Takashi Iwaie9f66d92012-04-24 12:25:00 +02006945static struct pci_driver hdspm_driver = {
Takashi Iwai3733e422011-06-10 16:20:20 +02006946 .name = KBUILD_MODNAME,
Takashi Iwai763f3562005-06-03 11:25:34 +02006947 .id_table = snd_hdspm_ids,
6948 .probe = snd_hdspm_probe,
6949 .remove = __devexit_p(snd_hdspm_remove),
6950};
6951
Takashi Iwaie9f66d92012-04-24 12:25:00 +02006952module_pci_driver(hdspm_driver);