get_media_devices: drop a note that some alsa interfaces are missing
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 29 May 2011 13:44:47 +0000 (10:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 29 May 2011 13:44:47 +0000 (10:44 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
utils/libmedia_dev/get_media_devices.h

index a11a704..f005a54 100644 (file)
@@ -52,6 +52,10 @@ enum device_type {
        MEDIA_SND_OUT,
        MEDIA_SND_CONTROL,
        MEDIA_SND_HW,
+       /*
+        * FIXME: not all alsa devices were mapped. missing things like
+        *      midi, midiC%iD%i and timer interfaces
+        */
 };
 
 /**