Lines Matching defs:source
2126 static int rt5663_i2s_use_asrc(struct snd_soc_dapm_widget *source,
2129 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
2159 * rt5663_sel_asrc_clk_src - select ASRC clock source for a set of filters
2162 * @clk_src: clock source
2168 * for codec. This function provides an API to select the clock source for a
2170 * for these filters if ASRC is selected as their clock source.
2279 /* Stereo ADC source */
2296 /* RT5663: Analog DACL1 input source */
2307 /* RT5663: Analog DACR1 input source */
2631 /* Analog DAC source */
2892 static int rt5663_set_dai_pll(struct snd_soc_dai *dai, int pll_id, int source,
2901 if (source == rt5663->pll_src && freq_in == rt5663->pll_in &&
2929 switch (source) {
2937 dev_err(component->dev, "Unknown PLL source %d\n", source);
2960 rt5663->pll_src = source;