]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Sync with kernel headers
authorJaroslav Kysela <perex@perex.cz>
Sat, 6 Mar 2004 10:11:09 +0000 (10:11 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 6 Mar 2004 10:11:09 +0000 (10:11 +0000)
include/sound/asound.h

index 474b45df9f031a0dadba8ed0ded96f0f839edf2e..949b8be37ecf252a66307fb4367b7caed2ae21a5 100644 (file)
@@ -107,9 +107,10 @@ enum sndrv_hwdep_iface {
        SNDRV_HWDEP_IFACE_VX,           /* Digigram VX cards */
        SNDRV_HWDEP_IFACE_MIXART,       /* Digigram miXart cards */
        SNDRV_HWDEP_IFACE_USX2Y,        /* Tascam US122, US224 & US428 usb */
+       SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */  
 
        /* Don't forget to change the following: */
-       SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_USX2Y,
+       SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_EMUX_WAVETABLE,
 };
 
 struct sndrv_hwdep_info {
@@ -152,7 +153,7 @@ enum {
  *                                                                           *
  *****************************************************************************/
 
-#define SNDRV_PCM_VERSION              SNDRV_PROTOCOL_VERSION(2, 0, 5)
+#define SNDRV_PCM_VERSION              SNDRV_PROTOCOL_VERSION(2, 0, 6)
 
 typedef unsigned long sndrv_pcm_uframes_t;
 typedef long sndrv_pcm_sframes_t;