Lines Matching refs:rt5682
23 #include "../codecs/rt5682.h"
62 /* set rt5682 dai fmt */
68 "Failed to set rt5682 dai fmt: %d\n", ret);
76 dev_err(rtd->dev, "can't set rt5682 PLL: %d\n", ret);
85 "Failed to set rt5682 SYSCLK: %d\n", ret);
93 "Failed to set rt5682 tdm bclk ratio: %d\n", ret);
97 rt5682_dai_wclk = clk_get(component->dev, "rt5682-dai-wclk");
98 rt5682_dai_bclk = clk_get(component->dev, "rt5682-dai-bclk");
287 SND_SOC_DAILINK_DEF(rt5682,
288 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-10EC5682:00", "rt5682-aif1")));
323 SND_SOC_DAILINK_REG(acp3x_i2s, rt5682, platform),