Lines Matching refs:rt5682
23 #include "../codecs/rt5682.h"
51 /* set rt5682 dai fmt */
57 "Failed to set rt5682 dai fmt: %d\n", ret);
65 dev_err(rtd->dev, "can't set rt5682 PLL: %d\n", ret);
74 "Failed to set rt5682 SYSCLK: %d\n", ret);
82 "Failed to set rt5682 tdm bclk ratio: %d\n", ret);
86 rt5682_dai_wclk = clk_get(component->dev, "rt5682-dai-wclk");
87 rt5682_dai_bclk = clk_get(component->dev, "rt5682-dai-bclk");
276 SND_SOC_DAILINK_DEF(rt5682,
277 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-10EC5682:00", "rt5682-aif1")));
310 SND_SOC_DAILINK_REG(acp3x_i2s, rt5682, platform),