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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dawacs.h90 #define MASK_GAINLINE (0x1 << 8) /* Disable Mic preamp */ macro
H A Dawacs.c561 if (chip->awacs_reg[0] & MASK_GAINLINE)
577 val0 = chip->awacs_reg[0] & ~MASK_GAINLINE;
580 val0 |= MASK_GAINLINE;
888 /* looks like MASK_GAINLINE triggers something, so we set here
891 chip->awacs_reg[0] = MASK_MUX_CD | 0xff | MASK_GAINLINE;

Completed in 126 milliseconds