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