Lines Matching refs:src
89 enum snd_motu_clock_source *src)
93 *src = SND_MOTU_CLOCK_SOURCE_INTERNAL;
96 *src = SND_MOTU_CLOCK_SOURCE_ADAT_ON_OPT;
104 *src = SND_MOTU_CLOCK_SOURCE_AESEBU_ON_XLR;
106 *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX;
118 *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT;
120 *src = SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX;
125 *src = SND_MOTU_CLOCK_SOURCE_SPH;
128 *src = SND_MOTU_CLOCK_SOURCE_WORD_ON_BNC;
131 *src = SND_MOTU_CLOCK_SOURCE_ADAT_ON_DSUB;
135 *src = SND_MOTU_CLOCK_SOURCE_AESEBU_ON_XLR;
138 *src = SND_MOTU_CLOCK_SOURCE_UNKNOWN;
146 enum snd_motu_clock_source *src)
156 return get_clock_source(motu, be32_to_cpu(reg), src);
173 enum snd_motu_clock_source src;
176 err = get_clock_source(motu, *data, &src);
184 if (src == SND_MOTU_CLOCK_SOURCE_SPH && rate > 48000)