Home
last modified time | relevance | path

Searched refs:wsa881x (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwsa881x.c686 static void wsa881x_init(struct wsa881x_priv *wsa881x) in wsa881x_init() argument
688 struct regmap *rm = wsa881x->regmap; in wsa881x_init()
691 regmap_read(rm, WSA881X_CHIP_ID1, &wsa881x->version); in wsa881x_init()
692 regmap_register_patch(wsa881x->regmap, wsa881x_rev_2_0, in wsa881x_init()
733 struct wsa881x_priv *wsa881x = snd_soc_component_get_drvdata(comp); in wsa881x_component_probe() local
735 snd_soc_component_init_regmap(comp, wsa881x->regmap); in wsa881x_component_probe()
878 struct wsa881x_priv *wsa881x = snd_soc_component_get_drvdata(comp); in wsa881x_visense_txfe_ctrl() local
881 regmap_multi_reg_write(wsa881x->regmap, wsa881x_vi_txfe_en_2_0, in wsa881x_visense_txfe_ctrl()
912 struct wsa881x_priv *wsa881x = snd_soc_component_get_drvdata(comp); in wsa881x_spkr_pa_event() local
919 regmap_multi_reg_write(wsa881x->regmap, wsa881x_pre_pmu_pa_2_0, in wsa881x_spkr_pa_event()
[all …]
H A DMakefile315 snd-soc-wsa881x-objs := wsa881x.o
643 obj-$(CONFIG_SND_SOC_WSA881X) += snd-soc-wsa881x.o