Searched refs:schannels (Results 1 – 3 of 3) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_route.c | 104 int schannels; member 529 (schannels > 0 && schannel >= schannels)) { in snd_pcm_route_load_ttable() 627 if (route->schannels >= 0) { in snd_pcm_route_hw_refine_sprepare() 629 (unsigned int) route->schannels, 0); in snd_pcm_route_hw_refine_sprepare() 650 if (route->schannels < 0) in snd_pcm_route_hw_refine_schange() 674 if (route->schannels < 0) in snd_pcm_route_hw_refine_cchange() 987 snd_pcm_format_t sformat, int schannels, in snd_pcm_route_open() argument 1007 route->schannels = schannels; in snd_pcm_route_open() 1048 int schannels = -1; in _snd_pcm_route_open() local 1054 schannels = route_config->slave.channels; in _snd_pcm_route_open() [all …]
|
| A D | pcm_plug.c | 53 int schannels; member 241 snd_pcm_format_t sformat, int schannels, 513 if (plug->schannels > 0) in snd_pcm_plug_hw_refine_sprepare() 515 plug->schannels, 0); in snd_pcm_plug_hw_refine_sprepare() 801 plug->sformat, plug->schannels, plug->srate); 810 if (plug->schannels > 0) { 1010 snd_pcm_format_t sformat, int schannels, int srate, in snd_pcm_plug_open() argument 1027 plug->schannels = schannels; in snd_pcm_plug_open() 1074 int schannels = -1, srate = -1; in _snd_pcm_plug_open() local 1094 &cused, &sused, schannels); in _snd_pcm_plug_open() [all …]
|
| A D | pcm_multi.c | 1003 int *sidxs, unsigned int *schannels, in snd_pcm_multi_open() argument 1015 assert(channels_count > 0 && sidxs && schannels); in snd_pcm_multi_open() 1047 assert(schannels[i] < schannels_count[sidxs[i]]); in snd_pcm_multi_open() 1049 bind->slave_channel = schannels[i]; in snd_pcm_multi_open()
|
Completed in 15 milliseconds