Searched refs:aifctrl1 (Results 1 – 1 of 1) sorted by relevance
154 u16 aifctrl1 = snd_soc_read(codec, WM8523_AIF_CTRL1); in wm8523_hw_params() local174 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() local267 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 …]