Searched refs:WM8770_MSTRCTRL (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8770.c | 187 SOC_SINGLE("ADC 128x Oversampling Switch", WM8770_MSTRCTRL, 3, 1, 0), 393 snd_soc_component_update_bits(component, WM8770_MSTRCTRL, 0x100, master); in wm8770_set_fmt() 450 if (snd_soc_component_read(component, WM8770_MSTRCTRL) & 0x100) { in wm8770_hw_params() 466 snd_soc_component_update_bits(component, WM8770_MSTRCTRL, 0x7 << shift, in wm8770_hw_params()
|
H A D | wm8770.h | 37 #define WM8770_MSTRCTRL 0x17 macro
|