Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dtas2552.c121 u8 cfg1_reg; in tas2552_sw_shutdown() local
127 cfg1_reg = 0; in tas2552_sw_shutdown()
129 cfg1_reg = TAS2552_SWS_MASK; in tas2552_sw_shutdown()
132 TAS2552_SWS_MASK, cfg1_reg); in tas2552_sw_shutdown()
257 u8 cfg1_reg; in tas2552_mute() local
261 cfg1_reg = TAS2552_MUTE_MASK; in tas2552_mute()
263 cfg1_reg = ~TAS2552_MUTE_MASK; in tas2552_mute()
265 snd_soc_update_bits(codec, TAS2552_CFG_1, TAS2552_MUTE_MASK, cfg1_reg); in tas2552_mute()