Searched refs:WM8804_PWRDN (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8804.c | 108 SND_SOC_DAPM_PGA("SPDIFTX", WM8804_PWRDN, 2, 1, NULL, 0), 109 SND_SOC_DAPM_PGA("SPDIFRX", WM8804_PWRDN, 1, 1, NULL, 0), 143 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x0); in wm8804_aif_event() 150 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x10); in wm8804_aif_event() 174 txpwr = snd_soc_component_read(component, WM8804_PWRDN) & 0x4; in txsrc_put() 177 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, 0x4); in txsrc_put() 183 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, txpwr); in txsrc_put() 410 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll() 424 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll() 441 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x1, 0); in wm8804_set_pll() [all …]
|
H A D | wm8804.h | 47 #define WM8804_PWRDN 0x1E macro
|