• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * v4l-test: Test environment for Video For Linux Two API
3  *
4  *  7 Feb 2009  0.2  Test case test_VIDIOC_G_AUDIO_ignore_index added
5  *  3 Feb 2009  0.1  First release
6  *
7  * Written by M�rton N�meth <nm127@freemail.hu>
8  * Released under GPL
9  */
10 
11 void test_VIDIOC_G_AUDIO(void);
12 void test_VIDIOC_G_AUDIO_ignore_index(void);
13 void test_VIDIOC_G_AUDIO_NULL(void);
14 
15 void test_VIDIOC_S_AUDIO(void);
16 void test_VIDIOC_S_AUDIO_S32_MAX(void);
17 void test_VIDIOC_S_AUDIO_S32_MAX_1(void);
18 void test_VIDIOC_S_AUDIO_U32_MAX(void);
19 void test_VIDIOC_S_AUDIO_NULL(void);
20