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

/linux-4.4.14/sound/soc/codecs/
H A Dwm8804.c112 SND_SOC_DAPM_PGA("SPDIFTX", WM8804_PWRDN, 2, 1, NULL, 0),
113 SND_SOC_DAPM_PGA("SPDIFRX", WM8804_PWRDN, 1, 1, NULL, 0),
147 snd_soc_update_bits(codec, WM8804_PWRDN, 0x10, 0x0); wm8804_aif_event()
154 snd_soc_update_bits(codec, WM8804_PWRDN, 0x10, 0x10); wm8804_aif_event()
178 txpwr = snd_soc_read(codec, WM8804_PWRDN) & 0x4; txsrc_put()
181 snd_soc_update_bits(codec, WM8804_PWRDN, 0x4, 0x4); txsrc_put()
187 snd_soc_update_bits(codec, WM8804_PWRDN, 0x4, txpwr); txsrc_put()
414 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, wm8804_set_pll()
428 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, wm8804_set_pll()
445 snd_soc_update_bits(codec, WM8804_PWRDN, 0x1, 0); wm8804_set_pll()
705 regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x0); wm8804_runtime_resume()
715 regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x8); wm8804_runtime_suspend()
H A Dwm8804.h50 #define WM8804_PWRDN 0x1E macro

Completed in 218 milliseconds