Lines Matching refs:source
291 static int check_sysclk1_source(struct snd_soc_dapm_widget *source, in check_sysclk1_source() argument
296 reg = snd_soc_read(source->codec, RT5631_GLOBAL_CLK_CTRL); in check_sysclk1_source()
300 static int check_dmic_used(struct snd_soc_dapm_widget *source, in check_dmic_used() argument
303 struct rt5631_priv *rt5631 = snd_soc_codec_get_drvdata(source->codec); in check_dmic_used()
307 static int check_dacl_to_outmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_outmixl() argument
312 reg = snd_soc_read(source->codec, RT5631_OUTMIXER_L_CTRL); in check_dacl_to_outmixl()
316 static int check_dacr_to_outmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_outmixr() argument
321 reg = snd_soc_read(source->codec, RT5631_OUTMIXER_R_CTRL); in check_dacr_to_outmixr()
325 static int check_dacl_to_spkmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_spkmixl() argument
330 reg = snd_soc_read(source->codec, RT5631_SPK_MIXER_CTRL); in check_dacl_to_spkmixl()
334 static int check_dacr_to_spkmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_spkmixr() argument
339 reg = snd_soc_read(source->codec, RT5631_SPK_MIXER_CTRL); in check_dacr_to_spkmixr()
343 static int check_adcl_select(struct snd_soc_dapm_widget *source, in check_adcl_select() argument
348 reg = snd_soc_read(source->codec, RT5631_ADC_REC_MIXER); in check_adcl_select()
352 static int check_adcr_select(struct snd_soc_dapm_widget *source, in check_adcr_select() argument
357 reg = snd_soc_read(source->codec, RT5631_ADC_REC_MIXER); in check_adcr_select()
1481 int source, unsigned int freq_in, unsigned int freq_out) in rt5631_codec_set_dai_pll() argument