This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: mc_nextgen_test: add names for ALSA capture, playback, and mixer entities Author: Shuah Khan <[email protected]> Date: Wed Jan 6 19:18:18 2016 -0200 Add support for ALSA capture, playback, and mixer entity functions. Signed-off-by: Shuah Khan <[email protected]> contrib/test/mc_nextgen_test.c | 6 ++++++ 1 file changed, 6 insertions(+) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=8168cc8c2638e7e52d052969db378ac5f249d967 diff --git a/contrib/test/mc_nextgen_test.c b/contrib/test/mc_nextgen_test.c index 353d7bb868dc..9e23326d60f0 100644 --- a/contrib/test/mc_nextgen_test.c +++ b/contrib/test/mc_nextgen_test.c @@ -248,6 +248,12 @@ static inline const char *ent_function(uint32_t function) return "IF video decoder"; case MEDIA_ENT_F_IF_AUD_DECODER: return "IF sound decoder"; + case MEDIA_ENT_F_AUDIO_CAPTURE: + return "Audio Capture"; + case MEDIA_ENT_F_AUDIO_PLAYBACK: + return "Audio Playback"; + case MEDIA_ENT_F_AUDIO_MIXER: + return "Audio Mixer"; case MEDIA_ENT_F_V4L2_SUBDEV_UNKNOWN: default: return "unknown entity type"; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
