Searched refs:WM8770_MSTRCTRL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8770.h | 40 #define WM8770_MSTRCTRL 0x17 macro
|
D | wm8770.c | 190 SOC_SINGLE("ADC 128x Oversampling Switch", WM8770_MSTRCTRL, 3, 1, 0), 396 snd_soc_component_update_bits(component, WM8770_MSTRCTRL, 0x100, master); in wm8770_set_fmt() 453 if (snd_soc_component_read32(component, WM8770_MSTRCTRL) & 0x100) { in wm8770_hw_params() 469 snd_soc_component_update_bits(component, WM8770_MSTRCTRL, 0x7 << shift, in wm8770_hw_params()
|