1. 4cd40db ALSA: core: Expose sound card online/offline state by Sudheer Papothi · 8 years ago
  2. de65360 ALSA: hda_intel: add card number to irq description by Heiner Kallweit · 9 years ago
  3. 0755e74 ALSA: Fix uninintialized error return by Colin Ian King · 9 years ago
  4. cd6a650 ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS by Jie Yang · 9 years ago
  5. 2471b6c ALSA: info: Register proc entries recursively, too by Takashi Iwai · 9 years ago
  6. b591b6e ALSA: core: Don't ignore errors at creating proc files by Takashi Iwai · 9 years ago
  7. b046d24 ALSA: core: Remove superfluous exit calls for proc entries by Takashi Iwai · 9 years ago
  8. e086e30 ALSA: core: Re-add snd_device_disconnect() by Takashi Iwai · 9 years ago
  9. 6bbc7fe ALSA: Add a helper to add a new attribute group to card by Takashi Iwai · 9 years ago
  10. 4b440be ALSA: Add a helper to initialize device by Takashi Iwai · 9 years ago
  11. eb9c38d ALSA: doc: More kerneldoc comments on core components by Takashi Iwai · 10 years ago
  12. 07f4d9d ALSA: control: Protect user controls against concurrent access by Lars-Peter Clausen · 10 years ago
  13. 72620d6 ALSA: Clean up snd_device_*() codes by Takashi Iwai · 10 years ago
  14. 289ca02 ALSA: Use priority list for managing device list by Takashi Iwai · 10 years ago
  15. b203dba ALSA: core: Fix missing card sysfs contents by Takashi Iwai · 10 years ago
  16. f2f9307 ALSA: core: Use standard printk helpers by Takashi Iwai · 10 years ago
  17. f246406 ALSA: Use standard device refcount for card accounting by Takashi Iwai · 10 years ago
  18. 34356db ALSA: Use static groups for id and number card sysfs attr files by Takashi Iwai · 10 years ago
  19. 8bfb181 ALSA: Embed card device into struct snd_card by Takashi Iwai · 10 years ago
  20. 393aa9c ALSA: Mandate to pass a device pointer at card creation time by Takashi Iwai · 10 years ago
  21. 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 10 years ago
  22. deb6596 ALSA: Refactor slot assignment code by Takashi Iwai · 10 years ago
  23. 4c3773e ALSA: bits vs bytes bug in snd_card_create() by Dan Carpenter · 10 years ago
  24. 97f44f5 ALSA: Limit the fallback card id string size by Takashi Iwai · 11 years ago
  25. 60f6fef ALSA: Optimize module name check by Takashi Iwai · 11 years ago
  26. 7bb2491 ALSA: Add kconfig to specify the max card numbers by Takashi Iwai · 11 years ago
  27. 8edbb19 ALSA: Fix the default suffix string with high card number by Takashi Iwai · 11 years ago
  28. eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 11 years ago
  29. a0830db ALSA: Add a reference counter to card instance by Takashi Iwai · 12 years ago
  30. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  31. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 12 years ago
  32. e7df2a3 ALSA: core - Refactor card id string creation code by Takashi Iwai · 12 years ago
  33. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  34. 78fa2c4 ALSA: core: remove unused variables. by Luca Tettamanti · 13 years ago
  35. d8e4f9a ALSA: core - Don't use "default' for default by Takashi Iwai · 13 years ago
  36. a45e3d6 ALSA: Fix yet another race in disconnection by Takashi Iwai · 13 years ago
  37. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  38. 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
  39. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  40. 4437ecd ALSA: core: Allow card id change to the same string by Peter Ujfalusi · 14 years ago
  41. 82a783f ALSA: Remove struct snd_monitor_file from public sound/core.h by Takashi Iwai · 15 years ago
  42. 5fdc18d ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision by Jaroslav Kysela · 15 years ago
  43. 872c782 ALSA: Fix double locking of card list in snd_card_register() by Mark Brown · 15 years ago
  44. 10a8ebb ALSA: Core - add snd_card_set_id() function by Jaroslav Kysela · 15 years ago
  45. 65b3864 Merge branch 'topic/ctl-list-cleanup' into for-linus by Takashi Iwai · 15 years ago
  46. 118dd6b ALSA: Clean up snd_monitor_file management by Takashi Iwai · 15 years ago
  47. 53fb1e6 ALSA: Introduce snd_card_create() by Takashi Iwai · 16 years ago
  48. 2af7529 sound: Fix warnings relating to ignored return value in snd_card_register by Hannes Eder · 16 years ago
  49. c2eb9c4 ALSA: when card identification is changed, change also /proc/asound symlink by Jaroslav Kysela · 16 years ago
  50. 9fb6198 ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) files by Jaroslav Kysela · 16 years ago
  51. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  52. abe9ab8 device create: sound: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  53. 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
  54. 8940921 device create: sound: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  55. a93bbaa [ALSA] Improve the slots option handling by Takashi Iwai · 16 years ago
  56. f18638d [ALSA] Clean up snd_card_free*() by Takashi Iwai · 16 years ago
  57. 73d38b1 [ALSA] Fix the race of card instance unregistration by Takashi Iwai · 16 years ago
  58. 9bf8e7d [ALSA] sound: replace remaining __FUNCTION__ occurences by Harvey Harrison · 16 years ago
  59. bc9abce [ALSA] fix compilation warning in GCC by Miguel Boton · 16 years ago
  60. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 16 years ago
  61. 304cd07 [ALSA] Introduce slots option to snd module by Takashi Iwai · 17 years ago
  62. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  63. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  64. 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 17 years ago
  65. 5c33dd7 [ALSA] cleanup and error reporting for sound/core/init.c by Oliver Neukum · 17 years ago
  66. 7d2aae1 [PATCH] ALSA: Fix sysfs breakage by Takashi Iwai · 17 years ago
  67. d80f19f Driver core: convert sound core to use struct device by Greg Kroah-Hartman · 18 years ago
  68. a9edfc6 [ALSA] Handle file operations during snd_card disconnects using static file->f_op by Karsten Wiese · 18 years ago
  69. 2b29b13 [ALSA] Deprecate snd_card_free_in_thread() by Takashi Iwai · 18 years ago
  70. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  71. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  72. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 18 years ago
  73. 746df94 [ALSA] Fix rwlock around snd_iprintf() in sound core by Takashi Iwai · 18 years ago
  74. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 18 years ago
  75. c0d3fb3 [ALSA] Clean up EXPORT_SYMBOL()s in snd module by Takashi Iwai · 18 years ago
  76. cbac4b0 [ALSA] Cleanup unused argument for snd_power_wait() by Takashi Iwai · 18 years ago
  77. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  78. b3b0abe [ALSA] return ENODEV for disconnected devices by Clemens Ladisch · 18 years ago
  79. 1a60d4c [ALSA] semaphore -> mutex (core part) by Ingo Molnar · 18 years ago
  80. e28563c [ALSA] Optimize for config without PROC_FS by Takashi Iwai · 19 years ago
  81. d001544 [ALSA] dynamic minors (6/6): increase maximum number of sound cards by Clemens Ladisch · 19 years ago
  82. a381a7a [ALSA] Decentralize PM control by Takashi Iwai · 19 years ago
  83. 512bbd6 [ALSA] Remove xxx_t typedefs: Core component by Takashi Iwai · 19 years ago
  84. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  85. aa92c4a [ALSA] Fix a typo in the last fix by Takashi Iwai · 19 years ago
  86. 7c22f1a [ALSA] Remove snd_runtime_check() macro by Takashi Iwai · 19 years ago
  87. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  88. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  89. d5c5d8f [PATCH] ALSA: Fix Oops of suspend/resume with generic drivers by Takashi Iwai · 19 years ago
  90. ca2c096 [ALSA] Replace with kzalloc() - core stuff by Takashi Iwai · 19 years ago
  91. ecbcfe3 [ALSA] Introduce snd_card_set_generic_dev() by Takashi Iwai · 19 years ago
  92. e2d5356 [PATCH] fix pm_message_t vs. u32 in alsa by Pavel Machek · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago