Searched refs:mute_reg (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | wm8728.c | 74 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 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 | wm8711.c | 209 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 D | wm8731.c | 351 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 D | wm8510.c | 492 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 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()
|
| H A D | wm8753.c | 1302 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()
|