Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dalc5632.c910 u16 mute_reg = snd_soc_component_read(component, ALC5632_MISC_CTRL) & ~hp_mute; in alc5632_mute()
915 return snd_soc_component_write(component, ALC5632_MISC_CTRL, mute_reg); in alc5632_mute()
939 snd_soc_component_update_bits(component, ALC5632_MISC_CTRL, in enable_power_depop()
960 snd_soc_component_update_bits(component, ALC5632_MISC_CTRL, in enable_power_depop()
H A Dalc5632.h220 #define ALC5632_MISC_CTRL 0x5E macro