Searched refs:WM8804_PWRDN (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/codecs/ |
D | wm8804.c | 109 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() 151 snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x10); 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() [all …]
|
D | wm8804.h | 47 #define WM8804_PWRDN 0x1E macro
|