1. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  2. 78fa2c4 ALSA: core: remove unused variables. by Luca Tettamanti · 13 years ago
  3. d8e4f9a ALSA: core - Don't use "default' for default by Takashi Iwai · 13 years ago
  4. a45e3d6 ALSA: Fix yet another race in disconnection by Takashi Iwai · 13 years ago
  5. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  6. 33081ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  7. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  8. 4437ecd ALSA: core: Allow card id change to the same string by Peter Ujfalusi · 14 years ago
  9. 82a783f ALSA: Remove struct snd_monitor_file from public sound/core.h by Takashi Iwai · 15 years ago
  10. 5fdc18d ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision by Jaroslav Kysela · 15 years ago
  11. 872c782 ALSA: Fix double locking of card list in snd_card_register() by Mark Brown · 15 years ago
  12. 10a8ebb ALSA: Core - add snd_card_set_id() function by Jaroslav Kysela · 15 years ago
  13. 65b3864 Merge branch 'topic/ctl-list-cleanup' into for-linus by Takashi Iwai · 15 years ago
  14. 118dd6b ALSA: Clean up snd_monitor_file management by Takashi Iwai · 15 years ago
  15. 53fb1e6 ALSA: Introduce snd_card_create() by Takashi Iwai · 15 years ago
  16. 2af7529 sound: Fix warnings relating to ignored return value in snd_card_register by Hannes Eder · 16 years ago
  17. c2eb9c4 ALSA: when card identification is changed, change also /proc/asound symlink by Jaroslav Kysela · 16 years ago
  18. 9fb6198 ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) files by Jaroslav Kysela · 16 years ago
  19. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  20. abe9ab8 device create: sound: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  21. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  22. 8940921 device create: sound: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  23. a93bbaa [ALSA] Improve the slots option handling by Takashi Iwai · 16 years ago
  24. f18638d [ALSA] Clean up snd_card_free*() by Takashi Iwai · 16 years ago
  25. 73d38b1 [ALSA] Fix the race of card instance unregistration by Takashi Iwai · 16 years ago
  26. 9bf8e7d [ALSA] sound: replace remaining __FUNCTION__ occurences by Harvey Harrison · 16 years ago
  27. bc9abce [ALSA] fix compilation warning in GCC by Miguel Boton · 16 years ago
  28. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 16 years ago
  29. 304cd07 [ALSA] Introduce slots option to snd module by Takashi Iwai · 17 years ago
  30. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  31. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  32. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  33. 5c33dd7 [ALSA] cleanup and error reporting for sound/core/init.c by Oliver Neukum · 17 years ago
  34. 7d2aae1 [PATCH] ALSA: Fix sysfs breakage by Takashi Iwai · 17 years ago
  35. d80f19f Driver core: convert sound core to use struct device by Greg Kroah-Hartman · 18 years ago
  36. a9edfc6 [ALSA] Handle file operations during snd_card disconnects using static file->f_op by Karsten Wiese · 18 years ago
  37. 2b29b13 [ALSA] Deprecate snd_card_free_in_thread() by Takashi Iwai · 18 years ago
  38. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  39. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  40. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  41. 746df94 [ALSA] Fix rwlock around snd_iprintf() in sound core by Takashi Iwai · 18 years ago
  42. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  43. c0d3fb3 [ALSA] Clean up EXPORT_SYMBOL()s in snd module by Takashi Iwai · 18 years ago
  44. cbac4b0 [ALSA] Cleanup unused argument for snd_power_wait() by Takashi Iwai · 18 years ago
  45. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  46. b3b0abe [ALSA] return ENODEV for disconnected devices by Clemens Ladisch · 18 years ago
  47. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 18 years ago
  48. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  49. d001544 [ALSA] dynamic minors (6/6): increase maximum number of sound cards 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. aa92c4a [ALSA] Fix a typo in the last fix by Takashi Iwai · 19 years ago
  54. 7c22f1a [ALSA] Remove snd_runtime_check() macro by Takashi Iwai · 19 years ago
  55. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  56. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  57. d5c5d8f [PATCH] ALSA: Fix Oops of suspend/resume with generic drivers by Takashi Iwai · 19 years ago
  58. ca2c096 [ALSA] Replace with kzalloc() - core stuff by Takashi Iwai · 19 years ago
  59. ecbcfe3 [ALSA] Introduce snd_card_set_generic_dev() by Takashi Iwai · 19 years ago
  60. e2d5356 [PATCH] fix pm_message_t vs. u32 in alsa by Pavel Machek · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago