Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c691 caps |= SM_CAP_GVOLUME; in simple_update()
727 caps |= SM_CAP_GVOLUME; in simple_update()
766 caps &= ~SM_CAP_GVOLUME; in simple_update()
777 caps &= ~SM_CAP_GVOLUME; in simple_update()
810 if (caps & (SM_CAP_GVOLUME|SM_CAP_PVOLUME)) in simple_update()
814 if (caps & (SM_CAP_GVOLUME|SM_CAP_CVOLUME)) in simple_update()
870 if ((caps & SM_CAP_GVOLUME) && in simple_update()
968 if (s->selem.caps & SM_CAP_GVOLUME) in _snd_mixer_selem_set_volume()
1088 if (s->selem.caps & SM_CAP_GVOLUME) in get_volume_ops()
1184 if (s->selem.caps & SM_CAP_GVOLUME) in get_dB_range_ops()
[all...]
H A Dsimple.c199 return COND_CAPS(elem, SM_CAP_GVOLUME); in snd_mixer_selem_has_common_volume()
/third_party/alsa-lib/include/
H A Dmixer_abst.h42 #define SM_CAP_GVOLUME (1<<1) macro
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.c76 static unsigned int gmask[2] = { SM_CAP_GVOLUME, SM_CAP_GVOLUME }; in update_ranges()
H A Dpython.c664 {"CAP_GVOLUME", (getter)pymelem_cap, NULL, NULL, (void *)SM_CAP_GVOLUME},

Completed in 7 milliseconds