1. 47f2769 ALSA: pci: Clean up with new procfs helpers by Takashi Iwai · 6 years ago
  2. 4593f2d ALSA: asihpi: clean up indentation, replace spaces with tab by Colin Ian King · 6 years ago
  3. 23fdf22 ALSA: asihpi: don't pass GFP_DMA32 to dma_alloc_coherent by Christoph Hellwig · 6 years ago
  4. 96963de ALSA: asihpi: remove redundant variable max_streams by Colin Ian King · 6 years ago
  5. a91a0e7 ALSA: asihpi: Fix PCM format notations by Takashi Iwai · 6 years ago
  6. 6a73cf4 sound: Use octal not symbolic permissions by Joe Perches · 7 years ago
  7. f9d94b5 ALSA: asihpi: Hardening for potential Spectre v1 by Takashi Iwai · 7 years ago
  8. 76727c2c Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 6512ab6 ALSA: asihpi: clean up a couple of build warnings by Colin Ian King · 7 years ago
  11. 545633f Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  12. 394ca81 ALSA: asihpi: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  13. e1af344 ALSA: asihpi: fix a potential double-fetch bug when copying puhm by Meng Xu · 7 years ago
  14. 2a0d85d ALSA: asihpi: Kill BUG_ON() usages by Takashi Iwai · 7 years ago
  15. 874b83d ALSA: asihpi: Put missing KERN_CONT prefix by Takashi Iwai · 7 years ago
  16. d69bb92 ALSA: asihpi: fix kernel memory disclosure by Vlad Tsyrklevich · 8 years ago
  17. 44cc4a0 ALSA: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  18. 6769e988 ALSA: constify snd_pcm_ops structures by Julia Lawall · 8 years ago
  19. d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 10 years ago
  20. 46d212c ALSA: asihpi: Fix duplicate const for clock sources by Krzysztof Kozlowski · 10 years ago
  21. 976412f ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* by Takashi Iwai · 10 years ago
  22. 6fec2b5 ALSA: asihpi: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  23. ff6defa ALSA: Deletion of checks before the function call "iounmap" by Markus Elfring · 10 years ago
  24. d18132a ALSA: asihpi: Remove always NULL parameter by Lars-Peter Clausen · 10 years ago
  25. 0d02e12 ALSA: asihpi: fix an information leak in asihpi_hpi_ioctl() by Eliot Blennerhassett · 10 years ago
  26. fd112f1 ALSA: asihpi: update to HPI version 4.14 by Eliot Blennerhassett · 10 years ago
  27. 17d4de4 ALSA: asihpi: increase tuner pad cache size by Eliot Blennerhassett · 10 years ago
  28. 4398643 ALSA: asihpi: relax firmware version check by Eliot Blennerhassett · 10 years ago
  29. 87164cc ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree" by Markus Elfring · 10 years ago
  30. 51e6f47 ALSA: asihpi: used parts of message/response are zeroed before use by Eliot Blennerhassett · 10 years ago
  31. dc61283 ALSA: asihpi: don't fail probe if adapter mode read fails by Eliot Blennerhassett · 10 years ago
  32. 12eb089 ALSA: asihpi: Use standard printk helpers by Eliot Blennerhassett · 10 years ago
  33. 5bc91f5 ALSA: asihpi: Turn off msg/resp logging after DSP has crashed. by Eliot Blennerhassett · 10 years ago
  34. f9a376c ALSA: asihpi: Add support for stream interrupt. by Eliot Blennerhassett · 10 years ago
  35. c1464a8 ALSA: asihpi: Refactor control cache code. by Eliot Blennerhassett · 10 years ago
  36. e51c58c ALSA: asihpi: Use CONFIG_64BIT directly by Eliot Blennerhassett · 10 years ago
  37. 35a8dc1 ALSA: asihpi: Logging format improvements by Eliot Blennerhassett · 10 years ago
  38. 3872f19 ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiver by Eliot Blennerhassett · 10 years ago
  39. e9886ab ALSA: asihpi: Minor string and dead code cleanup by Eliot Blennerhassett · 10 years ago
  40. 1fb8510 ALSA: pcm: Add snd_pcm_stop_xrun() helper by Takashi Iwai · 10 years ago
  41. 30d0ae4 ALSA: asihpi: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  42. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  43. c687c9b ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new() by Dan Carpenter · 11 years ago
  44. 60c5772 ALSA: pci: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
  45. 0c21fcc ALSA: asihpi: a couple array out of bounds issues by Dan Carpenter · 11 years ago
  46. 6047829 ALSA: asihpi: Fix unlocked snd_pcm_stop() call by Takashi Iwai · 12 years ago
  47. 975cc02 ALSA: Replace the magic number 44 with const by Takashi Iwai · 12 years ago
  48. 20a2422 ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove by Takashi Iwai · 12 years ago
  49. 167d0a1 ALSA: asihpi: add format support check in snd_card_asihpi_capture_formats by Eldad Zack · 12 years ago
  50. 74c34ca ALSA: pcm_format_to_bits strong-typed conversion by Eldad Zack · 12 years ago
  51. 2e9b9a3 ALSA: asihpi - fix potential NULL pointer dereference by Wei Yongjun · 12 years ago
  52. e23e7a1 ALSA: pci: remove __dev* attributes by Bill Pemberton · 12 years ago
  53. 4ee3bff ALSA: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  54. 395d9dd sound: Remove unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  55. c7561cd ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP by Takashi Iwai · 12 years ago
  56. c38f62b Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 13 years ago
  57. 48a46752 Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  58. 92fd918 ALSA: asihpi - fix return value of hpios_locked_mem_alloc() by Eliot Blennerhassett · 13 years ago
  59. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  60. a938fb1 ALSA: asihpi - fix return type of hpios_locked_mem_alloc() by Dan Carpenter · 13 years ago
  61. 74eeb14 ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info() by Takashi Iwai · 13 years ago
  62. 68d5339 ALSA: asihpi - Fix format validity check. by Eliot Blennerhassett · 13 years ago
  63. c1d70dd ALSA: asihpi - Use valid channel count in format enumeration. by Eliot Blennerhassett · 13 years ago
  64. 8637bc9 ALSA: asihpi - Correct headers in cached control responses. by Eliot Blennerhassett · 13 years ago
  65. f50efa2 ALSA: asihpi - Add HPI version to module description. by Eliot Blennerhassett · 13 years ago
  66. 4e225e2 ALSA: asihpi - Distinguish four different emif init errors. by Eliot Blennerhassett · 13 years ago
  67. 812550e9 ALSA: asihpi - New defs and comments. by Eliot Blennerhassett · 13 years ago
  68. 862e141 ALSA: asihpi - Add autofade query. by Eliot Blennerhassett · 13 years ago
  69. 50d5f77 ALSA: asihpi - Simplify dsp code close. by Eliot Blennerhassett · 13 years ago
  70. 7036b92 ALSA: asihpi - Remove redundant struct members. by Eliot Blennerhassett · 13 years ago
  71. 3dad06a ALSA: asihpi - Increase debug response buffer size. by Eliot Blennerhassett · 13 years ago
  72. 7286833 ALSA: asihpi - Add new function codes. by Eliot Blennerhassett · 13 years ago
  73. d8aefae ALSA: asihpi - Remove unused structs and defs by Eliot Blennerhassett · 13 years ago
  74. 502f271 ALSA: asihpi - Update node types. by Eliot Blennerhassett · 13 years ago
  75. 09c728a ALSA: asihpi - Only set sync if card supports hardware stream grouping. by Eliot Blennerhassett · 13 years ago
  76. 0be55c4 ALSA: asihpi - Relax drained check for more reliable playback startup. by Eliot Blennerhassett · 13 years ago
  77. 8e0874e ALSA: asihpi - Correct stray capital letters in identifier. by Eliot Blennerhassett · 13 years ago
  78. cbd757d ALSA: asihpi - Use snd_pcm_debug_name to get substream name. by Eliot Blennerhassett · 13 years ago
  79. d4b06d2 ALSA: asihpi - Volumes and meters may have 1 or 2 channels. by Eliot Blennerhassett · 13 years ago
  80. c382a5d ALSA: asihpi - Low latency mode stream has fixed channel count. by Eliot Blennerhassett · 13 years ago
  81. 40818b6 ALSA: asihpi - Update copyright to 2011 by Eliot Blennerhassett · 13 years ago
  82. f6baaec ALSA: asihpi - Split hpi version info into separate header file. by Eliot Blennerhassett · 13 years ago
  83. 47a74a5 ALSA: asihpi - fix pcm dma pointer tracking by Eliot Blennerhassett · 13 years ago
  84. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  85. 6d2d431 ALSA: asihp: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  86. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  87. 67ada83 ALSA: asihpi - use kzalloc() by Thomas Meyer · 13 years ago
  88. 08f984c ALSA: asihpi - Clarify adapter index validity check by Eliot Blennerhassett · 13 years ago
  89. dc889f1 ALSA: asihpi - Don't leak firmware if mem alloc fails by Jesper Juhl · 13 years ago
  90. ae6ff61 ALSA: asihpi - off by one in asihpi_hpi_ioctl() by Dan Carpenter · 13 years ago
  91. 767cd36 ALSA: asihpi - bug fix pa use before init. by Eliot Blennerhassett · 13 years ago
  92. acb03d4 ALSA: Make snd_pcm_debug_name usable outside pcm_lib by Eliot Blennerhassett · 13 years ago
  93. 7d339ae Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  94. 000477a ALSA: asihpi - Replace with snd_ctl_boolean_mono_info() by Takashi Iwai · 13 years ago
  95. 509a714 ALSA: asihpi - HPI version 4.08 by Eliot Blennerhassett · 13 years ago
  96. fe0aa88e ALSA: asihpi - Add volume mute controls by Eliot Blennerhassett · 13 years ago
  97. c830613 ALSA: asihpi - Control name updates by Eliot Blennerhassett · 13 years ago
  98. 3d0591e ALSA: asihpi - Use size_t for sizeof result by Eliot Blennerhassett · 13 years ago
  99. 5ddc5be ALSA: asihpi - Explicitly include mutex.h by Eliot Blennerhassett · 13 years ago
  100. b7f1248 ALSA: asihpi - Add new node and message defines by Eliot Blennerhassett · 13 years ago