File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,15 @@ const struct snd_motu_spec snd_motu_spec_828mk3 = {
290
290
.rx_fixed_pcm_chunks = {14 , 14 , 10 },
291
291
};
292
292
293
+ const struct snd_motu_spec snd_motu_spec_ultralite_mk3 = {
294
+ .name = "UltraLiteMk3" ,
295
+ .protocol_version = SND_MOTU_PROTOCOL_V3 ,
296
+ .flags = SND_MOTU_SPEC_RX_MIDI_3RD_Q |
297
+ SND_MOTU_SPEC_TX_MIDI_3RD_Q ,
298
+ .tx_fixed_pcm_chunks = {18 , 14 , 10 },
299
+ .rx_fixed_pcm_chunks = {14 , 14 , 14 },
300
+ };
301
+
293
302
const struct snd_motu_spec snd_motu_spec_audio_express = {
294
303
.name = "AudioExpress" ,
295
304
.protocol_version = SND_MOTU_PROTOCOL_V3 ,
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ static const struct ieee1394_device_id motu_id_table[] = {
189
189
SND_MOTU_DEV_ENTRY (0x00000d , & snd_motu_spec_ultralite ),
190
190
SND_MOTU_DEV_ENTRY (0x00000f , & snd_motu_spec_8pre ),
191
191
SND_MOTU_DEV_ENTRY (0x000015 , & snd_motu_spec_828mk3 ), // FireWire only.
192
+ SND_MOTU_DEV_ENTRY (0x000019 , & snd_motu_spec_ultralite_mk3 ), // FireWire only.
192
193
SND_MOTU_DEV_ENTRY (0x000035 , & snd_motu_spec_828mk3 ), // Hybrid.
193
194
SND_MOTU_DEV_ENTRY (0x000033 , & snd_motu_spec_audio_express ),
194
195
SND_MOTU_DEV_ENTRY (0x000045 , & snd_motu_spec_4pre ),
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ extern const struct snd_motu_spec snd_motu_spec_ultralite;
118
118
extern const struct snd_motu_spec snd_motu_spec_8pre ;
119
119
120
120
extern const struct snd_motu_spec snd_motu_spec_828mk3 ;
121
+ extern const struct snd_motu_spec snd_motu_spec_ultralite_mk3 ;
121
122
extern const struct snd_motu_spec snd_motu_spec_audio_express ;
122
123
extern const struct snd_motu_spec snd_motu_spec_4pre ;
123
124
You can’t perform that action at this time.
0 commit comments