Lines Matching refs:snd_soc_component_update_bits

312 		snd_soc_component_update_bits(component, WM8770_OUTMUX1, 0x180, 0);  in vout12supply_event()
315 snd_soc_component_update_bits(component, WM8770_OUTMUX1, 0x180, 0x180); in vout12supply_event()
329 snd_soc_component_update_bits(component, WM8770_OUTMUX2, 0x180, 0); in vout34supply_event()
332 snd_soc_component_update_bits(component, WM8770_OUTMUX2, 0x180, 0x180); in vout34supply_event()
392 snd_soc_component_update_bits(component, WM8770_IFACECTRL, 0xf, iface); in wm8770_set_fmt()
393 snd_soc_component_update_bits(component, WM8770_MSTRCTRL, 0x100, master); in wm8770_set_fmt()
466 snd_soc_component_update_bits(component, WM8770_MSTRCTRL, 0x7 << shift, in wm8770_hw_params()
470 snd_soc_component_update_bits(component, WM8770_IFACECTRL, 0x30, iface); in wm8770_hw_params()
480 return snd_soc_component_update_bits(component, WM8770_DACMUTE, 0x10, in wm8770_mute()
590 snd_soc_component_update_bits(component, WM8770_MSDIGVOL, 0x100, 0x100); in wm8770_probe()
591 snd_soc_component_update_bits(component, WM8770_MSALGVOL, 0x100, 0x100); in wm8770_probe()
592 snd_soc_component_update_bits(component, WM8770_VOUT1RVOL, 0x100, 0x100); in wm8770_probe()
593 snd_soc_component_update_bits(component, WM8770_VOUT2RVOL, 0x100, 0x100); in wm8770_probe()
594 snd_soc_component_update_bits(component, WM8770_VOUT3RVOL, 0x100, 0x100); in wm8770_probe()
595 snd_soc_component_update_bits(component, WM8770_VOUT4RVOL, 0x100, 0x100); in wm8770_probe()
596 snd_soc_component_update_bits(component, WM8770_DAC1RVOL, 0x100, 0x100); in wm8770_probe()
597 snd_soc_component_update_bits(component, WM8770_DAC2RVOL, 0x100, 0x100); in wm8770_probe()
598 snd_soc_component_update_bits(component, WM8770_DAC3RVOL, 0x100, 0x100); in wm8770_probe()
599 snd_soc_component_update_bits(component, WM8770_DAC4RVOL, 0x100, 0x100); in wm8770_probe()
602 snd_soc_component_update_bits(component, WM8770_DACMUTE, 0x10, 0x10); in wm8770_probe()