Lines Matching full:rt5682
23 #include "../codecs/rt5682.h"
48 RT5682 = 0, enumerator
62 /* set rt5682 dai fmt */ in acp3x_5682_init()
68 "Failed to set rt5682 dai fmt: %d\n", ret); in acp3x_5682_init()
76 dev_err(rtd->dev, "can't set rt5682 PLL: %d\n", ret); in acp3x_5682_init()
85 "Failed to set rt5682 SYSCLK: %d\n", ret); in acp3x_5682_init()
93 "Failed to set rt5682 tdm bclk ratio: %d\n", ret); in acp3x_5682_init()
97 rt5682_dai_wclk = clk_get(component->dev, "rt5682-dai-wclk"); in acp3x_5682_init()
98 rt5682_dai_bclk = clk_get(component->dev, "rt5682-dai-bclk"); in acp3x_5682_init()
131 /* RT5682 will support only 48K output with 48M mclk */ in rt5682_clk_enable()
287 SND_SOC_DAILINK_DEF(rt5682,
288 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-10EC5682:00", "rt5682-aif1")));
314 [RT5682] = {
321 SND_SOC_DAILINK_REG(acp3x_i2s, rt5682, platform),