Home
last modified time | relevance | path

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

/sound/pci/ice1712/
Dmaya44.c271 #define GPIO_MIC_RELAY 4 macro
357 if (snd_ice1712_gpio_read(chip->ice) & (1 << GPIO_MIC_RELAY)) in maya_rec_src_get()
373 changed = maya_set_gpio_bits(chip->ice, 1 << GPIO_MIC_RELAY, in maya_rec_src_put()
374 sel ? (1 << GPIO_MIC_RELAY) : 0); in maya_rec_src_put()