Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/ppc/
A Dawacs.h77 #define MASK_GAINLINE (0x1 << 8) /* Disable Mic preamp */ macro
A Dawacs.c548 if (chip->awacs_reg[0] & MASK_GAINLINE) in snd_pmac_screamer_mic_boost_get()
564 val0 = chip->awacs_reg[0] & ~MASK_GAINLINE; in snd_pmac_screamer_mic_boost_put()
567 val0 |= MASK_GAINLINE; in snd_pmac_screamer_mic_boost_put()
881 chip->awacs_reg[0] = MASK_MUX_CD | 0xff | MASK_GAINLINE; in snd_pmac_awacs_init()

Completed in 6 milliseconds