ALSA interfaces were disable with #if 0. Renable them. Signed-off-by: Shuah Khan <shuahkh@xxxxxxxxxxxxxxx> --- contrib/test/mc_nextgen_test.c | 2 -- 1 file changed, 2 deletions(-) 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"; } -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html