Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dtas2552.c150 u8 cfg1_reg = 0; in tas2552_sw_shutdown() local
156 cfg1_reg = TAS2552_SWS; in tas2552_sw_shutdown()
159 cfg1_reg); in tas2552_sw_shutdown()
475 u8 cfg1_reg = 0; in tas2552_mute() local
479 cfg1_reg |= TAS2552_MUTE; in tas2552_mute()
481 snd_soc_update_bits(codec, TAS2552_CFG_1, TAS2552_MUTE, cfg1_reg); in tas2552_mute()