Home
last modified time | relevance | path

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

/Linux-v5.15/sound/firewire/motu/
Dmotu.h58 const struct snd_motu_spec *spec;
115 struct snd_motu_spec { struct
125 extern const struct snd_motu_spec snd_motu_spec_828; argument
126 extern const struct snd_motu_spec snd_motu_spec_896;
128 extern const struct snd_motu_spec snd_motu_spec_828mk2;
129 extern const struct snd_motu_spec snd_motu_spec_896hd;
130 extern const struct snd_motu_spec snd_motu_spec_traveler;
131 extern const struct snd_motu_spec snd_motu_spec_ultralite;
132 extern const struct snd_motu_spec snd_motu_spec_8pre;
134 extern const struct snd_motu_spec snd_motu_spec_828mk3_fw;
[all …]
Dmotu-protocol-v2.c274 const struct snd_motu_spec snd_motu_spec_828mk2 = {
283 const struct snd_motu_spec snd_motu_spec_896hd = {
291 const struct snd_motu_spec snd_motu_spec_traveler = {
300 const struct snd_motu_spec snd_motu_spec_ultralite = {
309 const struct snd_motu_spec snd_motu_spec_8pre = {
Dmotu-protocol-v3.c265 const struct snd_motu_spec snd_motu_spec_828mk3_fw = {
274 const struct snd_motu_spec snd_motu_spec_828mk3_hybrid = {
283 const struct snd_motu_spec snd_motu_spec_ultralite_mk3 = {
292 const struct snd_motu_spec snd_motu_spec_audio_express = {
301 const struct snd_motu_spec snd_motu_spec_4pre = {
Dmotu-protocol-v1.c459 const struct snd_motu_spec snd_motu_spec_828 = {
466 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.c433 const struct snd_motu_spec *spec, struct amdtp_motu_cache *cache) in amdtp_motu_init()