Home
last modified time | relevance | path

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

/openbmc/linux/sound/ppc/
H A Dawacs.h77 #define MASK_GAINLINE (0x1 << 8) /* Disable Mic preamp */ macro
H A Dawacs.c549 if (chip->awacs_reg[0] & MASK_GAINLINE) in snd_pmac_screamer_mic_boost_get()
565 val0 = chip->awacs_reg[0] & ~MASK_GAINLINE; in snd_pmac_screamer_mic_boost_put()
568 val0 |= MASK_GAINLINE; in snd_pmac_screamer_mic_boost_put()
882 chip->awacs_reg[0] = MASK_MUX_CD | 0xff | MASK_GAINLINE; in snd_pmac_awacs_init()