Lines Matching refs:snd_soc_update_bits
315 snd_soc_update_bits(codec, WM8770_OUTMUX1, 0x180, 0); in vout12supply_event()
318 snd_soc_update_bits(codec, WM8770_OUTMUX1, 0x180, 0x180); in vout12supply_event()
332 snd_soc_update_bits(codec, WM8770_OUTMUX2, 0x180, 0); in vout34supply_event()
335 snd_soc_update_bits(codec, WM8770_OUTMUX2, 0x180, 0x180); in vout34supply_event()
395 snd_soc_update_bits(codec, WM8770_IFACECTRL, 0xf, iface); in wm8770_set_fmt()
396 snd_soc_update_bits(codec, WM8770_MSTRCTRL, 0x100, master); in wm8770_set_fmt()
469 snd_soc_update_bits(codec, WM8770_MSTRCTRL, 0x7 << shift, in wm8770_hw_params()
473 snd_soc_update_bits(codec, WM8770_IFACECTRL, 0x30, iface); in wm8770_hw_params()
483 return snd_soc_update_bits(codec, WM8770_DACMUTE, 0x10, in wm8770_mute()
593 snd_soc_update_bits(codec, WM8770_MSDIGVOL, 0x100, 0x100); in wm8770_probe()
594 snd_soc_update_bits(codec, WM8770_MSALGVOL, 0x100, 0x100); in wm8770_probe()
595 snd_soc_update_bits(codec, WM8770_VOUT1RVOL, 0x100, 0x100); in wm8770_probe()
596 snd_soc_update_bits(codec, WM8770_VOUT2RVOL, 0x100, 0x100); in wm8770_probe()
597 snd_soc_update_bits(codec, WM8770_VOUT3RVOL, 0x100, 0x100); in wm8770_probe()
598 snd_soc_update_bits(codec, WM8770_VOUT4RVOL, 0x100, 0x100); in wm8770_probe()
599 snd_soc_update_bits(codec, WM8770_DAC1RVOL, 0x100, 0x100); in wm8770_probe()
600 snd_soc_update_bits(codec, WM8770_DAC2RVOL, 0x100, 0x100); in wm8770_probe()
601 snd_soc_update_bits(codec, WM8770_DAC3RVOL, 0x100, 0x100); in wm8770_probe()
602 snd_soc_update_bits(codec, WM8770_DAC4RVOL, 0x100, 0x100); in wm8770_probe()
605 snd_soc_update_bits(codec, WM8770_DACMUTE, 0x10, 0x10); in wm8770_probe()