Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dtas2552.c261 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()
373 snd_soc_write(codec, TAS2552_CFG_1, TAS2552_MUTE_MASK | in tas2552_codec_probe()
Dtas2552.h48 #define TAS2552_MUTE_MASK (1 << 2) macro