diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2002-10-04 19:49:22 +0200 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2002-10-04 19:49:22 +0200 |
| commit | 0f8328bc361590cfff60da8fca696fbe5887550d (patch) | |
| tree | 5c4557d10d2a5ecedf96fb5d2dbcbf0d42b29ea6 /include | |
| parent | 706e54557b43681eae8eb0443eab33262f603127 (diff) | |
ALSA
- DEVFS cleanup - removal of compatibility code for 2.2 and 2.4 kernels
- fixed sgalaxy driver (save_flags/cli/restore_flags removal)
- USB Audio driver
- added the missing dev_set_drvdata() for 2.5 API
- simplified the conexistence of old and new USB APIs
- don't skip the active capture urbs
- added the debug print for active capture urbs
- don't change runtime->rate even if the current rate is not same
- check the bandwidth for urbs (for tests only, now commented out)
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/version.h b/include/sound/version.h index bafde4fbc070..ba48af7a3099 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 " (Tue Oct 01 14:40:23 2002 UTC)" +#define CONFIG_SND_DATE " (Fri Oct 04 13:09:13 2002 UTC)" |
