]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
[media] Docbook: media-types.xml: Add ALSA Media Controller Intf types
authorShuah Khan <shuahkh@osg.samsung.com>
Thu, 11 Feb 2016 23:41:17 +0000 (21:41 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 27 Feb 2016 11:14:43 +0000 (08:14 -0300)
Add ALSA Media Controller Intf types

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Documentation/DocBook/media/v4l/media-types.xml

index 8b4fa39cf6112ab761ad5aa7161fc3658d00b049..802854649ae89309e141e90c2ad2c63fde133a49 100644 (file)
            <entry>Device node interface for Software Defined Radio (V4L)</entry>
            <entry>typically, /dev/swradio?</entry>
          </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_PCM_CAPTURE</constant></entry>
+           <entry>Device node interface for ALSA PCM Capture</entry>
+           <entry>typically, /dev/snd/pcmC?D?c</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_PCM_PLAYBACK</constant></entry>
+           <entry>Device node interface for ALSA PCM Playback</entry>
+           <entry>typically, /dev/snd/pcmC?D?p</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_CONTROL</constant></entry>
+           <entry>Device node interface for ALSA Control</entry>
+           <entry>typically, /dev/snd/controlC?</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_COMPRESS</constant></entry>
+           <entry>Device node interface for ALSA Compress</entry>
+           <entry>typically, /dev/snd/compr?</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_RAWMIDI</constant></entry>
+           <entry>Device node interface for ALSA Raw MIDI</entry>
+           <entry>typically, /dev/snd/midi?</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_HWDEP</constant></entry>
+           <entry>Device node interface for ALSA Hardware Dependent</entry>
+           <entry>typically, /dev/snd/hwC?D?</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_SEQUENCER</constant></entry>
+           <entry>Device node interface for ALSA Sequencer</entry>
+           <entry>typically, /dev/snd/seq</entry>
+         </row>
+         <row>
+           <entry><constant>MEDIA_INTF_T_ALSA_TIMER</constant></entry>
+           <entry>Device node interface for ALSA Timer</entry>
+           <entry>typically, /dev/snd/timer</entry>
+         </row>
        </tbody>
       </tgroup>
     </table>