Searched refs:WM8776_PWRDOWN (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8776.c | 129 SND_SOC_DAPM_MIXER("Input Mixer", WM8776_PWRDOWN, 6, 1, 132 SND_SOC_DAPM_ADC("ADC", "Capture", WM8776_PWRDOWN, 1, 1), 133 SND_SOC_DAPM_DAC("DAC", "Playback", WM8776_PWRDOWN, 2, 1), 138 SND_SOC_DAPM_PGA("Headphone PGA", WM8776_PWRDOWN, 3, 1, NULL, 0), 351 snd_soc_component_update_bits(component, WM8776_PWRDOWN, 1, 0); in wm8776_set_bias_level() 356 snd_soc_component_update_bits(component, WM8776_PWRDOWN, 1, 1); in wm8776_set_bias_level()
|
D | wm8776.h | 31 #define WM8776_PWRDOWN 0x0d macro
|
/Linux-v4.19/sound/pci/oxygen/ |
D | wm8776.h | 30 #define WM8776_PWRDOWN 0x0d macro
|
D | xonar_wm87x6.c | 189 wm8776_write(chip, WM8776_PWRDOWN, data->wm8776_regs[WM8776_PWRDOWN]); in wm8776_registers_init() 227 data->wm8776_regs[WM8776_PWRDOWN] = WM8776_HPPD; in wm8776_init() 1031 WM8776_PWRDOWN, WM8776_HPPD, 1, 0), 1094 WM8776_PWRDOWN, WM8776_HPPD, 1, 0),
|