Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8523.c155 u16 aifctrl2 = snd_soc_read(codec, WM8523_AIF_CTRL2); in wm8523_hw_params() local
171 aifctrl2 &= ~WM8523_SR_MASK; in wm8523_hw_params()
172 aifctrl2 |= lrclk_ratios[i].value; in wm8523_hw_params()
187 aifctrl2 &= ~WM8523_BCLKDIV_MASK; in wm8523_hw_params()
188 aifctrl2 |= bclk_ratios[i].value << WM8523_BCLKDIV_SHIFT; in wm8523_hw_params()
207 snd_soc_write(codec, WM8523_AIF_CTRL2, aifctrl2); in wm8523_hw_params()