Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmessage.c10544 …li_config_table[i].coef_table[j] &= ~(LI_COEF_CH_CH | LI_COEF_CH_PC | LI_COEF_PC_CH | LI_COEF_PC_P… in mixer_calculate_coefs()
10589 li_config_table[i].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10601 li_config_table[i].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10630 li_config_table[n].coef_table[j] |= LI_COEF_CH_PC | LI_COEF_PC_PC; in mixer_calculate_coefs()
10633 li_config_table[n].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10667 li_config_table[i].coef_table[i] |= LI_COEF_PC_CH | LI_COEF_CH_PC; in mixer_calculate_coefs()
10764 { LI_COEF_CH_PC, MIXER_COEF_LINE_TO_PC_FLAG },
10783 { 0, 0, LI_COEF_CH_PC, 0x80 }, /* B to PC */
10784 { 1, 0, LI_COEF_CH_PC, 0x01 }, /* Alt B to PC */
10787 { 2, 0, LI_COEF_CH_PC, 0x00 }, /* IC to PC */
[all …]
Ddivacapi.h949 #define LI_COEF_CH_PC 0x02 macro