Home
last modified time | relevance | path

Searched refs:channel_map_alloc (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/control/
H A Dcontrol_remap.c78 size_t channel_map_alloc; member
1025 if (mctl->channel_map_alloc <= (size_t)idx) { in add_chn_to_map()
1030 off = mctl->channel_map_alloc; in add_chn_to_map()
1031 mctl->channel_map_alloc = idx + 4; in add_chn_to_map()
1032 for ( ; off < mctl->channel_map_alloc; off++) in add_chn_to_map()

Completed in 2 milliseconds