Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dda7219-aad.c58 u8 statusa, micbias_ctrl; in da7219_aad_btn_det_work() local
93 micbias_ctrl = snd_soc_component_read(component, DA7219_MICBIAS_CTRL); in da7219_aad_btn_det_work()
98 snd_soc_component_write(component, DA7219_MICBIAS_CTRL, micbias_ctrl); in da7219_aad_btn_det_work()
932 u8 micbias_ctrl; in da7219_aad_suspend() local
946 micbias_ctrl = snd_soc_component_read(component, DA7219_MICBIAS_CTRL); in da7219_aad_suspend()
947 if (micbias_ctrl & DA7219_MICBIAS1_EN_MASK) { in da7219_aad_suspend()