ALSA: bebob: Add hwdep interface
[deliverable/linux.git] / include / uapi / sound / asound.h
index 9fc6219d38482cd3dc8a34f8653d24dfeee2a792..224948342f141c81ce5751e40adf1cf66b956376 100644 (file)
@@ -94,9 +94,11 @@ enum {
        SNDRV_HWDEP_IFACE_HDA,          /* HD-audio */
        SNDRV_HWDEP_IFACE_USB_STREAM,   /* direct access to usb stream */
        SNDRV_HWDEP_IFACE_FW_DICE,      /* TC DICE FireWire device */
+       SNDRV_HWDEP_IFACE_FW_FIREWORKS, /* Echo Audio Fireworks based device */
+       SNDRV_HWDEP_IFACE_FW_BEBOB,     /* BridgeCo BeBoB based device */
 
        /* Don't forget to change the following: */
-       SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_DICE
+       SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_BEBOB
 };
 
 struct snd_hwdep_info {
This page took 0.059043 seconds and 5 git commands to generate.