WM8804_PWRDN      109 sound/soc/codecs/wm8804.c SND_SOC_DAPM_PGA("SPDIFTX", WM8804_PWRDN, 2, 1, NULL, 0),
WM8804_PWRDN      110 sound/soc/codecs/wm8804.c SND_SOC_DAPM_PGA("SPDIFRX", WM8804_PWRDN, 1, 1, NULL, 0),
WM8804_PWRDN      144 sound/soc/codecs/wm8804.c 			snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x0);
WM8804_PWRDN      151 sound/soc/codecs/wm8804.c 			snd_soc_component_update_bits(component, WM8804_PWRDN, 0x10, 0x10);
WM8804_PWRDN      175 sound/soc/codecs/wm8804.c 		txpwr = snd_soc_component_read32(component, WM8804_PWRDN) & 0x4;
WM8804_PWRDN      178 sound/soc/codecs/wm8804.c 		snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, 0x4);
WM8804_PWRDN      184 sound/soc/codecs/wm8804.c 		snd_soc_component_update_bits(component, WM8804_PWRDN, 0x4, txpwr);
WM8804_PWRDN      411 sound/soc/codecs/wm8804.c 		regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN,
WM8804_PWRDN      425 sound/soc/codecs/wm8804.c 		regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN,
WM8804_PWRDN      442 sound/soc/codecs/wm8804.c 		snd_soc_component_update_bits(component, WM8804_PWRDN, 0x1, 0);
WM8804_PWRDN      701 sound/soc/codecs/wm8804.c 	regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x0);
WM8804_PWRDN      711 sound/soc/codecs/wm8804.c 	regmap_update_bits(wm8804->regmap, WM8804_PWRDN, 0x8, 0x8);