Home
last modified time | relevance | path

Searched refs:rt5645 (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/sound/soc/codecs/
Drt5645.c676 struct rt5645_priv *rt5645 = snd_soc_component_get_drvdata(component); in rt5645_hweq_get() local
682 eq_param[i].reg = cpu_to_be16(rt5645->eq_param[i].reg); in rt5645_hweq_get()
683 eq_param[i].val = cpu_to_be16(rt5645->eq_param[i].val); in rt5645_hweq_get()
702 struct rt5645_priv *rt5645 = snd_soc_component_get_drvdata(component); in rt5645_hweq_put() local
708 rt5645->eq_param[i].reg = be16_to_cpu(eq_param[i].reg); in rt5645_hweq_put()
709 rt5645->eq_param[i].val = be16_to_cpu(eq_param[i].val); in rt5645_hweq_put()
714 if (rt5645->eq_param[i].reg == 0) in rt5645_hweq_put()
716 else if (rt5645->eq_param[i].reg != RT5645_EQ_CTRL2) in rt5645_hweq_put()
723 if (!rt5645_validate_hweq(rt5645->eq_param[i].reg) && in rt5645_hweq_put()
724 rt5645->eq_param[i].reg != 0) in rt5645_hweq_put()
[all …]
DMakefile175 snd-soc-rt5645-objs := rt5645.o
485 obj-$(CONFIG_SND_SOC_RT5645) += snd-soc-rt5645.o
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Drockchip-rt5645.txt4 - compatible: "rockchip,rockchip-audio-rt5645"
13 compatible = "rockchip,rockchip-audio-rt5645";
16 rockchip,audio-codec = <&rt5645>;
Drt5645.txt7 - compatible : One of "realtek,rt5645" or "realtek,rt5650".
39 -- realtek,jd-mode : The JD mode of rt5645/rt5650
40 0 : rt5645/rt5650 JD function is not used
Dmt8173-rt5650.txt13 <&rt5650 0> : Default setting. Connect rt5650 I2S1 for capture. (dai_name = rt5645-aif1)
14 <&rt5650 1> : Connect rt5650 I2S2 for capture. (dai_name = rt5645-aif2)
/Linux-v5.10/sound/soc/amd/
DMakefile4 snd-soc-acp-rt5645-mach-objs := acp-rt5645.o
9 obj-$(CONFIG_SND_SOC_AMD_CZ_RT5645_MACH) += snd-soc-acp-rt5645-mach.o
DKconfig22 This option enables machine driver for rt5645.
/Linux-v5.10/sound/soc/rockchip/
DMakefile13 snd-soc-rockchip-rt5645-objs := rockchip_rt5645.o
18 obj-$(CONFIG_SND_SOC_ROCKCHIP_RT5645) += snd-soc-rockchip-rt5645.o
/Linux-v5.10/sound/soc/intel/boards/
DMakefile14 snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o
55 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH) += snd-soc-sst-cht-bsw-rt5645.o