Lines Matching defs:channel
247 long channel, long *value,
256 PyTuple_SET_ITEM(obj1, 1, PyInt_FromLong(channel));
280 snd_mixer_selem_channel_id_t channel, long *value)
282 return get_x_ops(elem, dir, channel, value, "opsGetVolume");
286 snd_mixer_selem_channel_id_t channel, int *value)
290 res = get_x_ops(elem, dir, channel, &value1, "opsGetSwitch");
341 snd_mixer_selem_channel_id_t channel,
344 return get_x_ops(elem, dir, channel, value, "opsGetDB");
354 snd_mixer_selem_channel_id_t channel, long value)
361 PyTuple_SET_ITEM(obj1, 1, PyInt_FromLong(channel));
367 snd_mixer_selem_channel_id_t channel, int value)
374 PyTuple_SET_ITEM(obj1, 1, PyInt_FromLong(channel));
380 snd_mixer_selem_channel_id_t channel,
388 PyTuple_SET_ITEM(obj1, 1, PyInt_FromLong(channel));
444 snd_mixer_selem_channel_id_t channel,
452 PyTuple_SET_ITEM(obj1, 0, PyInt_FromLong(channel));
476 snd_mixer_selem_channel_id_t channel,
483 PyTuple_SET_ITEM(obj1, 0, PyInt_FromLong(channel));