Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8996.c1637 int aifctrl = 0; in wm8996_set_fmt() local
1701 aifctrl |= 1; in wm8996_set_fmt()
1704 aifctrl |= 2; in wm8996_set_fmt()
1707 aifctrl |= 3; in wm8996_set_fmt()
1713 snd_soc_component_update_bits(component, aifctrl_reg, WM8996_AIF1_FMT_MASK, aifctrl); in wm8996_set_fmt()