Lines Matching refs:aif
627 u16 aif = snd_soc_read(codec, WM8961_AUDIO_INTERFACE_0); in wm8961_set_fmt() local
629 aif &= ~(WM8961_BCLKINV | WM8961_LRP | in wm8961_set_fmt()
634 aif |= WM8961_MS; in wm8961_set_fmt()
647 aif |= 1; in wm8961_set_fmt()
651 aif |= 2; in wm8961_set_fmt()
655 aif |= WM8961_LRP; in wm8961_set_fmt()
657 aif |= 3; in wm8961_set_fmt()
675 aif |= WM8961_LRP; in wm8961_set_fmt()
678 aif |= WM8961_BCLKINV; in wm8961_set_fmt()
681 aif |= WM8961_BCLKINV | WM8961_LRP; in wm8961_set_fmt()
687 return snd_soc_write(codec, WM8961_AUDIO_INTERFACE_0, aif); in wm8961_set_fmt()