Searched refs:hp_reg (Results 1 – 1 of 1) sorted by relevance
198 u16 hp_reg = snd_soc_read(codec, WM8961_ANALOGUE_HP_0); in wm8961_hp_event() local206 hp_reg &= ~(WM8961_HPR_RMV_SHORT | WM8961_HPL_RMV_SHORT); in wm8961_hp_event()207 snd_soc_write(codec, WM8961_ANALOGUE_HP_0, hp_reg); in wm8961_hp_event()219 hp_reg |= WM8961_HPR_ENA | WM8961_HPL_ENA; in wm8961_hp_event()220 snd_soc_write(codec, WM8961_ANALOGUE_HP_0, hp_reg); in wm8961_hp_event()223 hp_reg |= WM8961_HPR_ENA_DLY | WM8961_HPL_ENA_DLY; in wm8961_hp_event()224 snd_soc_write(codec, WM8961_ANALOGUE_HP_0, hp_reg); in wm8961_hp_event()246 hp_reg |= WM8961_HPR_ENA_OUTP | WM8961_HPL_ENA_OUTP; in wm8961_hp_event()247 snd_soc_write(codec, WM8961_ANALOGUE_HP_0, hp_reg); in wm8961_hp_event()250 hp_reg |= WM8961_HPR_RMV_SHORT | WM8961_HPL_RMV_SHORT; in wm8961_hp_event()[all …]