Home
last modified time | relevance | path

Searched refs:aifctrl2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8523.c151 u16 aifctrl2 = snd_soc_component_read(component, WM8523_AIF_CTRL2); in wm8523_hw_params() local
167 aifctrl2 &= ~WM8523_SR_MASK; in wm8523_hw_params()
168 aifctrl2 |= lrclk_ratios[i].value; in wm8523_hw_params()
183 aifctrl2 &= ~WM8523_BCLKDIV_MASK; in wm8523_hw_params()
184 aifctrl2 |= bclk_ratios[i].value << WM8523_BCLKDIV_SHIFT; in wm8523_hw_params()
203 snd_soc_component_write(component, WM8523_AIF_CTRL2, aifctrl2); in wm8523_hw_params()