Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecd353a3 authored by Shuah Khan's avatar Shuah Khan Committed by Mauro Carvalho Chehab
Browse files

[media] Docbook: media-types.xml: Add ALSA Media Controller Intf types



Add ALSA Media Controller Intf types

Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 85e510a1
Loading
Loading
Loading
Loading
+40 −0
Original line number Original line Diff line number Diff line
@@ -189,6 +189,46 @@
	    <entry>Device node interface for Software Defined Radio (V4L)</entry>
	    <entry>Device node interface for Software Defined Radio (V4L)</entry>
	    <entry>typically, /dev/swradio?</entry>
	    <entry>typically, /dev/swradio?</entry>
	  </row>
	  </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>
	</tbody>
      </tgroup>
      </tgroup>
    </table>
    </table>