Lines Matching refs:ch_map

10931   byte ch_map[MIXER_CHANNELS_BRI];  in xconnect_write_coefs_process()  local
11103 for (j = 0; j < sizeof(ch_map); j += 2) in xconnect_write_coefs_process()
11107 ch_map[j] = (byte)(j+1); in xconnect_write_coefs_process()
11108 ch_map[j+1] = (byte) j; in xconnect_write_coefs_process()
11112 ch_map[j] = (byte) j; in xconnect_write_coefs_process()
11113 ch_map[j+1] = (byte)(j+1); in xconnect_write_coefs_process()
11118 i = a->li_base + ch_map[mixer_write_prog_bri[n].to_ch]; in xconnect_write_coefs_process()
11119 j = a->li_base + ch_map[mixer_write_prog_bri[n].from_ch]; in xconnect_write_coefs_process()
11209 for (j = 0; j < sizeof(ch_map); j += 2) in xconnect_write_coefs_process()
11213 ch_map[j] = (byte)(j+1); in xconnect_write_coefs_process()
11214 ch_map[j+1] = (byte) j; in xconnect_write_coefs_process()
11218 ch_map[j] = (byte) j; in xconnect_write_coefs_process()
11219 ch_map[j+1] = (byte)(j+1); in xconnect_write_coefs_process()
11224 i = a->li_base + ch_map[mixer_write_prog_bri[n].to_ch]; in xconnect_write_coefs_process()
11225 j = a->li_base + ch_map[mixer_write_prog_bri[n].from_ch]; in xconnect_write_coefs_process()
13092 byte ch_map[MIXER_CHANNELS_BRI]; in adv_voice_write_coefs() local
13199 for (j = 0; j < sizeof(ch_map); j += 2) in adv_voice_write_coefs()
13201 ch_map[j] = (byte)(j + (plci->li_bchannel_id - 1)); in adv_voice_write_coefs()
13202 ch_map[j+1] = (byte)(j + (2 - plci->li_bchannel_id)); in adv_voice_write_coefs()
13206 i = a->li_base + ch_map[mixer_write_prog_bri[n].to_ch]; in adv_voice_write_coefs()
13207 j = a->li_base + ch_map[mixer_write_prog_bri[n].from_ch]; in adv_voice_write_coefs()