Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Dmessage.c10412 …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()
10457 li_config_table[i].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10469 li_config_table[i].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10498 li_config_table[n].coef_table[j] |= LI_COEF_CH_PC | LI_COEF_PC_PC; in mixer_calculate_coefs()
10501 li_config_table[n].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10535 li_config_table[i].coef_table[i] |= LI_COEF_PC_CH | LI_COEF_CH_PC; in mixer_calculate_coefs()
10628 { LI_COEF_CH_PC, MIXER_COEF_LINE_TO_PC_FLAG },
10647 { 0, 0, LI_COEF_CH_PC, 0x80 }, /* B to PC */
10648 { 1, 0, LI_COEF_CH_PC, 0x01 }, /* Alt B to PC */
10651 { 2, 0, LI_COEF_CH_PC, 0x00 }, /* IC to PC */
[all …]
Ddivacapi.h939 #define LI_COEF_CH_PC 0x02 macro