Searched refs:pymelem_ignore (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/modules/mixer/simple/ |
D | python.c | 558 pymelem_ignore(struct pymelem *pymelem ATTRIBUTE_UNUSED, PyObject *args ATTRIBUTE_UNUSED) in pymelem_ignore() function 692 {"opsIsMono", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL}, 693 {"opsIsChannel", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL}, 694 {"opsIsEnumerated", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL}, 695 {"opsIsEnumCnt", (PyCFunction)pymelem_ignore, METH_VARARGS, NULL},
|