Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dlm49453.c1230 snd_soc_update_bits(dai->codec, LM49453_P0_DAC_DSP_REG, BIT(1)|BIT(0), in lm49453_hp_mute()
1237 snd_soc_update_bits(dai->codec, LM49453_P0_DAC_DSP_REG, BIT(3)|BIT(2), in lm49453_lo_mute()
1244 snd_soc_update_bits(dai->codec, LM49453_P0_DAC_DSP_REG, BIT(5)|BIT(4), in lm49453_ls_mute()
1251 snd_soc_update_bits(dai->codec, LM49453_P0_DAC_DSP_REG, BIT(4), in lm49453_ep_mute()
1258 snd_soc_update_bits(dai->codec, LM49453_P0_DAC_DSP_REG, BIT(7)|BIT(6), in lm49453_ha_mute()
Dlm49453.h54 #define LM49453_P0_DAC_DSP_REG 0x31 macro