Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Daureon.h38 #define AUREON_HP_SEL (1 << 14) macro
H A Daureon.c1282 tmp |= AUREON_HP_SEL; in aureon_set_headphone_amp()
1288 tmp &= ~AUREON_HP_SEL; in aureon_set_headphone_amp()
1302 return (tmp & AUREON_HP_SEL) != 0; in aureon_get_headphone_amp()
2018 snd_ice1712_gpio_set_mask(ice, ~(AUREON_WM_RESET|AUREON_WM_CS|AUREON_CS8415_CS|AUREON_HP_SEL)); in aureon_reset()