motu.h (7f9f879243d6cf5d2d60d12065e93189cc343387) | motu.h (411ac2982cb6748e2919893b1c80331d861784a8) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * motu.h - a part of driver for MOTU FireWire series 4 * 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 */ 7 8#ifndef SOUND_FIREWIRE_MOTU_H_INCLUDED --- 124 unchanged lines hidden (view full) --- 133extern const struct snd_motu_spec snd_motu_spec_828mk2; 134extern const struct snd_motu_spec snd_motu_spec_896hd; 135extern const struct snd_motu_spec snd_motu_spec_traveler; 136extern const struct snd_motu_spec snd_motu_spec_ultralite; 137extern const struct snd_motu_spec snd_motu_spec_8pre; 138 139extern const struct snd_motu_spec snd_motu_spec_828mk3_fw; 140extern const struct snd_motu_spec snd_motu_spec_828mk3_hybrid; | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * motu.h - a part of driver for MOTU FireWire series 4 * 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 6 */ 7 8#ifndef SOUND_FIREWIRE_MOTU_H_INCLUDED --- 124 unchanged lines hidden (view full) --- 133extern const struct snd_motu_spec snd_motu_spec_828mk2; 134extern const struct snd_motu_spec snd_motu_spec_896hd; 135extern const struct snd_motu_spec snd_motu_spec_traveler; 136extern const struct snd_motu_spec snd_motu_spec_ultralite; 137extern const struct snd_motu_spec snd_motu_spec_8pre; 138 139extern const struct snd_motu_spec snd_motu_spec_828mk3_fw; 140extern const struct snd_motu_spec snd_motu_spec_828mk3_hybrid; |
141extern const struct snd_motu_spec snd_motu_spec_traveler_mk3; |
|
141extern const struct snd_motu_spec snd_motu_spec_ultralite_mk3; 142extern const struct snd_motu_spec snd_motu_spec_audio_express; | 142extern const struct snd_motu_spec snd_motu_spec_ultralite_mk3; 143extern const struct snd_motu_spec snd_motu_spec_audio_express; |
144extern const struct snd_motu_spec snd_motu_spec_track16; |
|
143extern const struct snd_motu_spec snd_motu_spec_4pre; 144 145int amdtp_motu_init(struct amdtp_stream *s, struct fw_unit *unit, 146 enum amdtp_stream_direction dir, 147 const struct snd_motu_spec *spec, 148 struct amdtp_motu_cache *cache); 149int amdtp_motu_set_parameters(struct amdtp_stream *s, unsigned int rate, 150 unsigned int midi_ports, --- 146 unchanged lines hidden --- | 145extern const struct snd_motu_spec snd_motu_spec_4pre; 146 147int amdtp_motu_init(struct amdtp_stream *s, struct fw_unit *unit, 148 enum amdtp_stream_direction dir, 149 const struct snd_motu_spec *spec, 150 struct amdtp_motu_cache *cache); 151int amdtp_motu_set_parameters(struct amdtp_stream *s, unsigned int rate, 152 unsigned int midi_ports, --- 146 unchanged lines hidden --- |