diff options
Diffstat (limited to 'src/mixer/simple.c')
-rw-r--r-- | src/mixer/simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mixer/simple.c b/src/mixer/simple.c index 606fc3d8..8079fe7a 100644 --- a/src/mixer/simple.c +++ b/src/mixer/simple.c @@ -878,7 +878,6 @@ int snd_mixer_selem_set_capture_switch_all(snd_mixer_elem_t *elem, int value) int snd_mixer_selem_is_enumerated(snd_mixer_elem_t *elem) { CHECK_BASIC(elem); - CHECK_ENUM(elem); return sm_selem_ops(elem)->is(elem, SM_PLAY, SM_OPS_IS_ENUMERATED, 0); } |