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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8523.c169 u16 aifctrl1 = snd_soc_read(codec, WM8523_AIF_CTRL1); local
189 aifctrl1 &= ~WM8523_WL_MASK;
194 aifctrl1 |= 0x8;
197 aifctrl1 |= 0x10;
200 aifctrl1 |= 0x18;
204 snd_soc_write(codec, WM8523_AIF_CTRL1, aifctrl1);
263 u16 aifctrl1 = snd_soc_read(codec, WM8523_AIF_CTRL1); local
265 aifctrl1 &= ~(WM8523_BCLK_INV_MASK | WM8523_LRCLK_INV_MASK |
270 aifctrl1 |= WM8523_AIF_MSTR;
280 aifctrl1 |
[all...]

Completed in 107 milliseconds