Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/pxa/
Dmioa701_wm9713.c58 #define AC97_GPIO_PULL 0x58 macro
68 reg = snd_soc_component_read32(component, AC97_GPIO_PULL); in rear_amp_power()
69 snd_soc_component_write(component, AC97_GPIO_PULL, reg | (1<<15)); in rear_amp_power()
73 reg = snd_soc_component_read32(component, AC97_GPIO_PULL); in rear_amp_power()
74 snd_soc_component_write(component, AC97_GPIO_PULL, reg & ~(1<<15)); in rear_amp_power()