Symbol: snd_motu_spec
sound/firewire/motu/amdtp-motu.c
436
const struct snd_motu_spec *spec, struct amdtp_motu_cache *cache)
sound/firewire/motu/motu-protocol-v1.c
456
const struct snd_motu_spec snd_motu_spec_828 = {
sound/firewire/motu/motu-protocol-v1.c
463
const struct snd_motu_spec snd_motu_spec_896 = {
sound/firewire/motu/motu-protocol-v2.c
274
const struct snd_motu_spec snd_motu_spec_828mk2 = {
sound/firewire/motu/motu-protocol-v2.c
284
const struct snd_motu_spec snd_motu_spec_896hd = {
sound/firewire/motu/motu-protocol-v2.c
292
const struct snd_motu_spec snd_motu_spec_traveler = {
sound/firewire/motu/motu-protocol-v2.c
302
const struct snd_motu_spec snd_motu_spec_ultralite = {
sound/firewire/motu/motu-protocol-v2.c
312
const struct snd_motu_spec snd_motu_spec_8pre = {
sound/firewire/motu/motu-protocol-v3.c
272
const struct snd_motu_spec snd_motu_spec_828mk3_fw = {
sound/firewire/motu/motu-protocol-v3.c
282
const struct snd_motu_spec snd_motu_spec_828mk3_hybrid = {
sound/firewire/motu/motu-protocol-v3.c
292
const struct snd_motu_spec snd_motu_spec_896mk3 = {
sound/firewire/motu/motu-protocol-v3.c
300
const struct snd_motu_spec snd_motu_spec_traveler_mk3 = {
sound/firewire/motu/motu-protocol-v3.c
310
const struct snd_motu_spec snd_motu_spec_ultralite_mk3 = {
sound/firewire/motu/motu-protocol-v3.c
320
const struct snd_motu_spec snd_motu_spec_audio_express = {
sound/firewire/motu/motu-protocol-v3.c
330
const struct snd_motu_spec snd_motu_spec_track16 = {
sound/firewire/motu/motu-protocol-v3.c
340
const struct snd_motu_spec snd_motu_spec_4pre = {
sound/firewire/motu/motu.c
81
motu->spec = (const struct snd_motu_spec *)entry->driver_data;
sound/firewire/motu/motu.h
130
extern const struct snd_motu_spec snd_motu_spec_828;
sound/firewire/motu/motu.h
131
extern const struct snd_motu_spec snd_motu_spec_896;
sound/firewire/motu/motu.h
133
extern const struct snd_motu_spec snd_motu_spec_828mk2;
sound/firewire/motu/motu.h
134
extern const struct snd_motu_spec snd_motu_spec_896hd;
sound/firewire/motu/motu.h
135
extern const struct snd_motu_spec snd_motu_spec_traveler;
sound/firewire/motu/motu.h
136
extern const struct snd_motu_spec snd_motu_spec_ultralite;
sound/firewire/motu/motu.h
137
extern const struct snd_motu_spec snd_motu_spec_8pre;
sound/firewire/motu/motu.h
139
extern const struct snd_motu_spec snd_motu_spec_828mk3_fw;
sound/firewire/motu/motu.h
140
extern const struct snd_motu_spec snd_motu_spec_828mk3_hybrid;
sound/firewire/motu/motu.h
141
extern const struct snd_motu_spec snd_motu_spec_896mk3;
sound/firewire/motu/motu.h
142
extern const struct snd_motu_spec snd_motu_spec_traveler_mk3;
sound/firewire/motu/motu.h
143
extern const struct snd_motu_spec snd_motu_spec_ultralite_mk3;
sound/firewire/motu/motu.h
144
extern const struct snd_motu_spec snd_motu_spec_audio_express;
sound/firewire/motu/motu.h
145
extern const struct snd_motu_spec snd_motu_spec_track16;
sound/firewire/motu/motu.h
146
extern const struct snd_motu_spec snd_motu_spec_4pre;
sound/firewire/motu/motu.h
150
const struct snd_motu_spec *spec,
sound/firewire/motu/motu.h
58
const struct snd_motu_spec *spec;