Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2552.c146 u8 cfg1_reg = 0; in tas2552_sw_shutdown() local
152 cfg1_reg = TAS2552_SWS; in tas2552_sw_shutdown()
155 cfg1_reg); in tas2552_sw_shutdown()
474 u8 cfg1_reg = 0; in tas2552_mute() local
478 cfg1_reg |= TAS2552_MUTE; in tas2552_mute()
480 snd_soc_component_update_bits(component, TAS2552_CFG_1, TAS2552_MUTE, cfg1_reg); in tas2552_mute()