Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dmixer_abst.h59 #define SM_OPS_IS_CHANNEL 2 macro
/third_party/alsa-lib/src/mixer/
Dsimple.c271 return sm_selem_ops(elem)->is(elem, SM_PLAY, SM_OPS_IS_CHANNEL, (int)channel); in snd_mixer_selem_has_playback_channel()
577 return sm_selem_ops(elem)->is(elem, SM_CAPT, SM_OPS_IS_CHANNEL, channel); in snd_mixer_selem_has_capture_channel()
Dsimple_none.c1024 case SM_OPS_IS_CHANNEL: in is_ops()
/third_party/alsa-lib/modules/mixer/simple/
Dsbase.c132 case SM_OPS_IS_CHANNEL: in is_ops()
Dpython.c175 case SM_OPS_IS_CHANNEL: s = "Channel"; xval = 1; break; in is_ops()