Searched refs:TAS2552_MUTE_MASK (Results 1 – 2 of 2) sorted by relevance
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()373 snd_soc_write(codec, TAS2552_CFG_1, TAS2552_MUTE_MASK | in tas2552_codec_probe()
48 #define TAS2552_MUTE_MASK (1 << 2) macro