Home
last modified time | relevance | path

Searched refs:SM_CAP_GVOLUME (Results 1 – 5 of 5) sorted by relevance

/dports/audio/alsa-lib/alsa-lib-1.2.2/src/mixer/
H A Dsimple_none.c692 caps |= SM_CAP_GVOLUME; in simple_update()
728 caps |= SM_CAP_GVOLUME; in simple_update()
767 caps &= ~SM_CAP_GVOLUME; in simple_update()
778 caps &= ~SM_CAP_GVOLUME; in simple_update()
871 if ((caps & SM_CAP_GVOLUME) && in simple_update()
958 if (s->selem.caps & SM_CAP_GVOLUME) in _snd_mixer_selem_set_volume()
1078 if (s->selem.caps & SM_CAP_GVOLUME) in get_volume_ops()
1173 if (s->selem.caps & SM_CAP_GVOLUME) in get_dB_range_ops()
1216 if (s->selem.caps & SM_CAP_GVOLUME) in get_dB_ops()
1261 if (s->selem.caps & SM_CAP_GVOLUME) in ask_dB_vol_ops()
[all …]
H A Dsimple.c200 return COND_CAPS(elem, SM_CAP_GVOLUME); in snd_mixer_selem_has_common_volume()
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dmixer_abst.h42 #define SM_CAP_GVOLUME (1<<1) macro
/dports/audio/alsa-lib/alsa-lib-1.2.2/modules/mixer/simple/
H A Dsbase.c76 static unsigned int gmask[2] = { SM_CAP_GVOLUME, SM_CAP_GVOLUME }; in update_ranges()
H A Dpython.c663 {"CAP_GVOLUME", (getter)pymelem_cap, NULL, NULL, (void *)SM_CAP_GVOLUME},