Lines Matching refs:aif
628 u16 aif = snd_soc_read(codec, WM8961_AUDIO_INTERFACE_0); in wm8961_set_fmt() local
630 aif &= ~(WM8961_BCLKINV | WM8961_LRP | in wm8961_set_fmt()
635 aif |= WM8961_MS; in wm8961_set_fmt()
648 aif |= 1; in wm8961_set_fmt()
652 aif |= 2; in wm8961_set_fmt()
656 aif |= WM8961_LRP; in wm8961_set_fmt()
658 aif |= 3; in wm8961_set_fmt()
676 aif |= WM8961_LRP; in wm8961_set_fmt()
679 aif |= WM8961_BCLKINV; in wm8961_set_fmt()
682 aif |= WM8961_BCLKINV | WM8961_LRP; in wm8961_set_fmt()
688 return snd_soc_write(codec, WM8961_AUDIO_INTERFACE_0, aif); in wm8961_set_fmt()