Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-mix.c2658 static chan_info **ms_cps = NULL; variable
2664 if (md->cp == ms_cps[i]) in update_syncd_chans()
2666 ms_cps[ms_chans++] = md->cp; in update_syncd_chans()
2676 ms_cps = (chan_info **)calloc(ms_chans, sizeof(chan_info *)); in after_syncd_mix_edit()
2678 ms_cps[0] = mix_chan_info_from_id(id); /* base cp handled elsewhere */ in after_syncd_mix_edit()
2681 free(ms_cps); in after_syncd_mix_edit()
2682 ms_cps = NULL; in after_syncd_mix_edit()