Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_softvol.c46 unsigned int cchannels; member
440 for (i = 0; i < svol->cchannels; i++) { in get_current_volume()
656 if (svol->cchannels == 1) in snd_pcm_softvol_write_areas()
679 if (svol->cchannels == 1) in snd_pcm_softvol_read_areas()
760 int cchannels, double min_dB, double max_dB, in softvol_load_control()
804 err = add_user_ctl(svol, &cinfo, cchannels); in softvol_load_control()
816 cinfo.count != (unsigned int)cchannels || in softvol_load_control()
831 if ((err = add_user_ctl(svol, &cinfo, cchannels)) < 0) { in softvol_load_control()
903 * \param cchannels PCM channels
917 int cchannels, in snd_pcm_softvol_open()
758 softvol_load_control(snd_pcm_t *pcm, snd_pcm_softvol_t *svol, int ctl_card, snd_ctl_elem_id_t *ctl_id, int cchannels, double min_dB, double max_dB, int resolution) softvol_load_control() argument
914 snd_pcm_softvol_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int ctl_card, snd_ctl_elem_id_t *ctl_id, int cchannels, double min_dB, double max_dB, int resolution, snd_pcm_t *slave, int close_slave) snd_pcm_softvol_open() argument
985 _snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, int *cardp, int *cchannels) _snd_pcm_parse_control_id() argument
1164 int card = -1, cchannels = 2; _snd_pcm_softvol_open() local
[all...]
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c674 unsigned int caps, pchannels, cchannels; in simple_update() local
682 cchannels = 0; in simple_update()
689 pchannels = cchannels = ctl->values; in simple_update()
701 if (cchannels < ctl->values) in simple_update()
702 cchannels = ctl->values; in simple_update()
709 if (cchannels < ctl->values) in simple_update()
710 cchannels = ctl->values; in simple_update()
721 if (cchannels < ctl->values) in simple_update()
722 cchannels = ctl->values; in simple_update()
745 if (cchannels < ct in simple_update()
[all...]

Completed in 6 milliseconds