Searched refs:pll_source (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/intel/boards/ |
| H A D | sof_rt5682.c | 265 int pll_id, pll_source, pll_in, pll_out, clk_id, ret; in sof_rt5682_hw_params() 279 pll_source = RT5645_PLL1_S_MCLK; in sof_rt5682_hw_params() 282 pll_source = RT5682_PLL1_S_MCLK; in sof_rt5682_hw_params() 285 pll_source = RT5682S_PLL_S_MCLK; in sof_rt5682_hw_params() 302 pll_source = RT5645_PLL1_S_BCLK1; in sof_rt5682_hw_params() 305 pll_source = RT5682_PLL1_S_BCLK1; in sof_rt5682_hw_params() 308 pll_source = RT5682S_PLL_S_BCLK1; in sof_rt5682_hw_params() 379 ret = snd_soc_dai_set_pll(codec_dai, pll_id, pll_source, pll_in, in sof_rt5682_hw_params() 264 int pll_id, pll_source, pll_in, pll_out, clk_id, ret; sof_rt5682_hw_params() local
|
| /linux/sound/soc/intel/avs/boards/ |
| H A D | rt5682.c | 150 int pll_source, freq_in, freq_out; in avs_rt5682_hw_params() local 154 pll_source = RT5682_PLL1_S_MCLK; in avs_rt5682_hw_params() 160 pll_source = RT5682_PLL1_S_BCLK1; in avs_rt5682_hw_params() 166 ret = snd_soc_dai_set_pll(codec_dai, RT5682_PLL1, pll_source, freq_in, freq_out); in avs_rt5682_hw_params()
|
| /linux/sound/soc/qcom/ |
| H A D | sc7180.c | 161 int pll_id, pll_source, pll_in, pll_out, clk_id, ret; in sc7180_startup_realtek_codec() local 164 pll_source = RT5682_PLL1_S_MCLK; in sc7180_startup_realtek_codec() 170 pll_source = RT5682S_PLL_S_MCLK; in sc7180_startup_realtek_codec() 184 ret = snd_soc_dai_set_pll(codec_dai, pll_id, pll_source, in sc7180_startup_realtek_codec()
|
| /linux/sound/soc/codecs/ |
| H A D | cx2072x.h | 303 u32 pll_source:1; member
|