Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8728.c75 u16 mute_reg = snd_soc_component_read32(component, WM8728_DACCTL); in wm8728_mute() local
78 snd_soc_component_write(component, WM8728_DACCTL, mute_reg | 1); in wm8728_mute()
80 snd_soc_component_write(component, WM8728_DACCTL, mute_reg & ~1); in wm8728_mute()
Dak4535.c315 u16 mute_reg = snd_soc_component_read32(component, AK4535_DAC); in ak4535_mute() local
317 snd_soc_component_write(component, AK4535_DAC, mute_reg & ~0x20); in ak4535_mute()
319 snd_soc_component_write(component, AK4535_DAC, mute_reg | 0x20); in ak4535_mute()
Dwm8711.c210 u16 mute_reg = snd_soc_component_read32(component, WM8711_APDIGI) & 0xfff7; in wm8711_mute() local
213 snd_soc_component_write(component, WM8711_APDIGI, mute_reg | 0x8); in wm8711_mute()
215 snd_soc_component_write(component, WM8711_APDIGI, mute_reg); in wm8711_mute()
Dwm8971.c542 u16 mute_reg = snd_soc_component_read32(component, WM8971_ADCDAC) & 0xfff7; in wm8971_mute() local
545 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg | 0x8); in wm8971_mute()
547 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg); in wm8971_mute()
Dwm8510.c493 u16 mute_reg = snd_soc_component_read32(component, WM8510_DAC) & 0xffbf; in wm8510_mute() local
496 snd_soc_component_write(component, WM8510_DAC, mute_reg | 0x40); in wm8510_mute()
498 snd_soc_component_write(component, WM8510_DAC, mute_reg); in wm8510_mute()
Dwm8750.c612 u16 mute_reg = snd_soc_component_read32(component, WM8750_ADCDAC) & 0xfff7; in wm8750_mute() local
615 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg | 0x8); in wm8750_mute()
617 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg); in wm8750_mute()
Dwm8940.c458 u16 mute_reg = snd_soc_component_read32(component, WM8940_DAC) & 0xffbf; in wm8940_mute() local
461 mute_reg |= 0x40; in wm8940_mute()
463 return snd_soc_component_write(component, WM8940_DAC, mute_reg); in wm8940_mute()
Dwm8974.c573 u16 mute_reg = snd_soc_component_read32(component, WM8974_DAC) & 0xffbf; in wm8974_mute() local
576 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute()
578 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
Dwm8988.c713 u16 mute_reg = snd_soc_component_read32(component, WM8988_ADCDAC) & 0xfff7; in wm8988_mute() local
716 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg | 0x8); in wm8988_mute()
718 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg); in wm8988_mute()
Dwm8731.c372 u16 mute_reg = snd_soc_component_read32(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute() local
375 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute()
377 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
Dalc5632.c910 u16 mute_reg = snd_soc_component_read32(component, ALC5632_MISC_CTRL) & ~hp_mute; in alc5632_mute() local
913 mute_reg |= hp_mute; in alc5632_mute()
915 return snd_soc_component_write(component, ALC5632_MISC_CTRL, mute_reg); in alc5632_mute()
Dalc5623.c744 u16 mute_reg = snd_soc_component_read32(component, ALC5623_MISC_CTRL) & ~hp_mute; in alc5623_mute() local
747 mute_reg |= hp_mute; in alc5623_mute()
749 return snd_soc_component_write(component, ALC5623_MISC_CTRL, mute_reg); in alc5623_mute()
Dwm8753.c1301 u16 mute_reg = snd_soc_component_read32(component, WM8753_DAC) & 0xfff7; in wm8753_mute() local
1308 snd_soc_component_write(component, WM8753_DAC, mute_reg | 0x8); in wm8753_mute()
1311 snd_soc_component_write(component, WM8753_DAC, mute_reg | 0x8); in wm8753_mute()
1313 snd_soc_component_write(component, WM8753_DAC, mute_reg); in wm8753_mute()
Dda7210.c930 u8 mute_reg = snd_soc_component_read32(component, DA7210_DAC_HPF) & 0xFB; in da7210_mute() local
933 snd_soc_component_write(component, DA7210_DAC_HPF, mute_reg | 0x4); in da7210_mute()
935 snd_soc_component_write(component, DA7210_DAC_HPF, mute_reg); in da7210_mute()
Dsgtl5000.c166 u16 mute_reg = snd_soc_component_read32(component, in mute_output() local
171 return mute_reg; in mute_output()
175 u16 mute_mask, u16 mute_reg) in restore_output() argument
178 mute_mask, mute_reg); in restore_output()
Dwm8995.c1423 int mute_reg; in wm8995_aif_mute() local
1427 mute_reg = WM8995_AIF1_DAC1_FILTERS_1; in wm8995_aif_mute()
1430 mute_reg = WM8995_AIF2_DAC_FILTERS_1; in wm8995_aif_mute()
1436 snd_soc_component_update_bits(component, mute_reg, WM8995_AIF1DAC1_MUTE_MASK, in wm8995_aif_mute()
Dwm8994.c2997 int mute_reg; in wm8994_aif_mute() local
3002 mute_reg = WM8994_AIF1_DAC1_FILTERS_1; in wm8994_aif_mute()
3005 mute_reg = WM8994_AIF2_DAC_FILTERS_1; in wm8994_aif_mute()
3016 snd_soc_component_update_bits(component, mute_reg, WM8994_AIF1DAC1_MUTE, reg); in wm8994_aif_mute()