Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2552.c144 u8 cfg1_reg = 0; in tas2552_sw_shutdown() local
150 cfg1_reg = TAS2552_SWS; in tas2552_sw_shutdown()
153 cfg1_reg); in tas2552_sw_shutdown()
472 u8 cfg1_reg = 0; in tas2552_mute() local
476 cfg1_reg |= TAS2552_MUTE; in tas2552_mute()
478 snd_soc_component_update_bits(component, TAS2552_CFG_1, TAS2552_MUTE, cfg1_reg); in tas2552_mute()