Message ID | 1452115079-6040-1-git-send-email-shuahkh@osg.samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/contrib/test/mc_nextgen_test.c b/contrib/test/mc_nextgen_test.c index 14a0917..7d0344b 100644 --- a/contrib/test/mc_nextgen_test.c +++ b/contrib/test/mc_nextgen_test.c @@ -184,7 +184,6 @@ static inline const char *intf_type(uint32_t intf_type) return "v4l2-subdev"; case MEDIA_INTF_T_V4L_SWRADIO: return "swradio"; -#if 0 case MEDIA_INTF_T_ALSA_PCM_CAPTURE: return "pcm-capture"; case MEDIA_INTF_T_ALSA_PCM_PLAYBACK: @@ -197,7 +196,6 @@ static inline const char *intf_type(uint32_t intf_type) return "rawmidi"; case MEDIA_INTF_T_ALSA_HWDEP: return "hwdep"; -#endif default: return "unknown_intf"; }
ALSA interfaces were disable with #if 0. Renable them. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- contrib/test/mc_nextgen_test.c | 2 -- 1 file changed, 2 deletions(-)