Home
last modified time | relevance | path

Searched refs:snd_motu_spec (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/sound/firewire/motu/
Dmotu.h58 const struct snd_motu_spec *spec;
120 struct snd_motu_spec { struct
130 extern const struct snd_motu_spec snd_motu_spec_828; argument
131 extern const struct snd_motu_spec snd_motu_spec_896;
133 extern const struct snd_motu_spec snd_motu_spec_828mk2;
134 extern const struct snd_motu_spec snd_motu_spec_896hd;
135 extern const struct snd_motu_spec snd_motu_spec_traveler;
136 extern const struct snd_motu_spec snd_motu_spec_ultralite;
137 extern const struct snd_motu_spec snd_motu_spec_8pre;
139 extern const struct snd_motu_spec snd_motu_spec_828mk3_fw;
[all …]
Dmotu-protocol-v3.c271 const struct snd_motu_spec snd_motu_spec_828mk3_fw = {
281 const struct snd_motu_spec snd_motu_spec_828mk3_hybrid = {
291 const struct snd_motu_spec snd_motu_spec_traveler_mk3 = {
301 const struct snd_motu_spec snd_motu_spec_ultralite_mk3 = {
311 const struct snd_motu_spec snd_motu_spec_audio_express = {
321 const struct snd_motu_spec snd_motu_spec_track16 = {
331 const struct snd_motu_spec snd_motu_spec_4pre = {
Dmotu-protocol-v2.c274 const struct snd_motu_spec snd_motu_spec_828mk2 = {
284 const struct snd_motu_spec snd_motu_spec_896hd = {
292 const struct snd_motu_spec snd_motu_spec_traveler = {
302 const struct snd_motu_spec snd_motu_spec_ultralite = {
312 const struct snd_motu_spec snd_motu_spec_8pre = {
Dmotu-protocol-v1.c456 const struct snd_motu_spec snd_motu_spec_828 = {
463 const struct snd_motu_spec snd_motu_spec_896 = {
Dmotu.c81 motu->spec = (const struct snd_motu_spec *)entry->driver_data; in motu_probe()
Damdtp-motu.c440 const struct snd_motu_spec *spec, struct amdtp_motu_cache *cache) in amdtp_motu_init()