Searched refs:rt5645 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | rt5645.c | 501 struct rt5645_priv *rt5645 = snd_soc_component_get_drvdata(component); in rt5645_hweq_get() local 507 eq_param[i].reg = cpu_to_be16(rt5645->eq_param[i].reg); in rt5645_hweq_get() 508 eq_param[i].val = cpu_to_be16(rt5645->eq_param[i].val); in rt5645_hweq_get() 527 struct rt5645_priv *rt5645 = snd_soc_component_get_drvdata(component); in rt5645_hweq_put() local 555 memcpy(rt5645->eq_param, eq_param, in rt5645_hweq_put() 572 struct rt5645_priv *rt5645 = snd_soc_component_get_drvdata(component); in rt5645_spk_put_volsw() local 575 cancel_delayed_work_sync(&rt5645->rcclock_work); in rt5645_spk_put_volsw() 577 regmap_update_bits(rt5645->regmap, RT5645_MICBIAS, in rt5645_spk_put_volsw() 582 queue_delayed_work(system_power_efficient_wq, &rt5645->rcclock_work, in rt5645_spk_put_volsw() 668 struct rt5645_priv *rt5645 = snd_soc_codec_get_drvdata(codec); in set_dmic_clk() local [all …]
|
D | Makefile | 90 snd-soc-rt5645-objs := rt5645.o 285 obj-$(CONFIG_SND_SOC_RT5645) += snd-soc-rt5645.o
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | rockchip-rt5645.txt | 4 - compatible: "rockchip,rockchip-audio-rt5645" 13 compatible = "rockchip,rockchip-audio-rt5645"; 16 rockchip,audio-codec = <&rt5645>;
|
D | rt5645.txt | 7 - compatible : One of "realtek,rt5645" or "realtek,rt5650". 35 -- realtek,jd-mode : The JD mode of rt5645/rt5650 36 0 : rt5645/rt5650 JD function is not used
|
/linux-4.4.14/sound/soc/rockchip/ |
D | Makefile | 9 snd-soc-rockchip-rt5645-objs := rockchip_rt5645.o 12 obj-$(CONFIG_SND_SOC_ROCKCHIP_RT5645) += snd-soc-rockchip-rt5645.o
|
/linux-4.4.14/sound/soc/intel/boards/ |
D | Makefile | 7 snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o 17 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH) += snd-soc-sst-cht-bsw-rt5645.o
|