Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dwm2000.c96 wm2000->anc_mode = ANC_OFF; in wm2000_reset()
583 if (wm2000->anc_eng_ena && wm2000->spk_ena) in wm2000_anc_set_mode()
592 mode, wm2000->anc_eng_ena, !wm2000->spk_ena, in wm2000_anc_set_mode()
593 wm2000->anc_active); in wm2000_anc_set_mode()
655 wm2000->spk_ena = val; in wm2000_speaker_put()
818 wm2000 = devm_kzalloc(&i2c->dev, sizeof(*wm2000), GFP_KERNEL); in wm2000_i2c_probe()
819 if (!wm2000) in wm2000_i2c_probe()
914 wm2000->anc_active = 1; in wm2000_i2c_probe()
915 wm2000->spk_ena = 1; in wm2000_i2c_probe()
916 wm2000->i2c = i2c; in wm2000_i2c_probe()
[all …]
H A DMakefile348 snd-soc-wm2000-y := wm2000.o
771 obj-$(CONFIG_SND_SOC_WM2000) += snd-soc-wm2000.o