Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwcd9335.c3356 u8 hph_l_en, hph_r_en; in wcd9335_codec_hph_mode_gain_opt() local
3365 hph_l_en = snd_soc_component_read(component, WCD9335_HPH_L_EN); in wcd9335_codec_hph_mode_gain_opt()
3368 l_val = (hph_l_en & 0xC0) | 0x20 | gain; in wcd9335_codec_hph_mode_gain_opt()
3377 if ((l_val != hph_l_en) && !is_hphl_pa) { in wcd9335_codec_hph_mode_gain_opt()
3379 wcd->hph_l_gain = hph_l_en & 0x1F; in wcd9335_codec_hph_mode_gain_opt()