Searched refs:rt5645 (Results 1 – 6 of 6) sorted by relevance
703 struct rt5645_priv *rt5645 = snd_soc_component_get_drvdata(component); in rt5645_hweq_get() local709 eq_param[i].reg = cpu_to_be16(rt5645->eq_param[i].reg); in rt5645_hweq_get()710 eq_param[i].val = cpu_to_be16(rt5645->eq_param[i].val); in rt5645_hweq_get()729 struct rt5645_priv *rt5645 = snd_soc_component_get_drvdata(component); in rt5645_hweq_put() local735 rt5645->eq_param[i].reg = be16_to_cpu(eq_param[i].reg); in rt5645_hweq_put()736 rt5645->eq_param[i].val = be16_to_cpu(eq_param[i].val); in rt5645_hweq_put()741 if (rt5645->eq_param[i].reg == 0) in rt5645_hweq_put()743 else if (rt5645->eq_param[i].reg != RT5645_EQ_CTRL2) in rt5645_hweq_put()750 if (!rt5645_validate_hweq(rt5645->eq_param[i].reg) && in rt5645_hweq_put()751 rt5645->eq_param[i].reg != 0) in rt5645_hweq_put()[all …]
188 snd-soc-rt5645-objs := rt5645.o516 obj-$(CONFIG_SND_SOC_RT5645) += snd-soc-rt5645.o
4 snd-soc-acp-rt5645-mach-objs := acp-rt5645.o9 obj-$(CONFIG_SND_SOC_AMD_CZ_RT5645_MACH) += snd-soc-acp-rt5645-mach.o
23 This option enables machine driver for rt5645.
13 snd-soc-rockchip-rt5645-objs := rockchip_rt5645.o18 obj-$(CONFIG_SND_SOC_ROCKCHIP_RT5645) += snd-soc-rockchip-rt5645.o
15 snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o58 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH) += snd-soc-sst-cht-bsw-rt5645.o