Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8728.c74 u16 mute_reg = snd_soc_component_read(component, WM8728_DACCTL); in wm8728_mute() local
77 snd_soc_component_write(component, WM8728_DACCTL, mute_reg | 1); in wm8728_mute()
79 snd_soc_component_write(component, WM8728_DACCTL, mute_reg & ~1); in wm8728_mute()
H A Dak4535.c315 u16 mute_reg = snd_soc_component_read(component, AK4535_DAC); in ak4535_mute() local
318 snd_soc_component_write(component, AK4535_DAC, mute_reg & ~0x20); in ak4535_mute()
320 snd_soc_component_write(component, AK4535_DAC, mute_reg | 0x20); in ak4535_mute()
H A Dwm8711.c209 u16 mute_reg = snd_soc_component_read(component, WM8711_APDIGI) & 0xfff7; in wm8711_mute() local
212 snd_soc_component_write(component, WM8711_APDIGI, mute_reg | 0x8); in wm8711_mute()
214 snd_soc_component_write(component, WM8711_APDIGI, mute_reg); in wm8711_mute()
H A Dwm8731.c351 u16 mute_reg = snd_soc_component_read(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute()
354 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute()
356 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
352 u16 mute_reg = snd_soc_component_read(component, WM8731_APDIGI) & 0xfff7; wm8731_mute() local
H A Dwm8510.c492 u16 mute_reg = snd_soc_component_read(component, WM8510_DAC) & 0xffbf; in wm8510_mute() local
495 snd_soc_component_write(component, WM8510_DAC, mute_reg | 0x40); in wm8510_mute()
497 snd_soc_component_write(component, WM8510_DAC, mute_reg); in wm8510_mute()
H A Dwm8974.c573 u16 mute_reg = snd_soc_component_read(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()
H A Dwm8940.c467 u16 mute_reg = snd_soc_component_read(component, WM8940_DAC) & 0xffbf; in wm8940_mute() local
470 mute_reg |= 0x40; in wm8940_mute()
472 return snd_soc_component_write(component, WM8940_DAC, mute_reg); in wm8940_mute()
H A Dwm8753.c1302 u16 mute_reg = snd_soc_component_read(component, WM8753_DAC) & 0xfff7; in wm8753_mute() local
1309 snd_soc_component_write(component, WM8753_DAC, mute_reg | 0x8); in wm8753_mute()
1312 snd_soc_component_write(component, WM8753_DAC, mute_reg | 0x8); in wm8753_mute()
1314 snd_soc_component_write(component, WM8753_DAC, mute_reg); in wm8753_mute()