Lines Matching defs:src
101 enum snd_motu_clock_source *src)
105 *src = SND_MOTU_CLOCK_SOURCE_INTERNAL;
108 *src = SND_MOTU_CLOCK_SOURCE_WORD_ON_BNC;
111 *src = SND_MOTU_CLOCK_SOURCE_SPH;
114 *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX;
131 *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT_A;
133 *src = SND_MOTU_CLOCK_SOURCE_ADAT_ON_OPT_A;
136 *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT_B;
138 *src = SND_MOTU_CLOCK_SOURCE_ADAT_ON_OPT_B;
144 *src = SND_MOTU_CLOCK_SOURCE_UNKNOWN;
152 enum snd_motu_clock_source *src)
156 *src = SND_MOTU_CLOCK_SOURCE_INTERNAL;
159 *src = SND_MOTU_CLOCK_SOURCE_WORD_ON_BNC;
162 *src = SND_MOTU_CLOCK_SOURCE_SPH;
165 *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX;
168 *src = SND_MOTU_CLOCK_SOURCE_UNKNOWN;
176 enum snd_motu_clock_source *src)
189 return detect_clock_source_828mk3(motu, data, src);
191 return v3_detect_clock_source(motu, data, src);