Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Dwm8804.c109 SND_SOC_DAPM_PGA("SPDIFTX", WM8804_PWRDN, 2, 1, NULL, 0),
110 SND_SOC_DAPM_PGA("SPDIFRX", WM8804_PWRDN, 1, 1, NULL, 0),
144 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x0); in wm8804_aif_event()
175 txpwr = snd_soc_component_read(component, WM8804_PWRDN) & 0x4; in txsrc_put()
178 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, 0x4); in txsrc_put()
184 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, txpwr); in txsrc_put()
411 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
425 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
442 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x1, 0); in wm8804_set_pll()
701 regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x0); in wm8804_runtime_resume()
[all …]
A Dwm8804.h47 #define WM8804_PWRDN 0x1E macro

Completed in 4 milliseconds