summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2002-10-01 02:09:28 -0700
committerJaroslav Kysela <perex@pnote.perex-int.cz>2002-10-01 02:09:28 -0700
commitc4eeeab42ef7f73f7ba01ec9579d1c762e5f2e33 (patch)
treecd3adc81feb795c918fae901fd8cc7d5c0b46a6e /include
parente2094b53cd753a349afe365863b8f75683f5333f (diff)
[PATCH] ALSA update [8/12] - 2002/09/06
- VIA686 and VIA8233 driver merge to VIA82xx - ioctl32 fixes - fixed OOPS in snd_pcm_sgbuf_delete (not initialized) - I2C - call hw_stop() before returning at the error pointer - AC'97 codec - added more AC97 IDs by Laszlo Melis - CS46xx - mutex initialization fix - ENS1371 - added one more card to S/PDIF capabilities - intel8x0 - fixed secondary and third codec indexes - PPC Keywest - initialize MCS in loop until it succeeds - PPC Tumbler - the initial support for snapper (TAS3004) on some tibook - USB Audio - mixer fixes
Diffstat (limited to 'include')
-rw-r--r--include/sound/sndmagic.h3
-rw-r--r--include/sound/version.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/sound/sndmagic.h b/include/sound/sndmagic.h
index 0911f1fe0865..83495c4ce9e5 100644
--- a/include/sound/sndmagic.h
+++ b/include/sound/sndmagic.h
@@ -113,7 +113,7 @@ static inline int _snd_magic_bad(void *obj, unsigned long magic)
#define intel8x0_t_magic 0xa15a2a01
#define es1968_t_magic 0xa15a2b01
#define esschan_t_magic 0xa15a2b02
-#define via686a_t_magic 0xa15a2c01
+#define via82xx_t_magic 0xa15a2c01
#define pdplus_t_magic 0xa15a2d01
#define cmipci_t_magic 0xa15a2e01
#define ymfpci_t_magic 0xa15a2f01
@@ -126,7 +126,6 @@ static inline int _snd_magic_bad(void *obj, unsigned long magic)
#define m3_dma_t_magic 0xa15a3202
#define nm256_t_magic 0xa15a3301
#define nm256_dma_t_magic 0xa15a3302
-#define via8233_t_magic 0xa15a3401
#define pmac_t_magic 0xa15a3501
#define ali_t_magic 0xa15a3601
#define mtpav_t_magic 0xa15a3701
diff --git a/include/sound/version.h b/include/sound/version.h
index 2ce8305b4f6c..99faca4263dc 100644
--- a/include/sound/version.h
+++ b/include/sound/version.h
@@ -1,3 +1,3 @@
/* include/version.h. Generated automatically by configure. */
#define CONFIG_SND_VERSION "0.9.0rc3"
-#define CONFIG_SND_DATE " (Mon Aug 26 16:28:35 2002 UTC)"
+#define CONFIG_SND_DATE " (Fri Sep 06 15:06:56 2002 UTC)"