Home
last modified time | relevance | path

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

/sound/soc/pxa/
Dmioa701_wm9713.c46 #define AC97_GPIO_PULL 0x58 macro
56 reg = snd_soc_component_read(component, AC97_GPIO_PULL); in rear_amp_power()
57 snd_soc_component_write(component, AC97_GPIO_PULL, reg | (1<<15)); in rear_amp_power()
61 reg = snd_soc_component_read(component, AC97_GPIO_PULL); in rear_amp_power()
62 snd_soc_component_write(component, AC97_GPIO_PULL, reg & ~(1<<15)); in rear_amp_power()