Lines Matching refs:coef_table

10544 …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()
10546 li_config_table[i].coef_table[j] |= LI_COEF_CH_CH; in mixer_calculate_coefs()
10559 li_config_table[i].coef_table[j] |= in mixer_calculate_coefs()
10560 li_config_table[i].coef_table[n] & li_config_table[n].coef_table[j]; in mixer_calculate_coefs()
10570 li_config_table[i].coef_table[i] &= ~LI_COEF_CH_CH; in mixer_calculate_coefs()
10573 if (li_config_table[i].coef_table[j] & LI_COEF_CH_CH) in mixer_calculate_coefs()
10577 li_config_table[i].coef_table[i] |= LI_COEF_CH_CH; in mixer_calculate_coefs()
10587 li_config_table[i].coef_table[j] |= LI_COEF_CH_CH; in mixer_calculate_coefs()
10589 li_config_table[i].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10591 li_config_table[i].coef_table[j] |= LI_COEF_PC_CH; in mixer_calculate_coefs()
10593 li_config_table[i].coef_table[j] |= LI_COEF_PC_PC; in mixer_calculate_coefs()
10601 li_config_table[i].coef_table[j] |= LI_COEF_CH_PC; in mixer_calculate_coefs()
10603 li_config_table[i].coef_table[j] |= LI_COEF_PC_CH | LI_COEF_PC_PC; in mixer_calculate_coefs()
10612 li_config_table[j].coef_table[i] |= LI_COEF_PC_CH; in mixer_calculate_coefs()
10625 li_config_table[n].coef_table[j] |= LI_COEF_CH_CH; in mixer_calculate_coefs()
10628 li_config_table[n].coef_table[j] |= LI_COEF_PC_CH; 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()
10683 li_config_table[i].coef_table[j] &= ~(LI_COEF_CH_CH | LI_COEF_PC_CH); in mixer_calculate_coefs()
10685 li_config_table[i].coef_table[j] |= LI_COEF_PC_CH; in mixer_calculate_coefs()
10747 *(p++) = hex_digit_table[li_config_table[i].coef_table[j] >> 4]; in mixer_calculate_coefs()
10748 *(p++) = hex_digit_table[li_config_table[i].coef_table[j] & 0xf]; in mixer_calculate_coefs()
10963 r = ((li_config_table[i].coef_table[j] & 0xf) ^ (li_config_table[i].coef_table[j] >> 4)); in xconnect_write_coefs_process()
10982 r = ((li_config_table[i].coef_table[j] & 0xf) ^ (li_config_table[i].coef_table[j] >> 4)); in xconnect_write_coefs_process()
11029 w = ((li_config_table[i].coef_table[j] & xconnect_write_prog[n].mask) == 0) ? 0x01 : in xconnect_write_coefs_process()
11035 li_config_table[i].coef_table[j] ^= xconnect_write_prog[n].mask << 4; in xconnect_write_coefs_process()
11046 r = ((li_config_table[i].coef_table[j] & 0xf) ^ (li_config_table[i].coef_table[j] >> 4)); in xconnect_write_coefs_process()
11118 ((li_config_table[i].coef_table[j] & mixer_write_prog_bri[n].mask) ? 0x80 : 0x01); in xconnect_write_coefs_process()
11121 w = ((li_config_table[i].coef_table[j] & 0xf) ^ (li_config_table[i].coef_table[j] >> 4)); in xconnect_write_coefs_process()
11122 li_config_table[i].coef_table[j] ^= (w & mixer_write_prog_bri[n].mask) << 4; in xconnect_write_coefs_process()
11165 w = ((li_config_table[i].coef_table[j] & 0xf) ^ (li_config_table[i].coef_table[j] >> 4)); in xconnect_write_coefs_process()
11168 *(p++) = (li_config_table[i].coef_table[j] & mixer_write_prog_pri[n].mask) ? 0x80 : 0x01; in xconnect_write_coefs_process()
11169 li_config_table[i].coef_table[j] ^= mixer_write_prog_pri[n].mask << 4; in xconnect_write_coefs_process()
11177 w = ((li_config_table[j].coef_table[i] & 0xf) ^ (li_config_table[j].coef_table[i] >> 4)); in xconnect_write_coefs_process()
11180 *(p++) = (li_config_table[j].coef_table[i] & mixer_write_prog_pri[n].mask) ? 0x80 : 0x01; in xconnect_write_coefs_process()
11181 li_config_table[j].coef_table[i] ^= mixer_write_prog_pri[n].mask << 4; in xconnect_write_coefs_process()
11222 *p = ((li_config_table[i].coef_table[j] & mixer_write_prog_bri[n].mask) ? 0x80 : 0x01); in xconnect_write_coefs_process()
11223 w = ((li_config_table[i].coef_table[j] & 0xf) ^ (li_config_table[i].coef_table[j] >> 4)); in xconnect_write_coefs_process()
11224 li_config_table[i].coef_table[j] ^= (w & mixer_write_prog_bri[n].mask) << 4; in xconnect_write_coefs_process()
11354 li_config_table[i].coef_table[j] = 0; in mixer_clear_config()
11355 li_config_table[j].coef_table[i] = 0; in mixer_clear_config()
11359 li_config_table[i].coef_table[i] |= LI_COEF_CH_PC_SET | LI_COEF_PC_CH_SET; in mixer_clear_config()
11370 li_config_table[i].coef_table[j] = 0; in mixer_clear_config()
11371 li_config_table[j].coef_table[i] = 0; in mixer_clear_config()
11383 li_config_table[i].coef_table[j] = 0; in mixer_clear_config()
11384 li_config_table[j].coef_table[i] = 0; in mixer_clear_config()
11421 li_config_table[i].coef_table[j] &= 0xf; in mixer_save_config()
11422 li_config_table[j].coef_table[i] &= 0xf; in mixer_save_config()
11425 li_config_table[i].coef_table[i] |= LI_COEF_CH_PC_SET | LI_COEF_PC_CH_SET; in mixer_save_config()
13198 *(p++) = ((li_config_table[i].coef_table[j] & mixer_write_prog_bri[n].mask) ? 0x80 : 0x01); in adv_voice_write_coefs()
13199 w = ((li_config_table[i].coef_table[j] & 0xf) ^ (li_config_table[i].coef_table[j] >> 4)); in adv_voice_write_coefs()
13200 li_config_table[i].coef_table[j] ^= (w & mixer_write_prog_bri[n].mask) << 4; in adv_voice_write_coefs()
13255 li_config_table[i].coef_table[j] = 0; in adv_voice_clear_config()
13256 li_config_table[j].coef_table[i] = 0; in adv_voice_clear_config()
13258 li_config_table[i].coef_table[i] |= LI_COEF_CH_PC_SET | LI_COEF_PC_CH_SET; in adv_voice_clear_config()
13267 li_config_table[i].coef_table[j] = 0; in adv_voice_clear_config()
13268 li_config_table[j].coef_table[i] = 0; in adv_voice_clear_config()
13280 li_config_table[i].coef_table[j] = 0; in adv_voice_clear_config()
13281 li_config_table[j].coef_table[i] = 0; in adv_voice_clear_config()