Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/pxa/
Dmioa701_wm9713.c59 #define AC97_GPIO_PULL 0x58 macro
69 reg = snd_soc_read(codec, AC97_GPIO_PULL); in rear_amp_power()
70 snd_soc_write(codec, AC97_GPIO_PULL, reg | (1<<15)); in rear_amp_power()
74 reg = snd_soc_read(codec, AC97_GPIO_PULL); in rear_amp_power()
75 snd_soc_write(codec, AC97_GPIO_PULL, reg & ~(1<<15)); in rear_amp_power()