Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ice1712/
Dmaya44.c285 #define GPIO_MIC_RELAY 4 macro
371 if (snd_ice1712_gpio_read(chip->ice) & (1 << GPIO_MIC_RELAY)) in maya_rec_src_get()
387 changed = maya_set_gpio_bits(chip->ice, 1 << GPIO_MIC_RELAY, in maya_rec_src_put()
388 sel ? (1 << GPIO_MIC_RELAY) : 0); in maya_rec_src_put()