Searched refs:mute_reg (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | ak4535.c | 315 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 D | wm8731.c | 352 u16 mute_reg = snd_soc_component_read(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute() local 355 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute() 357 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
|
| H A D | wm8974.c | 573 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 D | wm8940.c | 467 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()
|