From: Jaroslav Kysela Date: Sat, 6 Mar 2004 10:11:09 +0000 (+0000) Subject: Sync with kernel headers X-Git-Tag: v1.0.4~24 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=db4f41fd9b91cd617032f7f2599f0bb772916acf;p=alsa-lib.git Sync with kernel headers --- diff --git a/include/sound/asound.h b/include/sound/asound.h index 474b45df..949b8be3 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -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;