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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_route.c103 int schannels; member in struct:__anon1502
557 if (route->schannels >= 0) {
559 (unsigned int) route->schannels, 0);
580 if (route->schannels < 0)
604 if (route->schannels < 0)
839 * \param schannels Slave channels
852 snd_pcm_format_t sformat, int schannels,
871 route->schannels = schannels;
966 * \param schannels Slav
851 snd_pcm_route_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_ssize, unsigned int tt_cused, unsigned int tt_sused, snd_pcm_t *slave, int close_slave) argument
969 snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_csize, unsigned int tt_ssize, unsigned int *tt_cused, unsigned int *tt_sused, int schannels) argument
1090 int schannels = -1; local
[all...]
H A Dpcm_plug.c51 int schannels; member in struct:__anon1495
722 if (plug->schannels > 0)
724 plug->schannels, 0);
806 if (plug->schannels == -2 || (pcm->mode & SND_PCM_NO_AUTO_CHANNELS))
897 if (plug->schannels == -2 || (pcm->mode & SND_PCM_NO_AUTO_CHANNELS))
1103 snd_pcm_format_t sformat, int schannels, int srate,
1120 plug->schannels = schannels;
1176 ttable { # Transfer table (bi-dimensional compound of cchannels * schannels numbers)
1225 int schannels local
1101 snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, int srate, const snd_config_t *rate_converter, enum snd_pcm_plug_route_policy route_policy, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_ssize, unsigned int tt_cused, unsigned int tt_sused, snd_pcm_t *slave, int close_slave) argument
[all...]
H A Dpcm_share.c1358 * \param schannels Slave channels
1372 unsigned int schannels,
1399 assert((unsigned)channels_map[k] < schannels);
1489 slave->channels = schannels;
1612 int schannels = -1; local
1645 SND_PCM_HW_PARAM_CHANNELS, 0, &schannels,
1705 assert(schannels <= 0 || schannel < schannels);
1710 if (schannels <= 0)
1711 schannels
1370 snd_pcm_share_open(snd_pcm_t **pcmp, const char *name, const char *sname, snd_pcm_format_t sformat, int srate, unsigned int schannels, int speriod_time, int sbuffer_time, unsigned int channels, unsigned int *channels_map, snd_pcm_stream_t stream, int mode) argument
[all...]
H A Dpcm_multi.c819 * \param schannels Array with slave channels
830 int *sidxs, unsigned int *schannels,
842 assert(channels_count > 0 && sidxs && schannels);
876 assert(schannels[i] < schannels_count[sidxs[i]]);
878 bind->slave_channel = schannels[i];
881 assert(!slave_map[sidxs[i]][schannels[i]]);
882 slave_map[sidxs[i]][schannels[i]] = 1;
826 snd_pcm_multi_open(snd_pcm_t **pcmp, const char *name, unsigned int slaves_count, unsigned int master_slave, snd_pcm_t **slaves_pcm, unsigned int *schannels_count, unsigned int channels_count, int *sidxs, unsigned int *schannels, int close_slaves) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_plugin.h141 int schannels);
146 snd_pcm_format_t sformat, int schannels,

Completed in 124 milliseconds