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