1. 4266274 ALSA: remove the main version information by Jaroslav Kysela · 12 years ago
  2. 3eafc95 ALSA: core: add support for compressed devices by Omair Mohammed Abdullah · 13 years ago
  3. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  4. 354d14b Merge branch 'topic/workq-update' into topic/misc by Takashi Iwai · 14 years ago
  5. 03cfe6f ALSA: support module on-demand loading for seq and timer by Kay Sievers · 14 years ago
  6. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  7. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  8. 4cf19b8 ALSA: Remove BKL from open multiplexer by Takashi Iwai · 14 years ago
  9. c181a13 ALSA: use subsys_initcall for sound core instead of module_init by Thadeu Lima de Souza Cascardo · 15 years ago
  10. f41ced8 Check fops_get() return value by Laurent Pinchart · 16 years ago
  11. abe9ab8 device create: sound: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  12. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  13. f90c06a ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE by Pawel MOLL · 16 years ago
  14. 896e6cc sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE" by Jaroslav Kysela · 16 years ago
  15. 9423969 ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE by Pawel MOLL · 16 years ago
  16. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  17. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  18. ee2da99 ALSA: remove CONFIG_KMOD from sound by Johannes Berg · 16 years ago
  19. 78a3c3d sound: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  20. 5d99a8b SOUND: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  21. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 16 years ago
  22. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  23. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  24. 2469049 [ALSA] sound: snd_register_device_for_dev fix by Mariusz Kozlowski · 17 years ago
  25. 68fc4fa unregister_chrdev(): ignore the return value by Akinobu Mita · 17 years ago
  26. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  27. 12b131c [ALSA] allow registering an alsa device with struct device pointer by Johannes Berg · 18 years ago
  28. 7d2aae1 [PATCH] ALSA: Fix sysfs breakage by Takashi Iwai · 17 years ago
  29. d80f19f Driver core: convert sound core to use struct device by Greg Kroah-Hartman · 18 years ago
  30. 9d19f48 [ALSA] Add pcm_class attribute to PCM sysfs entry by Takashi Iwai · 18 years ago
  31. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  32. 562b590 [ALSA] remove unused snd_minor.name field by Clemens Ladisch · 18 years ago
  33. 0936f26 [PATCH] devfs: Remove devfs support from the sound subsystem by Greg Kroah-Hartman · 19 years ago
  34. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  35. 746df94 [ALSA] Fix rwlock around snd_iprintf() in sound core by Takashi Iwai · 18 years ago
  36. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  37. c0d3fb3 [ALSA] Clean up EXPORT_SYMBOL()s in snd module by Takashi Iwai · 18 years ago
  38. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  39. 3a63e444 [ALSA] sound/core/: fix 3 off-by-one errors by Adrian Bunk · 18 years ago
  40. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 19 years ago
  41. 3e23c65 [ALSA] Revert the nested-device patch by Takashi Iwai · 19 years ago
  42. 416c107 [ALSA] Nest sound devices by Clemens Ladisch · 19 years ago
  43. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  44. 9a1a2a1 [ALSA] Fix a missing include by Takashi Iwai · 19 years ago
  45. d001544 [ALSA] dynamic minors (6/6): increase maximum number of sound cards by Clemens Ladisch · 19 years ago
  46. 332682b [ALSA] dynamic minors (4/6): dynamic minor number allocation by Clemens Ladisch · 19 years ago
  47. f87135f [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically by Clemens Ladisch · 19 years ago
  48. 6983b72 [ALSA] dynamic minors (2/6): simplify storage of snd_minor structures by Clemens Ladisch · 19 years ago
  49. 2af677f [ALSA] dynamic minors (1/6): store device type in struct snd_minor by Clemens Ladisch · 19 years ago
  50. a381a7a [ALSA] Decentralize PM control by Takashi Iwai · 19 years ago
  51. 512bbd6 [ALSA] Remove xxx_t typedefs: Core component by Takashi Iwai · 19 years ago
  52. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  53. 3939e71 [ALSA] clean up device types symbols by Clemens Ladisch · 19 years ago
  54. e38e0cf [ALSA] Remove kmalloc wrappers by Takashi Iwai · 19 years ago
  55. b1d5776 [ALSA] Remove vmalloc wrapper, kfree_nocheck() by Takashi Iwai · 19 years ago
  56. 93f2e37 [ALSA] Make snd_task_name() module local by Takashi Iwai · 19 years ago
  57. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  58. ecbcfe3 [ALSA] Introduce snd_card_set_generic_dev() by Takashi Iwai · 19 years ago
  59. 276bd31 [PATCH] Kconfig fix (ISA_DMA_API and sound/*) by Al Viro · 19 years ago
  60. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  61. fae6ec6 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Jaroslav Kysela · 19 years ago
  62. 619e666 [PATCH] class: convert sound/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  63. 123992f [ALSA] sound/core/: possible cleanups by Adrian Bunk · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago