Searched refs:cchannel (Results 1 – 4 of 4) sorted by relevance
1081 long cchannel; in _snd_pcm_route_determine_ttable() local1085 err = safe_strtol(id, &cchannel); in _snd_pcm_route_determine_ttable()1090 if (cchannel + 1 > csize) in _snd_pcm_route_determine_ttable()1091 csize = cchannel + 1; in _snd_pcm_route_determine_ttable()1158 long cchannel; in _snd_pcm_route_load_ttable() local1162 err = safe_strtol(id, &cchannel); in _snd_pcm_route_load_ttable()1164 cchannel < 0 || (unsigned int) cchannel > tt_csize) { in _snd_pcm_route_load_ttable()1203 ttable[cchannel * tt_ssize + schannel] = value; in _snd_pcm_route_load_ttable()1208 if (cchannel > cused) in _snd_pcm_route_load_ttable()1209 cused = cchannel; in _snd_pcm_route_load_ttable()
1299 long cchannel; in _snd_pcm_multi_open() local1304 err = safe_strtol(id, &cchannel); in _snd_pcm_multi_open()1305 if (err < 0 || cchannel < 0) { in _snd_pcm_multi_open()1309 if ((unsigned long)cchannel >= channels_count) in _snd_pcm_multi_open()1310 channels_count = cchannel + 1; in _snd_pcm_multi_open()1347 long cchannel = -1; in _snd_pcm_multi_open() local1355 err = safe_strtol(id, &cchannel); in _snd_pcm_multi_open()1356 if (err < 0 || cchannel < 0) { in _snd_pcm_multi_open()1410 channels_sidx[cchannel] = slave; in _snd_pcm_multi_open()1411 channels_schannel[cchannel] = schannel; in _snd_pcm_multi_open()
1687 long cchannel; local1690 err = safe_strtol(id, &cchannel);1691 if (err < 0 || cchannel < 0) {1695 if ((unsigned)cchannel >= count)1696 count = cchannel + 1;1712 long cchannel, schannel; local1715 safe_strtol(id, &cchannel);1723 schannel, cchannel);1727 bindings[cchannel] = schannel;
1669 long cchannel = -1; in _snd_pcm_share_open() local1674 err = safe_strtol(id, &cchannel); in _snd_pcm_share_open()1675 if (err < 0 || cchannel < 0) { in _snd_pcm_share_open()1680 if ((unsigned)cchannel >= channels) in _snd_pcm_share_open()1681 channels = cchannel + 1; in _snd_pcm_share_open()1697 long cchannel; in _snd_pcm_share_open() local1701 cchannel = atoi(id); in _snd_pcm_share_open()1708 channels_map[cchannel] = schannel; in _snd_pcm_share_open()