Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dens1370.c139 #define ES_1371_GPIO_OUT(o) (((o)&0x0f)<<16)/* GPIO out [3:0] pins - W/R */ macro
1490 if (ensoniq->ctrl & ES_1371_GPIO_OUT(4)) in snd_es1373_line_get()
1506 ensoniq->ctrl |= ES_1371_GPIO_OUT(4); /* switch line-in -> rear out */ in snd_es1373_line_put()
1508 ensoniq->ctrl &= ~ES_1371_GPIO_OUT(4); in snd_es1373_line_put()
2034 ensoniq->ctrl |= ES_1371_GPIO_OUT(1); /* turn amplifier on */ in snd_ensoniq_create()