Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/codecs/
Dwm8400.c91 static int wm8400_write(struct snd_soc_codec *codec, unsigned int reg, in wm8400_write() function
142 return wm8400_write(codec, reg, val | 0x0100); in wm8400_outpga_put_volsw_vu()
388 wm8400_write(w->codec, WM8400_POWER_MANAGEMENT_2, reg); in inmixer_event()
1044 wm8400_write(codec, WM8400_POWER_MANAGEMENT_2, reg); in wm8400_set_dai_pll()
1048 wm8400_write(codec, WM8400_FLL_CONTROL_1, reg); in wm8400_set_dai_pll()
1056 wm8400_write(codec, WM8400_FLL_CONTROL_1, reg); in wm8400_set_dai_pll()
1058 wm8400_write(codec, WM8400_FLL_CONTROL_2, factors.k); in wm8400_set_dai_pll()
1059 wm8400_write(codec, WM8400_FLL_CONTROL_3, factors.n); in wm8400_set_dai_pll()
1064 wm8400_write(codec, WM8400_FLL_CONTROL_4, reg); in wm8400_set_dai_pll()
1120 wm8400_write(codec, WM8400_AUDIO_INTERFACE_1, audio1); in wm8400_set_dai_fmt()
[all …]
/linux-2.6.39/drivers/mfd/
Dwm8400-core.c142 static int wm8400_write(struct wm8400 *wm8400, u8 reg, int num_regs, in wm8400_write() function
217 ret = wm8400_write(wm8400, reg, 1, &tmp); in wm8400_set_bits()