Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8523.c154 u16 aifctrl1 = snd_soc_read(codec, WM8523_AIF_CTRL1); in wm8523_hw_params() local
174 if (aifctrl1 & WM8523_AIF_MSTR) { in wm8523_hw_params()
191 aifctrl1 &= ~WM8523_WL_MASK; in wm8523_hw_params()
196 aifctrl1 |= 0x8; in wm8523_hw_params()
199 aifctrl1 |= 0x10; in wm8523_hw_params()
202 aifctrl1 |= 0x18; in wm8523_hw_params()
206 snd_soc_write(codec, WM8523_AIF_CTRL1, aifctrl1); in wm8523_hw_params()
265 u16 aifctrl1 = snd_soc_read(codec, WM8523_AIF_CTRL1); in wm8523_set_dai_fmt() local
267 aifctrl1 &= ~(WM8523_BCLK_INV_MASK | WM8523_LRCLK_INV_MASK | in wm8523_set_dai_fmt()
272 aifctrl1 |= WM8523_AIF_MSTR; in wm8523_set_dai_fmt()
[all …]