Home
last modified time | relevance | path

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

/sound/soc/codecs/
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); in wm8804_aif_event()
154 snd_soc_update_bits(codec, WM8804_PWRDN, 0x10, 0x10); in wm8804_aif_event()
178 txpwr = snd_soc_read(codec, WM8804_PWRDN) & 0x4; in txsrc_put()
181 snd_soc_update_bits(codec, WM8804_PWRDN, 0x4, 0x4); in txsrc_put()
187 snd_soc_update_bits(codec, WM8804_PWRDN, 0x4, txpwr); in txsrc_put()
414 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
428 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
445 snd_soc_update_bits(codec, WM8804_PWRDN, 0x1, 0); in wm8804_set_pll()
[all …]
Dwm8804.h50 #define WM8804_PWRDN 0x1E macro